tool-discovery

Solid

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.

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# 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 | Skill | Triggers | |-------|----------| | **file-search** | fd, rg, fzf, find files | | **find-replace** | sd, batch replace | | **code-stats** | tokei, difft, line counts | | **data-processing** | jq, yq, json, yaml | | **structural-search** | ast-grep, sg, ast pattern | | **git-workflow** | lazygit, gh, delta, rebase | | **python-env** | uv, venv, pyproject | | **rest-patterns** | http methods, status codes | | **sql-patterns** | cte, window functions | | **sqlite-ops** | sqlite, aiosqlite | | **tailwind-patterns** | tailwind, tw classes | | **mcp-patterns** | mcp server, protocol | ## Quick Agent Reference | Agent | Triggers | |-------|----------| | **python-expert** | Python, async, pytest | | **typescript-expert** | TypeScript, types, generics | | **react-expert** | React, hooks, state | | **postgres-expert** | PostgreSQL, query optimization | | **cloudflare-expert** | Workers, KV, D1, R2 | | **Explore** | "where is", "find" | | **Plan** | design, architect | ## How to Launch **Skills:** ``` Skill tool → skill: "file-search" ``` **Agents:*...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

using-agent-skills

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

47,560 Updated 4 days ago
addyosmani
AI & Automation Listed

using-agent-skills

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

2 Updated 2 days ago
nota-america
AI & Automation Listed

using-agent-skills

Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

2 Updated today
LLl0k0laD
AI & Automation Listed

suggesting-tooling

Analyzes a codebase and suggests custom Claude Code skills and subagents to improve development workflow. Use when user wants tooling suggestions, automation ideas, or asks "what skills would help this project".

335 Updated today
aiskillstore
AI & Automation Listed

skill-advisor

Recommend which of the user's ALREADY-INSTALLED skills best fits a task or query. Use when the user asks "what skill should I use for X", "which of my skills fits this", "do I have a skill for Y", "what's at my disposal for Z", "recommend a skill from my toolkit", or when you need to pick the right skill from their available toolkit before starting work. This skill is read-only — it advises, it does not install. For installing new skills, use the separate skill-management workflow available in the current agent environment.

0 Updated 2 days ago
kennykankush