OrchestKit skill directory with categorized listings. Use when discovering skills for a task, finding the right workflow, or browsing capabilities.
Navigates the OrchestKit skill directory to help users discover and select the right tool for their development task.
/plugin marketplace add yonatangross/orchestkit/plugin install orkl@orchestkitThis skill is limited to using the following tools:
references/cc-keyboard-shortcuts.mdInteractive guide to all user-invocable skills organized by category.
/ork:help # Show all categories
/ork:help build # Show BUILD skills only
/ork:help git # Show GIT skills only
When invoked without arguments, present categories interactively:
AskUserQuestion(
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
}]
)
Implement features and verify changes
| Skill | Description | Example |
|---|---|---|
/ork:implement | Full-power feature implementation with parallel subagents | /ork:implement user authentication |
/ork:brainstorming | Design exploration with parallel agents | /ork:brainstorming API design for payments |
/ork:verify | Comprehensive verification with parallel test agents | /ork:verify authentication flow |
Version control and GitHub operations
| Skill | Description | Example |
|---|---|---|
/ork:commit | Creates commits with conventional format | /ork:commit |
/ork:create-pr | Create GitHub pull requests with validation | /ork:create-pr |
/ork:review-pr | PR review with parallel specialized agents | /ork:review-pr 123 |
/ork:fix-issue | Fix GitHub issues with parallel analysis | /ork:fix-issue 456 |
/ork:git-workflow | Git workflow with recovery support | /ork:git-workflow |
Knowledge persistence and retrieval
| Skill | Description | Example |
|---|---|---|
/ork:remember | Store decisions and patterns | /ork:remember We use cursor pagination |
/ork:memory | Search, load, sync, history, viz | /ork:memory search pagination |
Subcommands for /ork:memory:
search - Search decisions and patternsload - Load session contexthistory - View decision timelineviz - Visualize knowledge graphAssessment and diagnostics
| Skill | Description | Example |
|---|---|---|
/ork:assess | Rate quality 0-10 with pros/cons | /ork:assess src/api/ |
/ork:doctor | OrchestKit health diagnostics | /ork:doctor |
/ork:golden-dataset | Add documents to golden dataset | /ork:golden-dataset |
Plugin configuration and management
| Skill | Description | Example |
|---|---|---|
/ork:configure | OrchestKit configuration wizard | /ork:configure |
/ork:feedback | Manage feedback system | /ork:feedback |
/ork:skill-evolution | Evolve skills based on usage | /ork:skill-evolution |
Codebase exploration and coordination
| Skill | Description | Example |
|---|---|---|
/ork:explore | Deep codebase exploration with agents | /ork:explore authentication |
Content creation
| Skill | Description | Example |
|---|---|---|
/ork:demo-producer | Create polished demo videos | /ork:demo-producer commit skill |
You don't need to memorize skills! OrchestKit auto-suggests the right skill based on your prompt:
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
Just describe your task naturally and OrchestKit will recommend the appropriate skill or agent.
| Category | Count | Purpose |
|---|---|---|
| BUILD | 3 | Feature development |
| GIT | 5 | Version control |
| MEMORY | 2 | Knowledge persistence |
| QUALITY | 3 | 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 | 22 |
| Shortcut | Action | Since |
|---|---|---|
Ctrl+F | Kill all background agents (press twice to force-kill) | CC 2.1.49 |
Esc | Dismiss autocomplete / cancel edit / stop generation | CC 2.1.0+ |
Shift+Enter | Newline in chat input (configurable via chat:newline keybinding) | CC 2.1.49 |
Shift+Down | Multi-line input entry | CC 2.1.47 |
Ctrl+C | Cancel current operation | CC 2.1.0+ |
/exit | Exit Claude Code session | CC 2.1.0+ |
/help - Claude Code built-in help/config - Claude Code configuration/ork:doctor - OrchestKit health checkActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.