ck:ck-help
Provides interactive assistance and documentation discovery for ClaudeKit tools.
Install
mkdir -p .claude/skills/ck-ck-help && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9833" && unzip -o skill.zip -d .claude/skills/ck-ck-help && rm skill.zipInstalls to .claude/skills/ck-ck-help
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
ClaudeKit usage guide — discover commands, skills, workflows naturally.Key capabilities
- →Analyze natural language queries for intent
- →Retrieve documentation and configuration guides
- →Provide workflow and command recommendations
- →Translate non-English arguments to English
- →Categorize output types for structured presentation
How it works
The skill executes a Python script that performs keyword matching with smart weighting to identify relevant ClaudeKit documentation or commands.
Inputs & outputs
When to use ck:ck-help
- →Discovering available agent commands
- →Looking up ClaudeKit workflow documentation
- →Validating task intents
About this skill
ClaudeKit Help
All-in-one ClaudeKit guide. Run the script and present output based on type markers.
Intent Validation
The script uses keyword matching with smart weighting. After getting results, validate against these heuristics:
| Sentence Pattern | Primary Intent | Example |
|---|---|---|
[action verb] my [object] | The action verb | "commit my changes" → git |
[context] [subject noun] | The subject noun | "setup notifications" → notifications |
[noun] [noun] | Last noun (topic) | "discord webhook" → notifications |
Action verbs (high intent when first): fix, test, commit, push, build, create, review, deploy, run, check, find, plan, refactor
Context words (low intent, modify subject): setup, add, start, new, my, the, configure
Override script only if: result clearly mismatches the sentence pattern above. Otherwise trust the algorithm.
Translation
IMPORTANT: Always translate $ARGUMENTS to English before passing to script.
The Python script only understands English keywords. If $ARGUMENTS is in another language:
- Translate
$ARGUMENTSto English - Pass the translated English string to the script
Execution
python .claude/skills/ck-help/scripts/ck-help.py "$ARGUMENTS"
Output Type Detection
The script outputs a type marker on the first line: @CK_OUTPUT_TYPE:<type>
Read this marker and adjust your presentation accordingly:
@CK_OUTPUT_TYPE:comprehensive-docs
Full documentation (config, schema, setup guides).
Presentation:
- Show the COMPLETE script output verbatim
- THEN ADD helpful context: real-world examples, common gotchas, practical scenarios
- End with a specific follow-up question
@CK_OUTPUT_TYPE:category-guide
Workflow guides for skill categories.
Presentation:
- Show the complete workflow and command list
- ADD practical context: when to use vs alternatives, real examples, transition tips
- Offer to help with a specific task
@CK_OUTPUT_TYPE:command-details
Single skill/subcommand documentation.
Presentation:
- Show full skill info from script
- ADD: concrete usage example, when this skill shines vs alternatives, common flags
- Offer to run the skill flow for them
@CK_OUTPUT_TYPE:search-results
Search matches for a keyword.
Presentation:
- Show all matches from script
- HELP user navigate: group by relevance, suggest most likely match, offer to explain
- Ask what they're trying to accomplish
@CK_OUTPUT_TYPE:task-recommendations
Task-based skill suggestions.
Presentation:
- Show recommended skills from script
- EXPLAIN the reasoning: why these skills fit, suggested order, what each step accomplishes
- Offer to start with the first recommended command
Key Principle
Script output = foundation. Your additions = value-add.
Never replace or summarize the script output. Always show it fully, then enhance with your knowledge and context.
Important: Correct Workflows
/ck:plan→/ck:cook: Best for high-risk or complex changes/ck:cook: Standalone for straightforward implementation- NEVER claim
/ck:planis mandatory before/ck:cook
When not to use it
- →When the user query is not related to ClaudeKit commands or workflows
Prerequisites
Limitations
- →Requires English input for the underlying Python script
- →Relies on specific output type markers for presentation logic
How it compares
It provides a structured, type-aware presentation of script-generated data rather than simply returning raw command output.
Compared to similar skills
ck:ck-help side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ck:ck-help (this skill) | 0 | 5mo | Review | Beginner |
| docx | 93 | 5mo | Review | Advanced |
| notion-knowledge-capture | 10 | 9mo | No flags | Intermediate |
| session-handoff | 13 | 2mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by MinhHoangDono
View all by MinhHoangDono →You might also like
docx
anthropics
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
notion-knowledge-capture
makenotion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.
session-handoff
davila7
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
feishu-doc
openclaw
Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.
spec-to-backlog
atlassian
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
marker
benchflow-ai
Convert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, and document structure. Ideal for academic papers and technical documents containing mathematical notation.