aboutme-index
Installation
SKILL.md
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.