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.zip

Installs 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.
71 charsno explicit “when” trigger
Beginner

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

You give it
Natural language task description or command query
You get back
Structured documentation, workflow guide, or task recommendation

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 PatternPrimary IntentExample
[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:

  1. Translate $ARGUMENTS to English
  2. 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:

  1. Show the COMPLETE script output verbatim
  2. THEN ADD helpful context: real-world examples, common gotchas, practical scenarios
  3. End with a specific follow-up question

@CK_OUTPUT_TYPE:category-guide

Workflow guides for skill categories.

Presentation:

  1. Show the complete workflow and command list
  2. ADD practical context: when to use vs alternatives, real examples, transition tips
  3. Offer to help with a specific task

@CK_OUTPUT_TYPE:command-details

Single skill/subcommand documentation.

Presentation:

  1. Show full skill info from script
  2. ADD: concrete usage example, when this skill shines vs alternatives, common flags
  3. Offer to run the skill flow for them

@CK_OUTPUT_TYPE:search-results

Search matches for a keyword.

Presentation:

  1. Show all matches from script
  2. HELP user navigate: group by relevance, suggest most likely match, offer to explain
  3. Ask what they're trying to accomplish

@CK_OUTPUT_TYPE:task-recommendations

Task-based skill suggestions.

Presentation:

  1. Show recommended skills from script
  2. EXPLAIN the reasoning: why these skills fit, suggested order, what each step accomplishes
  3. 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:plan is mandatory before /ck:cook

When not to use it

  • When the user query is not related to ClaudeKit commands or workflows

Prerequisites

python

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.

SkillInstallsUpdatedSafetyDifficulty
ck:ck-help (this skill)05moReviewBeginner
docx935moReviewAdvanced
notion-knowledge-capture109moNo flagsIntermediate
session-handoff132moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

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

93225

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.

10115

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.

1370

feishu-doc

openclaw

Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.

1464

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.

868

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.

2248

Search skills

Search the agent skills registry