Agent skill
aboutme-index
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.
Install this agent skill to your Project
npx add-skill https://github.com/stickystyle/claude-skills/tree/main/skills/aboutme-index
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
markdown-oxide-lsp
markdown-oxide language server for Markdown/Obsidian vault intelligence. Provides wikilink completion, hover info, goto-definition, and diagnostics for Markdown files.
uv
Python package manager and project tooling using uv. Use when working with Python projects, managing dependencies, creating virtual environments, running Python scripts, configuring workspaces/monorepos, or troubleshooting uv issues. Triggers on pyproject.toml projects, uv commands, pip replacement workflows, Python version management, workspace configuration, or CI/CD Python setup.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?