← スキル一覧に戻る

documentation
by duhenri9
Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: documentation description: Generate and update technical documentation phases: [P, C]
Documentation Generator
When to Use
Use this skill when writing or updating documentation.
Documentation Types
1. API Documentation
- Endpoint description
- Request/response examples
- Error codes
- Authentication requirements
2. README
- Project overview
- Installation steps
- Quick start guide
- Configuration options
3. Architecture Docs
- System overview
- Component diagram
- Data flow
- Decision records
4. Code Comments
- Why, not what
- Complex algorithm explanations
- Public API documentation
Format Guidelines
- Use clear headings hierarchy
- Include code examples
- Add diagrams where helpful
- Keep it up to date with code
Template: Function Documentation
/**
* Brief description of what the function does.
*
* @param paramName - Description of parameter
* @returns Description of return value
* @throws ErrorType - When this error occurs
*
* @example
* const result = functionName(arg);
*/
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です