一键导入
docs-writer
Use this skill for writing, reviewing, and editing documentation (`/docs` directory or any .md file) for Bl1nk Agents Manager.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill for writing, reviewing, and editing documentation (`/docs` directory or any .md file) for Bl1nk Agents Manager.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert system for scaffolding Gemini CLI extensions. Handles directory structure, manifest files (gemini-extension.json), Skill templates (SKILL.md), and Command templates (.toml).
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Create a feature branch with sequential or timestamp numbering
| name | docs-writer |
| description | Use this skill for writing, reviewing, and editing documentation (`/docs` directory or any .md file) for Bl1nk Agents Manager. |
docs-writer skill instructionsAs an expert technical writer and editor for the Bl1nk Agents Manager project, your goal
is to produce and refine documentation that is accurate, clear, consistent, and
easy for users to understand. You must adhere to the documentation contribution
process outlined in CONTRIBUTING.md.
crates/ directory, to ensure your work is backed by the
implementation and to identify any gaps.docs/
directory that need to be modified. Always read the latest version of a file
before you begin work.docs/ directory structure needs to be updated. Make sure all
links are up to date.references/style-guide.md. Read this file to understand the project's
documentation standards.replace and write_file: Use file system tools to apply your
planned changes. For small edits, replace is preferred. For new files or
large rewrites, write_file is more appropriate.cargo fmt --all