From aidd-context
Lists installed surfaces (skills, agents, commands, plugins, MCP servers, rules, hooks, memory files) across AI tools (Claude Code, Cursor, etc.) and recommends the best match for a given intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:11-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scans installed surfaces of the AI tool(s) the project uses and guides the user to the most relevant item for their current intent.
Scans installed surfaces of the AI tool(s) the project uses and guides the user to the most relevant item for their current intent.
Before scanning, detect which AI tools the project uses, propose the set, and confirm the scan scope. This gate applies to actions 01-07; 08-find-memory is tool-independent and skips it.
Detect. Scan the project root for these signals:
| Signal | Tool |
|---|---|
.claude/ or CLAUDE.md | Claude Code |
.cursor/ | Cursor |
.opencode/ | OpenCode |
.codex/ | Codex CLI |
.github/copilot-instructions.md, or any .github/ Copilot surface dir (agents/, prompts/, instructions/, skills/, hooks/) | GitHub Copilot |
AGENTS.md | Cursor / OpenCode / Codex CLI (list all) |
Propose. List the detected tools. If no signal is found, propose all five cold (Claude Code, Cursor, OpenCode, GitHub Copilot, Codex CLI). Never default silently to Claude Code.
Confirm. Ask which tools to scan (1..N). Then run the matching action, scanning only the confirmed tools' surfaces resolved from references/ai-mapping.md. A tool with no surface for the requested artifact is skipped (note it; never error).
references/ai-mapping.md only.| # | Action | Role | Input |
|---|---|---|---|
| 01 | find-skill | List skills, recommend the best match | user intent |
| 02 | find-agent | List agents, recommend the best match | user intent |
| 03 | find-command | List slash commands, recommend the best match | user intent |
| 04 | find-plugin | List enabled plugins, recommend the best match | user intent |
| 05 | find-mcp | List connected MCP servers, recommend the best one | user intent |
| 06 | find-rule | List rules across every tool surface | user intent |
| 07 | find-hook | List hooks across plugins + project settings | user intent |
| 08 | find-memory | List memory files under aidd_docs/memory/ | user intent |
Pick the action that matches the user's question:
01-find-skill02-find-agent03-find-command04-find-plugin05-find-mcp06-find-rule07-find-hook08-find-memoryIf the user's question is ambiguous, ask one clarifying question before picking the action.
npx claudepluginhub ai-driven-dev/frameworkScans the environment and repository to catalog installed plugins, agents, skills, and MCP servers across AI CLI platforms. Useful for resource discovery, auditing, and debugging missing capabilities.
Discovers Claude Code tool environment including native tools and MCP servers via scans, amplifies prompts with capabilities, and suggests non-binding tool compositions for 'what tools to use' or 'best approach' queries.
Lists, creates, edits, toggles, copies, moves, and deletes AI agent skills across 11 coding tools including Cursor, Claude, Windsurf, Copilot, and more.