Loading...
Loading...
OrchestKit skill directory. Use when you want to see available skills or need help.
npx skill4agent add yonatangross/orchestkit help/ork:help # Show all categories
/ork:help build # Show BUILD skills only
/ork:help git # Show GIT skills onlyAskUserQuestion(
questions=[{
"question": "What type of task are you working on?",
"header": "Category",
"options": [
{"label": "BUILD", "description": "Implement features, brainstorm, verify"},
{"label": "GIT", "description": "Commits, PRs, issues, recovery"},
{"label": "MEMORY", "description": "Store decisions, search, sync context"},
{"label": "QUALITY", "description": "Assess code, health checks, golden datasets"},
{"label": "CONFIG", "description": "Configure OrchestKit, feedback, skill evolution"},
{"label": "EXPLORE", "description": "Explore codebase, coordinate worktrees"},
{"label": "MEDIA", "description": "Create demo videos"},
{"label": "Show all", "description": "List all 21 skills"}
],
"multiSelect": false
}]
)| Skill | Description | Example |
|---|---|---|
| Full-power feature implementation with parallel subagents | |
| Design exploration with parallel agents | |
| Comprehensive verification with parallel test agents | |
| Skill | Description | Example |
|---|---|---|
| Creates commits with conventional format | |
| Create GitHub pull requests with validation | |
| PR review with parallel specialized agents | |
| Fix GitHub issues with parallel analysis | |
| Recovery from git mistakes | |
| Skill | Description | Example |
|---|---|---|
| Store decisions and patterns | |
| Search, load, sync, history, viz | |
/ork:memorysearchloadhistoryviz| Skill | Description | Example |
|---|---|---|
| Rate quality 0-10 with pros/cons | |
| Assess task complexity with metrics | |
| OrchestKit health diagnostics | |
| Add documents to golden dataset | |
| Skill | Description | Example |
|---|---|---|
| OrchestKit configuration wizard | |
| Manage feedback system | |
| Evolve skills based on usage | |
| Skill | Description | Example |
|---|---|---|
| Deep codebase exploration with agents | |
| Coordinate multiple Claude instances | |
| Skill | Description | Example |
|---|---|---|
| Create polished demo videos | |
User: "I need to implement user login"
→ OrchestKit suggests: /ork:implement
User: "Show me how the payment system works"
→ OrchestKit suggests: /ork:explore
User: "Review PR 123"
→ OrchestKit suggests: /ork:review-pr| Category | Count | Purpose |
|---|---|---|
| BUILD | 3 | Feature development |
| GIT | 5 | Version control |
| MEMORY | 2 | Knowledge persistence |
| QUALITY | 4 | Assessment & diagnostics |
| CONFIG | 3 | Plugin management |
| EXPLORE | 2 | Code exploration |
| MEDIA | 1 | Content creation |
| META | 1 | This help skill |
| UPGRADE | 1 | Platform upgrade assessment |
| Total | 23 |
/help/config/doctor