https://github.com/harbor-framework/skills
Public agent skills catalog for Harbor
https://github.com/harbor-framework/skills
Last synced: 28 days ago
JSON representation
Public agent skills catalog for Harbor
- Host: GitHub
- URL: https://github.com/harbor-framework/skills
- Owner: harbor-framework
- License: apache-2.0
- Created: 2026-03-13T22:39:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T15:48:21.000Z (3 months ago)
- Last Synced: 2026-05-09T17:39:38.977Z (3 months ago)
- Homepage:
- Size: 103 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Harbor Skills
[](https://discord.gg/6xWPKhGDbA)
[](https://harborframework.com/docs)
[Agent Skills](https://agentskills.io) for [Harbor](https://github.com/harbor-framework/harbor).
## Skills
| Skill | Description |
|-------|-------------|
| [harbor-task-creator](skills/harbor-task-creator/) | Create Harbor tasks |
| [harbor-adapter-creator](skills/harbor-adapter-creator/) | Build adapters that convert external benchmarks into Harbor tasks |
| [harbor-cli](skills/harbor-cli/) | Complete reference for Harbor CLI commands and flags |
## Usage
To add the Harbor skills, just run the following commands.
**Claude Code**
```
/plugin marketplace add harbor-framework/skills
/plugin install harbor-skills
```
**Codex**
```
$skill-installer install skills from https://github.com/harbor-framework/skills
```
**Cursor**
Install from the marketplace panel in Cursor, or for local testing:
```
ln -s /path/to/harbor-skills ~/.cursor/plugins/local/harbor-skills
```