From agents
Discover AI agent skills via gap analysis, registry search, and ideation. Use when expanding your collection systematically. NOT for creating skills (skill-creator) or ad-hoc search (find-skills).
npx claudepluginhub wyattowalsh/agents --plugin agentsThis skill uses the workspace's default tool permissions.
Systematic skill discovery engine. Audits your existing skill collection, identifies coverage gaps, researches new skills across multiple sources, and proposes custom skills to build — all via an orchestrated team of specialized subagents.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Systematic skill discovery engine. Audits your existing skill collection, identifies coverage gaps, researches new skills across multiple sources, and proposes custom skills to build — all via an orchestrated team of specialized subagents.
NOT for: ad-hoc "find me a skill for X" queries (use vercel-labs/skills@find-skills), creating skills (/skill-creator), or installing known skills (npx skills add).
$ARGUMENTS | Action |
|---|---|
(empty) / discover | Full discovery: audit → research → ideate → interactive report |
audit | Audit only: deep audit of existing skills, output gap analysis |
research [focus] | Research only: web research, optionally focused on a domain |
ideate | Ideate only: propose custom skills from prior audit/research |
resume [N or keyword] | Resume: continue a saved discovery session |
list | List: show saved discovery sessions |
install <owner/repo@skill> | Install: install a previously discovered skill with confirmation |
If no mode keyword matches:
resume or continue → Resume last active session| Signal | Redirect |
|---|---|
| "Find me a skill for X" (ad-hoc query) | Suggest npx skills find <query> or vercel-labs/skills@find-skills |
| "Create a new skill" | Redirect to /skill-creator |
| "Install X skill" (known skill) | Run npx skills add <source> -s <name> -g -y -a antigravity claude-code codex crush cursor gemini-cli github-copilot opencode directly |
| Term | Definition |
|---|---|
| gap | A domain or capability with no existing skill coverage |
| coverage | Score (None/Low/Medium/Good) of existing skill depth per domain |
| domain | A category of skill functionality (e.g., Testing, Frontend, Security) |
| candidate | An external skill discovered during research, not yet installed |
| proposal | A custom skill idea with spec sketch, not yet created |
| journal | A saved discovery session in `~/.{gemini |
| auditor | Teammate that reads and categorizes all existing skills |
| registry-scout | Teammate that searches skills.sh via npx skills find |
| web-researcher | Teammate that searches GitHub, blogs, HN, Reddit |
| ideator | Teammate that synthesizes gaps + research into proposals |
Lead (orchestrate + synthesize + present interactive report)
├── auditor
│ Wave 1a: parallel subagents read repo skills (skills/*/SKILL.md)
│ Wave 1b: read installed skills (~/.{gemini|copilot|codex|claude}/skills/ + installed.mdx)
│ → domain taxonomy, coverage scores, gap report (JSON)
│
├── registry-scout
│ Wave 2a: 15-20 parallel `npx skills find <query>` subagents
│ (queries from references/research-queries.md, targeted by gap report)
│ Wave 2b: deduplicate against existing skills
│ → ranked external skill candidates with install commands
│
├── web-researcher
│ Wave 2a: parallel subagents across sources:
│ - brave-search for "AI agent skills" + domain keywords
│ - GitHub search for skill repos (SKILL.md in:path)
│ - Community: Reddit, HN, dev.to, blog posts
│ Wave 2b: fetch + extract promising leads
│ → skill ideas from the web not on the registry
│
└── ideator
Wave 3: synthesize gaps + all research findings
→ spec sketches (name, description, use cases, scope, complexity)
Wave 1: auditor (produces gap report needed by Wave 2)
↓ gap report shared via lead
Wave 2: registry-scout + web-researcher (parallel, both use gap report)
↓ all findings shared via lead
Wave 3: ideator (synthesizes everything into proposals)
↓ all outputs to lead
Wave 4: lead synthesizes interactive report (inline)
Dependency rule: Wave N+1 cannot start until all Wave N agents are accounted for (Accounting Rule: N dispatched = N resolved).
All teammates and their nested subagents use opus. No downgrades.
| Mode | Teammates Used | Waves |
|---|---|---|
| Full discovery | All 4 | 1 → 2 → 3 → 4 |
| Audit only | auditor | 1 only |
| Research [focus] | registry-scout + web-researcher | 2 only (with focus filter) |
| Ideate | ideator | 3 only (requires prior journal; if none found, ask user to run audit first or switch to full discovery) |
| Resume | Lead only | Load journal → reconstruct state → continue from last wave |
| List | Lead only | Scan journals → display |
Before recommending any external skill:
| Signal | Threshold | Below threshold |
|---|---|---|
| Install count | >= 500 preferred | Move to "Worth Investigating" tier |
| Source reputation | Official repos preferred | Flag unknown authors |
| Duplication | Must not overlap existing skill | Exclude or note as "alternative to X" |
| Recency | Updated within 6 months | Flag as potentially stale |
Confidence tiers:
| Collection Size | Audit Strategy | Research Queries | Subagent Count |
|---|---|---|---|
| Small (< 20 skills) | Single auditor pass | 10 targeted queries | 4-6 |
| Medium (20-100 skills) | Parallel auditor subagents by domain | 20 queries | 10-15 |
| Large (100+ skills) | Domain-partitioned waves, prune low-priority domains | Full 42 queries | 20+ |
## Discovery Report — {date}
### Coverage Summary
| Domain | Existing Skills | Coverage | Gaps |
|--------|----------------|----------|------|
### A. External Skills to Install ({N} found)
#### High Confidence
| # | Skill | Source | Installs | Install Command | Fills Gap |
|---|-------|--------|----------|-----------------|-----------|
#### Worth Investigating
| # | Skill | Source | URL | Notes |
|---|-------|--------|-----|-------|
### B. Custom Skills to Create ({N} proposals)
| # | Name | Description | Use Cases | NOT For | Complexity |
|---|------|-------------|-----------|---------|------------|
> Pick numbers to install (A) or create (B), or type "all A" / "all B".
After the user picks:
npx skills add <source> -s <name> -g -y -a antigravity claude-code codex crush cursor gemini-cli github-copilot opencodewagents new skill <name> and suggest running /skill-creator create <name>~/.{gemini|copilot|codex|claude}/discover-skills/{YYYY-MM-DD}-discovery-{slug}.md<!-- STATE --> blocksdiscovered_external, discovered_custom, installed, rejected!uv run python skills/discover-skills/scripts/journal-store.pySave protocol:
Resume protocol:
resume (no args): find status: In Progress journals. One → auto-resume. Multiple → show list.resume N: Nth journal from list output.resume keyword: search frontmatter for match.Install protocol:
install <owner/repo@skill>: run the install command directly after confirmation.install <name-or-number>: look up the most recent journal, search discovered_external for a matching candidate by name or report number, extract the stored install command, confirm with user, then run.research [focus]npx skills add <source> -s <name> -g -y -a antigravity claude-code codex crush cursor gemini-cli github-copilot opencode| File | Content | Load When |
|---|---|---|
references/research-queries.md | 42+ validated registry queries, GitHub/web/community search patterns, known-good repos | Wave 2 (before dispatching research teammates) |
references/gap-analysis.md | 18-domain taxonomy, coverage scoring rubric, gap priority formula | Wave 1 (during audit), Wave 4 (building coverage summary) |
references/team-templates.md | Full spawn prompts for all 4 teammates with role, input, output, quality checks | Wave 0 (before spawning team) |
references/output-formats.md | Full report template, install command template, spec sketch template, journal format | Wave 4 (formatting output) |
Loading rule: Load ONE reference at a time per the "Load When" column. Do not preload.