From aidd-context
Surveys a project's tooling, context, and codebase to map installed capabilities, skills, and AI configuration. Invoke to discover what is available or find a matching skill or rule.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:11-exploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surveys the current project across three axes so the user sees what is there and can dig into any of them. It maps the project, it never prescribes a next step.
Surveys the current project across three axes so the user sees what is there and can dig into any of them. It maps the project, it never prescribes a next step.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | survey | Scan the three axes and present a compact map | project root |
| 02 | drill | Descend one axis or all, level by level, match an intent if any | a scope or a goal |
Detect the project's AI tools first, from the signals in references/ai-mapping.md. Then route by what the user asked: no scope given runs survey for a compact map, a named axis or "all" runs drill straight away. Always propose the axes when the request is open, never assume one. Run each action's ## Test before the next.
references/ai-mapping.md.references/ai-mapping.md: the per-tool signals, scan paths, and formats for the Tooling and Context axes.npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextAuto-generates CLAUDE.md and .rune/ context for AI sessions by scanning codebase structure, config files, and tech stack. Saves re-explaining project context on undocumented repos.
Renamed to `projects`. This deprecated skill only exists to redirect old references, and should not be invoked directly.
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.