feat: add skillreaper to Development & Code Tools

This commit is contained in:
eugeniozamengopontrelli 2026-08-26 12:27:07 +02:00
parent be2a406907
commit 189ce1ad91

View file

@ -144,6 +144,7 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e
- [Septim Agents Pack](https://septimlabs.com/tools/agents?utm_source=awesome-claude-skills&utm_medium=awesome-list&utm_campaign=oss-backlink) - 10 named Claude Code sub-agents (Atlas, Luca, Canon, Ember, Tally, Nova, Ward, Mira, Juno, Pip) covering planning, architecture, brand, marketing, finance, design, legal, customer, research, and coordination. Drop into `.claude/agents/`. *By [@septimlabs-code](https://github.com/septimlabs-code)*
- [Skill Creator](./skill-creator/) - Provides guidance for creating effective Claude Skills that extend capabilities with specialized knowledge, workflows, and tool integrations.
- [Skill Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) - Automatically converts any documentation website into a Claude AI skill in minutes. *By [@yusufkaraaslan](https://github.com/yusufkaraaslan)*
- [skillreaper](https://github.com/thousandflowers/skillreaper) - Finds and reversibly prunes unused skills, MCP servers, subagents, and hooks from your agent stack, using evidence from your own session transcripts rather than guesswork. Runs both as a standalone Go CLI and as a Claude Code plugin, and works across the most widely used agent harnesses. *By [@thousandflowers](https://github.com/thousandflowers)*
- [software-architecture](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/ddd/skills/software-architecture) - Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices.
- [subagent-driven-development](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sadd/skills/subagent-driven-development) - Dispatches independent subagents for individual tasks with code review checkpoints between iterations for rapid, controlled development.
- [test-driven-development](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) - Use when implementing any feature or bugfix, before writing implementation code.