一键导入
create-doc
Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pins and manages per-project Flutter SDK versions with FVM (Flutter Version Management). Use when the project has or needs a .fvmrc or .fvm/ directory, when contributors need a reproducible Flutter SDK, when installing FVM, pinning or switching the Flutter version, wiring FVM into VS Code or Android Studio, configuring CI to honor .fvmrc, or troubleshooting "wrong Flutter version" symptoms.
End-to-end review pipeline — creates a handoff, generates a review (self-review or paste-ready for another provider), then offers to fix findings. Use when you want to review your changes before pushing.
Build a competitive positioning matrix and strategy canvas when the user asks to analyze competitors, compare products, or assess competitive landscape
Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk
Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health
Audit a feature for WCAG 2.1 AA compliance using POUR principles when the user asks to check accessibility, audit a11y, or verify WCAG compliance
| name | create-doc |
| description | Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation |
| author | chalk |
| version | 1.0.0 |
| metadata-version | 3 |
| allowed-tools | Read, Glob, Write |
| argument-hint | [doc description] |
| read-only | false |
| destructive | false |
| idempotent | true |
| open-world | false |
| user-invocable | true |
| tags | docs, documentation, writing |
| capabilities | docs.create, chalk.docs.create |
| activation-intents | create doc, add documentation, write documentation |
| activation-events | user-prompt |
| activation-artifacts | .chalk/docs/** |
| risk-level | low |
Create a new documentation file in .chalk/docs/.
$ARGUMENTS.highest + 1..chalk/docs/<vertical>/<number>_<slug>.md.| Vertical | Directory | Use For |
|---|---|---|
| Product | product/ | Vision, strategy, user research, pricing, competitive analysis |
| AI | ai/ | Agent context, codebase orientation, prompt patterns, gotchas |
| Engineering | engineering/ | Architecture, conventions, APIs, runbooks, data flows |
| Root | .chalk/docs/ | Docs that don't fit a vertical |
If the user specifies a vertical ("engineering doc about..."), use it. If ambiguous, infer from content: technical architecture -> engineering, product strategy -> product, agent context -> ai.
<number>_<snake_case_slug>.md
0_)# <Doc Title>
Last updated: <YYYY-MM-DD> (<brief change note>)
## <First Section>
Content...
## <Next Section>
Content...
# Heading is the title## Heading for sections| Vertical | Tone | Focus |
|---|---|---|
product/ | Business-facing, concise | What and why: user problems, strategy, metrics |
ai/ | Agent-facing, reference-style | Where things are, how they work, gotchas |
engineering/ | Technical, comprehensive | Architecture, conventions, APIs, data flows |