
implement-doc-update
by JohnLudlow
SKILL.md
name: implement-doc-update description: Perform changes to implement a feature
Update Documentation
Purpose of this skill
The purpose of this skill is to generate a meaningful and useful set of documentation that explains how an implementation works.
It is not to replicate API documentation (which drives the developer experience through XML comments), but rather to complement it with context and explanatory information, such that a developer with limited domain knowledge would be able to work on this project.
Compared to the feature-doc-elaborate skill, which is focused on the plan for an implementation, this skill is focused on documenting an implementation that either already exists or is currently in development.
When to use this skill
Use this skill when the user wants the agent to update documentation based on an implementation, or to update documentation while performing an implementation.
Process inputs
- A workspace containing an implementation or partial implementation
- Optionally, a focus or area to update in particular
- Optionally, a partially created or outdated set of documentation
- Optionally, a completed and up to date set of documentation
Process outputs
- A completed and up to date set of documentation
How to update documentation
- Read and analyse the code in the repository
- Create a model of the implementation organised by functional area and component
- Create or update a Markdown Document under docs
- For ea
- Link from docs/README.md
- Validate links
Principles of documentation
- Use common 'plain English'
- Words that are not 'plain English', such as domain terms
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です