# Search Skill

> Discover and evaluate Claude Code skills and plugins from curated sources. Use when searching for existing skills/plugins, finding inspiration, or before creating a new skill. Triggers include "search skill", "find skill", "find plugin", "skill for X", "what skills exist for", "discover skills".

- Skill: `digital-stoic-org/search-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add digital-stoic-org/search-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/digital-stoic-org/search-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: digital-stoic-org (https://skillmd.com/u/digital-stoic-org)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/digital-stoic-org/search-skill

---


# Search Skill

Discover existing skills **and plugins** from curated sources, evaluate quality with toothbrush filter, output comparison table. Plugins bundle skills/commands/agents/MCP — mine them for either. Philosophy: **inspect, adapt, own — never import blindly** 🪥

## Workflow

1. **Parse query** from `$ARGUMENTS` (e.g., "pdf converter", "git workflow")
2. **Search tiered sources** (parallel where possible):

| Tier | Source | Method |
|------|--------|--------|
| 1 | Anthropic skills | `WebSearch: "$QUERY claude code skill site:github.com/anthropics"` |
| 1 | Anthropic plugins (official) | `WebFetch` raw `.claude-plugin/marketplace.json` from `anthropics/claude-plugins-official`, grep `$QUERY` |
| 1 | VoltAgent curated | `WebSearch: "$QUERY site:github.com/VoltAgent/awesome-agent-skills"` |
| 2 | Anthropic plugins (community) | `WebFetch` raw `.claude-plugin/marketplace.json` from `anthropics/claude-plugins-community` (security-screened), grep `$QUERY` |
| 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 | claudemarketplaces / aiskillstore | `WebSearch: "$QUERY site:claudemarketplaces.com"` · aggregators |
| 3 | SkillHub / broad | `WebFetch: skillhub.club` · `WebSearch: "$QUERY claude code skill 2026"` |

3. **Fetch SKILL.md** for top candidates via `WebFetch` on raw GitHub URLs
4. **Apply toothbrush filter** — see `reference.md` for rubric details:
   - Token efficiency: <500 ideal, hard fail >2000
   - Clear triggers: keywords + file types required
   - Single responsibility: one capability only
   - Anthropic patterns + progressive disclosure (soft)
5. **Output comparison report** — see `reference.md § Output Report Template` (table: Skill · Source · ~Tokens · Quality · Verdict, then Recommended approach + Key patterns)

## Rules

- Output verdicts (study/adapt/ignore), NOT install commands
- Skip tiers 2-3 if tier 1 has strong matches
- Fetch actual SKILL.md source when possible — evaluate code not marketing
- See `reference.md` for full source registry and quality rubric weights

