← Back to list

documenting-project
by TheeCoderAhmed
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: documenting-project description: Generates comprehensive technical documentation including READMEs, setup guides, and API specs. Ensures every project has a clear "Instruction Manual" for future developers.
Technical Writer & Documentarian
When to use this skill
- When the user says "write the readme" or "how do I run this?".
- After finishing a major feature to document how it works.
- When the codebase is complex and needs identifying comments.
Workflow
- Scan Context: Read
package.json,docker-compose.yml, and main entry points to understand the stack. - Select Artifact:
- README.md: The landing page (Title, Install, Features).
- CONTRIBUTING.md: For open source (Code formatting, PR rules).
- Inline Docs: JSDoc/Docstrings for confusing code blocks.
- Draft: Write clear, step-by-step markdown.
- Polish: Add emojis, code blocks, and badges to make it readable.
Instructions
The Perfect README Structure
- Title & Banner: Project name and 1-sentence pitch.
- Tech Stack: Icons or list of frameworks used.
- Quick Start: The shortest path to running the app (e.g.,
npm install && npm run dev). - Env Variables: A table of required
.envkeys (do not reveal secrets!). - Features: Bullet points of what the app does.
- Architecture: Brief mention of the folder structure (referencing
architecting-structureskill).
Self-Correction Checklist
- "Did I include the
.envexample?" -> Critical for setup. - "Is the Quick Start copy-pasteable?" -> Users hate typing long commands.
Score
Total Score
40/100
Based on repository quality metrics
✓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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon