# 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.

- **Type:** Skill
- **Install:** `agentstack add skill-stickystyle-claude-skills-aboutme-index`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stickystyle](https://agentstack.voostack.com/s/stickystyle)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [stickystyle](https://github.com/stickystyle)
- **Source:** https://github.com/stickystyle/claude-skills/tree/main/skills/aboutme-index

## Install

```sh
agentstack add skill-stickystyle-claude-skills-aboutme-index
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ABOUTME Index

Read `.claude/aboutme-index.md` to find files by purpose instead of grep-searching.

## Usage

1. Read the index:
```bash
cat .claude/aboutme-index.md
```

2. Filter by keyword using grep:
```bash
grep -i "auth\|jwt" .claude/aboutme-index.md
```

3. 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

```markdown
- `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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [stickystyle](https://github.com/stickystyle)
- **Source:** [stickystyle/claude-skills](https://github.com/stickystyle/claude-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-stickystyle-claude-skills-aboutme-index
- Seller: https://agentstack.voostack.com/s/stickystyle
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
