スキル一覧に戻る
kishan04rajput

documentation

by kishan04rajput

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: documentation description: Guidelines for writing high-quality, intent-focused documentation and comments.

Documentation Skill

Use this skill when writing in-code comments, READMEs, or technical guides. Focus on the content and intent of the documentation.

Philosophy: Intent Over Implementation

Do not document what the code is doing (the code itself is the documentation for that). Document why it is doing it and any context a reader might lack.

Documentation Targets

1. In-Code Comments

  • Contextual: Explain non-obvious logic, business rules, or "hacks" required by external systems.
  • Standardized: Use appropriate docstring/comment formats for the language (e.g., JSDoc for JS).
  • Maintenance: Delete stale comments; they are more dangerous than no comments.

2. Project Documentation (README)

  • High-Level: Provide the "Big Picture" of the module or project.
  • Actionable: Installation, usage examples, and troubleshooting steps must be clear and tested.

3. Separation of Concerns

  • This skill is for writing content. For commit message formatting, refer to the commit-message-generator skill.

Checklist

  • Does this explain the why?
  • Is it concise and free of jargon?
  • Is it located where a developer would naturally look for it?

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です