tool-discovery

Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tool-discovery" with this command: npx skills add 0xdarkmatter/claude-mods/0xdarkmatter-claude-mods-tool-discovery

Tool Discovery

Recommend the right agents and skills for any task.

Decision Flowchart

Is this a reference/lookup task?
├── YES → Use a SKILL (lightweight, auto-injects)
└── NO → Does it require reasoning/decisions?
         ├── YES → Use an AGENT (heavyweight, spawns subagent)
         └── MAYBE → Check catalogs below

Rule: Skills = patterns/reference. Agents = decisions/expertise.

Quick Skill Reference

SkillTriggers
file-searchfd, rg, fzf, find files
find-replacesd, batch replace
code-statstokei, difft, line counts
data-processingjq, yq, json, yaml
structural-searchast-grep, sg, ast pattern
git-workflowlazygit, gh, delta, rebase
python-envuv, venv, pyproject
go-opsgolang, go, goroutine, channel, context, errgroup, go test
rust-opsrust, cargo, ownership, tokio, serde, trait, Result, Option
typescript-opstypescript, type system, generics, utility types, Zod
docker-opsdocker, Dockerfile, docker-compose, multi-stage build
ci-cd-opsgithub actions, CI, CD, pipeline, release, workflow
api-design-opsapi design, gRPC, GraphQL, REST advanced, protobuf
rest-opshttp methods, status codes
sql-opscte, window functions
postgres-opspostgresql, postgres, EXPLAIN ANALYZE, vacuum, pgbouncer, JSONB, RLS, replication
sqlite-opssqlite, aiosqlite
tailwind-opstailwind, tw classes
mcp-opsmcp server, protocol

Quick Agent Reference

AgentTriggers
python-expertPython, async, pytest
typescript-expertTypeScript, types, generics
react-expertReact, hooks, state
postgres-expertPostgreSQL, query optimization
cloudflare-expertWorkers, KV, D1, R2
Explore"where is", "find"
Plandesign, architect

How to Launch

Skills:

Skill tool → skill: "file-search"

Agents:

Task tool → subagent_type: "python-expert"
         → prompt: "Your task"

Match by Task Type

TaskSkill FirstAgent If Needed
"How to write a CTE?"sql-opssql-expert
"Optimize this query"postgres-expert
"Find files named X"file-searchExplore
"Set up Python project"python-envpython-expert
"What HTTP status for X?"rest-ops

Tips

  • Skills are cheaper - Use for lookups, patterns
  • Agents are powerful - Use for decisions, optimization
  • Don't over-recommend - Max 2-3 tools per task

Additional Resources

For complete catalogs, load:

  • ./references/agents-catalog.md - All agents with capabilities
  • ./references/skills-catalog.md - All skills with details

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

sqlite-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

testing-ops

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

docker-ops

No summary provided by upstream source.

Repository SourceNeeds Review