用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/strapi/documentation --skill draft命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Add a new entry to the known-pitfalls catalog that pitfalls-check audits against. Verifies the correct pattern against the Strapi source before adding, and confirms with the user. Use when you have found a documentation mistake worth catching automatically in future reviews.
Top-level review orchestrator: runs style-check, outline-check, outline-ux-analyzer, code-verify, coherence-check, and pitfalls-check on a file, directory, or PR.
Create a pull request on strapi/documentation following git-rules.md. Strict flat-text description, no headings, no test plan.
基于 SOC 职业分类
正在显示 SKILL.md
| name | draft |
| description | Draft a documentation page from an approved outline, the matching template, and the relevant authoring guide. |
| argument-hint | [--no-log] <path to outline file> |
| user-invocable | true |
$ARGUMENTS is a path to an outline file produced by /inki:outline.
Logging: unless --no-log is passed, write this skill's report to the run log per ../../references/logging.md (--log-dir <path> and --short-log are also accepted). When invoked as part of an orchestrator (e.g. /inki:write), write into that run's existing directory instead of creating a new one.
../../references/templates/<template>-template.md../../references/authoring/AGENTS.<area>.md../../references/12-rules-of-technical-writing.mdRead ../../references/prompts/drafter.md. Use it as the system prompt. Generate the draft, section by section.
Save the draft as a .md file at the canonical path (drop the .outline.md suffix, use .md). Show the user the file path and a diff.