Help us improve
Share bugs, ideas, or general feedback.
From dstoic
Searches tiered sources like Anthropic repos and GitHub for Claude Code skills matching a query, fetches SKILL.md files, applies toothbrush filter for quality, and outputs comparison tables with verdicts.
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicHow this skill is triggered — by the user, by Claude, or both
Slash command
/dstoic:search-skillsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discover existing skills from curated sources, evaluate quality with toothbrush filter, output comparison table. Philosophy: **inspect, adapt, own — never import blindly** 🪥
Searches Claude Code skills across local ~/.claude/skills, skills.sh CLI directory, and GitHub fallback. Outputs markdown table and JSON with install info, sorted by source.
Searches local, marketplace, GitHub, and web skill sources to avoid duplicating existing skills. Indexed results are ranked and presented with fork/extend options.
Searches local, marketplace, GitHub, and web sources for existing Claude Code skills before creating new ones. Prevents duplication by ranking candidates by relevance and prompting user to use, fork, or create.
Share bugs, ideas, or general feedback.
Discover existing skills from curated sources, evaluate quality with toothbrush filter, output comparison table. Philosophy: inspect, adapt, own — never import blindly 🪥
$ARGUMENTS (e.g., "pdf converter", "git workflow")| Tier | Source | Method |
|---|---|---|
| 1 | Anthropic official repos | WebSearch: "$QUERY claude code skill site:github.com/anthropics" |
| 1 | VoltAgent curated | WebSearch: "$QUERY site:github.com/VoltAgent/awesome-agent-skills" |
| 2 | GitHub community | WebSearch: "$QUERY claude code SKILL.md site:github.com" |
| 2 | Awesome lists | WebSearch: "$QUERY awesome-claude-skills OR awesome-claude-code" |
| 3 | SkillHub rated | WebFetch: skillhub.club search |
| 3 | Broad web | WebSearch: "$QUERY claude code skill 2026" |
WebFetch on raw GitHub URLsreference.md for rubric details:
🔍 Found N skills for "$QUERY":
| Skill | Source | ~Tokens | Quality | Verdict |
|-------|--------|---------|---------|---------|
| name | source | ~N | ⭐⭐⭐⭐ | 🟢/🟡/🔴 Study/Adapt/Ignore |
💡 Recommended approach:
- [What to study from best matches]
- [What patterns to adapt]
- [What to ignore and why]
📎 Key patterns found:
- [Reusable patterns across results]
reference.md for full source registry and quality rubric weights