ABOUTME Index
Read .claude/aboutme-index.md to find files by purpose instead of grep-searching.
Usage
- Read the index:
cat .claude/aboutme-index.md
- Filter by keyword using grep:
grep -i "auth\|jwt" .claude/aboutme-index.md
- 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.md | 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.