← スキル一覧に戻る

doc-numbering
by ltjed
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: doc-numbering description: Automatically number new markdown documentation files in the docs/ folder using a sequential numbering system (e.g., 00_, 01_, 02_).
Documentation Numbering System
Instructions
When creating or generating markdown documentation files in the project:
- Always place documentation files in the
docs/directory (not in the project root) - Search for all markdown files in the
docs/directory that start with a number - Find the highest number currently in use
- Add 1 to that number
- Prefix the new markdown file with that number followed by an underscore (e.g.,
00_,01_,02_) - Use a two-digit format (e.g.,
01_not1_)
Examples
Example 1: First documentation file
Existing files in docs/: None with number prefixes
Creating: setup_guide.md
Result: docs/00_setup_guide.md
Example 2: Adding to existing numbered files
Existing files in docs/:
00_E2E_TEST_REPORT.md
01_SANDBOX_SETUP.md
02_RAY_SETUP_GUIDE.md
03_UV_SETUP.md
04_things_to_change.md
20_TEST_TRAJECTORY_EXAMPLE.md
21_onboarding_docs.md
Creating: troubleshooting.md
Result: docs/22_troubleshooting.md (highest is 21, so use 22)
Example 3: Typical workflow
User request: "Create an implementation plan"
Claude actions:
- Checks
docs/directory, finds files with highest number = 21 - Creates file named
docs/22_implementation_plan.md(21 + 1 = 22)
Important Notes
- README.md and CLAUDE.md remain in the project root (these are special files)
- All other markdown documentation goes in
docs/ - Always use the numbering system for consistency
- If a specific range is full (e.g., 00-09), use the next logical number (10+)
- Keep filenames descriptive and use underscores for spaces
スコア
総合スコア
40/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です