一键导入
onboarding-start
Create comprehensive onboarding documentation for a codebase or feature. Use when user asks to "create an onboarding document for X".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create comprehensive onboarding documentation for a codebase or feature. Use when user asks to "create an onboarding document for X".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | onboarding-start |
| description | Create comprehensive onboarding documentation for a codebase or feature. Use when user asks to "create an onboarding document for X". |
Orchestrates the creation of onboarding documentation by coordinating the onboarding-analyzer, onboarding-gaps-verifier, and onboarding-writer skills.
cp to copy create_onboarding_doc.xml to the working directory with an appropriate name:
bash cp /path/to/skill/create_onboarding_doc.xml ./auth_feature_onboarding.xml
Do NOT Read + Write - use the Bash cp command to preserve the exact template.
1.2. Read the copied XML file to see the phases.onboarding-analyzeronboarding-gaps-verifieronboarding-writerstatus="completed" on the phase element in the XML fileName artifacts appropriately for the feature being documented (e.g., auth_source_inventory.md).
| Phase | Artifact | Skill |
|---|---|---|
| 1-2 | {name}_source_inventory.md, {name}_extraction_tables.md | onboarding-analyzer |
| 3 | {name}_gaps_pitfalls.md | onboarding-gaps-verifier |
| 4 | {name}_onboarding_doc.md | onboarding-writer |
Guide for creating multi-phase skills with orchestrated sequential execution. Use when user wants to create a skill that runs multiple steps in sequence (like gap-finder), needs a start-* orchestrator pattern, or asks about multi-step/multi-phase skill architecture.
Triggered by start-gap-finder.
Triggered by start-gap-finder.
Triggered by start-gap-finder.
Find conceptual gaps in plan/spec documents. Use when user explicitly asks start-gap-finder.
Identify documentation gaps and pitfalls. Creates gaps_pitfalls.md. Triggered by onboarding-start during gaps-pitfalls-identification phase.