← Back to list

aboutme-index
by stickystyle
Claude skills I've developed for my use
⭐ 1🍴 0📅 Dec 18, 2025
SKILL.md
name: aboutme-index description: Index-based file discovery using ABOUTME headers. Use INSTEAD of grep or Explore agent when searching for files by purpose or feature. Faster and more accurate than scanning code. Invoke this skill when user asks "which files handle X", "where is Y implemented", or when you need to find files related to a feature or task.
ABOUTME Index
Read .claude/aboutme-index.json to find files by purpose instead of grep-searching.
Usage
- Read the index:
cat .claude/aboutme-index.json
- Filter by keyword using jq:
cat .claude/aboutme-index.json | jq 'to_entries[] | select(.value | test("auth|jwt"; "i"))'
- Read the relevant files.
Commands
| Command | Description |
|---|---|
/aboutme-check | Find files missing ABOUTME headers |
/aboutme-rebuild | Rebuild the entire index |
/aboutme-stale | Check for stale headers |
cat .claude/aboutme-index.json | Read the index directly |
Index Format
{
"app/src/auth.py": "JWT authentication module for AWS Cognito access tokens...",
"app/src/config.py": "Centralized configuration using Pydantic settings..."
}
The index is auto-rebuilt on session start and updated incrementally on file edits.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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