用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill ck-help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ck-help |
| description | [Utilities] ClaudeKit usage guide - just type naturally Use when this capability is needed. |
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
Goal: Provide ClaudeKit usage guidance by running the help script and presenting results based on output type.
Workflow:
python .claude/scripts/ck-help.py "$ARGUMENTS"@CK_OUTPUT_TYPE marker (comprehensive-docs, category-guide, command-details, search-results, task-recommendations)Key Rules:
/plan then /code is the correct flow; NEVER suggest /plan then /cook/cook is standalone (has its own planning)Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
Think harder. All-in-one ClaudeKit guide. Run the script and present output based on type markers.
IMPORTANT: Always translate $ARGUMENTS to English before passing to script.
The Python script only understands English keywords. If $ARGUMENTS is in another language:
$ARGUMENTS to Englishpython .claude/scripts/ck-help.py "$ARGUMENTS"
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-docsFull documentation (config, schema, setup guides).
Presentation:
Example enhancement after showing full output:
## Additional Tips
**When to use global vs local config:**
- Use global (~/.claude/.ck.json) for personal preferences like language, issue prefix style
- Use local (./.claude/.ck.json) for project-specific paths, naming conventions
**Common setup for teams:**
Each team member sets their locale globally, but projects share local config via git.
Need help setting up a specific configuration?
@CK_OUTPUT_TYPE:category-guideWorkflow guides for command categories (fix, plan, cook, etc.).
Presentation:
@CK_OUTPUT_TYPE:command-detailsSingle command documentation.
Presentation:
@CK_OUTPUT_TYPE:search-resultsSearch matches for a keyword.
Presentation:
@CK_OUTPUT_TYPE:task-recommendationsTask-based command suggestions.
Presentation:
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.
/plan → /code: Plan first, then execute the plan/cook: Standalone - plans internally, no separate /plan needed/plan → /cook (cook has its own planning)TaskCreate BEFORE startingfile:line evidence for every claim (confidence >80% to act)Converted and distributed by TomeVault — claim your Tome and manage your conversions.