skillview
v0.1.1
Published
Interactive terminal manager for local AI agent skills (Claude, Cursor, Agents). Browse, search, view, and delete SKILL.md files by agent and recency.
Maintainers
Readme
skillview
An interactive terminal manager for the AI agent skills on your machine.
skillview scans the skill folders of your local AI agents — Claude (~/.claude),
Cursor (~/.cursor), and Agents (~/.agents) — and lets you browse them by agent,
sorted by how recently they changed. View a skill's full SKILL.md, search across titles and
descriptions, and delete skills you no longer want, all without leaving the terminal.
Install
npm install -g skillviewThen run:
skillview # launch the interactive browser
skillview --help # show usage and keybindings
skillview --version # print the versionRequires Node.js >= 18.
How it works
Skills are expected at:
~/.claude/skills/<skill>/SKILL.md
~/.cursor/skills/<skill>/SKILL.md
~/.agents/skills/<skill>/SKILL.mdEach SKILL.md starts with YAML frontmatter holding name and description. skillview reads
that to show a colored title and a short description for every skill.
Navigation
The UI has three levels:
- Agents — pick
.claude,.cursor, or.agents(shown with skill counts). - Skills — skills in that agent, newest first. Each shows an orange title and a two-line description.
- Skill detail — the full, scrollable
SKILL.md.
Keys
| Key | Action |
| --------------- | --------------------------------------- |
| ↑ / ↓ | Move selection / scroll |
| Enter | Open the selected agent or skill |
| Esc / ← | Go back a level |
| / | Search skills (in the skills view) |
| d | Delete the selected skill (asks first) |
| PgUp / PgDn | Page through a long skill in detail view |
| q / Ctrl+C | Quit |
License
MIT
