A mega-skill for Claude Code and Cowork that bundles 28 specialized sub-skills into a single installable package. Instead of installing dozens of individual skills, install one "router" skill that dynamically selects the right sub-skill based on your request.
The skill uses a progressive disclosure pattern:
- The router SKILL.md loads with a lightweight index of all 28 sub-skills
- When you make a request, Claude matches it to the relevant sub-skill(s)
- Only the needed reference file(s) are read — keeping context efficient
| Skill | Source | Description |
|---|---|---|
| Avoid AI Writing | conorbronsdon/avoid-ai-writing | Audit and rewrite AI-sounding text |
| Content Research Writer | ComposioHQ/awesome-claude-skills | Write content with research and citations |
| Article Extractor | michalparkola/tapestry-skills | Extract clean text from URLs |
| Naming | glacierphonk/naming | Metaphor-driven naming for products and brands |
| Brainstorming | obra/superpowers | Transform rough ideas into designs |
| Writing Plans | obra/superpowers | Create detailed implementation plans |
| Skill | Source | Description |
|---|---|---|
| YouTube Transcript | michalparkola/tapestry-skills | Fetch YouTube video transcripts |
| Image Enhancer | ComposioHQ/awesome-claude-skills | Improve image quality and sharpness |
| EPUB Creator | smerchek/claude-epub-skill | Convert markdown to epub files |
| Reveal.js Presentations | ryanbbrown/revealjs-skill | Create HTML presentations with Reveal.js |
| Skill | Source | Description |
|---|---|---|
| VibeSec | BehiSecc/VibeSec-Skill | Secure coding guidance and vulnerability prevention |
| OWASP Security | agamm/claude-code-owasp | OWASP Top 10:2025 and ASVS 5.0 compliance |
| Design Auditor | Ashutos1997/claude-design-auditor-skill | Audit designs against 17 professional rules |
| Skill | Source | Description |
|---|---|---|
| Systematic Debugging | obra/superpowers | Structured debugging methodology |
| Debug Skill | AlmogBaku/debug-skill | Real debugger with breakpoints and stepping |
| Test-Driven Development | obra/superpowers | TDD workflow — tests first |
| Webapp Testing | anthropics/skills | Test web apps with Playwright |
| Playwright Skill | testdino-hq/playwright-skill | Structured Playwright test automation |
| Git Worktrees | obra/superpowers | Isolated git worktrees for parallel dev |
| Finishing Dev Branch | obra/superpowers | Complete and clean up dev branches |
| Verification | obra/superpowers | Verify work before marking done |
| Skill | Source | Description |
|---|---|---|
| CSV Data Summarizer | coffeefuelbump/csv-data-summarizer | Analyze CSVs with stats and visualizations |
| Kaggle | shepsci/kaggle-skill | Kaggle competitions, datasets, and badges |
| Paper Search | ykdojo/paper-search | Search 250M+ academic papers via OpenAlex |
| GitHub Star History | ykdojo/gh-star-history | Visualize repo star history by region |
| Skill | Source | Description |
|---|---|---|
| Email HTML (MJML) | framix-team/skill-email-html-mjml | Responsive email templates with MJML 4.x |
| Kanban Board | mattjoyce/kanban-skill | Markdown-based Kanban task tracking |
| Task Observer | rebelytics/one-skill-to-rule-them-all | Meta-skill that improves your other skills |
claude install skill-toolbox.skillCopy the skill-toolbox/ folder into your .claude/skills/ directory.
This is a curated bundle of open-source skills from the community. All credit goes to the original authors linked above. Skill sources were discovered via BehiSecc/awesome-claude-skills.
Each bundled skill retains its original license. This meta-skill router is MIT licensed.