What problem does it solve?
This skill helps users quickly find, understand, and execute ClaudeKit commands and workflows by mapping natural language queries to categorized skill guides, command details, search results, or task recommendations.
Core Features & Use Cases
- Skill Discovery & Search: Scans the local .opencode/skills directory and returns matching skills or categories with fuzzy matching and synonym expansion.
- Intent Detection & Guidance: Classifies input as overview, category, command, task, or search and emits presentation markers to guide responses.
- Script Execution & Output Protocol: Runs the bundled Python script to produce structured outputs and requires translation of non-English arguments before execution; useful for on-the-fly help, workflow planning, and command-level documentation.
Quick Start
Run the ck-help script with a short query such as "fix CI build" to receive recommended skills, workflow steps, and command usage.