원클릭으로
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