researcher
01Agent Claude Code
Read-only web and registry lookup. Use for Agent Skill / MCP discovery (npx skills find, MCP search), current-usage doc-checks, and scope source verification. Returns only a compact summary, never raw pages.
96 tagged agentic development, measured the same way as everything else here.
Browse within: agentic-workflow 25claude-code-plugins 13claude-plugins 13plugin-marketplace 13Multi-Agent 11llm-judge 11prompt-engineering 11agentic-design-patterns 10ai-developer-tools 10ai-first 10business-intelligence 8microsoft-fabric 8power-bi 8reporting 8
Agent Claude Code
Read-only web and registry lookup. Use for Agent Skill / MCP discovery (npx skills find, MCP search), current-usage doc-checks, and scope source verification. Returns only a compact summary, never raw pages.
Agent Claude Code
Read-only code exploration and repo scanning. Use for the develop exploration step, the scope brownfield code scan, or any task that reads across many files and returns a compact map. Never edits.
data-goblin/power-bi-agentic-development
Agent
Capture DAX queries generated by Power BI Desktop visuals in real time. Dispatch when the user wants to "capture visual queries", "see what DAX is being sent", "intercept PBI queries", "listen for visual queries", "capture Performance Analyzer queries", or "see what queries my visuals generate".
data-goblin/power-bi-agentic-development
Agent
Validate Power BI Project (PBIP) file structure, TMDL syntax, and PBIR JSON schemas. Dispatch when the user asks to "validate my PBIP project", "check if the rename cascade is complete", "is this visual.json valid", or "my PBIP won't open".
data-goblin/power-bi-agentic-development
Agent
Audit semantic models for quality, performance, and best practice violations. Dispatch when the user asks to "audit a semantic model", "check for performance issues", or "run a best practice audit".
Agent Claude Code
AgentCortex /handoff phase executor. Use when delegating handoff work that must produce a resumable state summary with full Work Log archival per agentic-os governance.
Agent Claude Code
AgentCortex /implement phase executor. Use when delegating implementation work that must follow agentic-os gates, evidence requirements, and skill injection.
Agent Claude Code
AgentCortex /test phase executor. Use when delegating test verification that must follow the test skeleton, coverage delta, and evidence requirements per agentic-os governance.
Agent Claude Code
Audits the plugin responsibility boundary — surface enumeration, silent mutation of consumer artefacts, and hook invariants (no payload mutation, no persistent host state, no undeclared writes). Dispatched by /hone Phase 2 against every plugin.
Agent
Audits MCP servers, plugins, and hooks against expert knowledge. Dispatched by /claudit during Phase 2.
Agent
Audits global Claude Code configuration (/.claude/) against expert knowledge. Dispatched by /claudit during Phase 2.
Agent
Extract capabilities and behaviors from spec. Outputs JSON that MUST validate against schemas/capability-map.schema.json.
Agent
Phase 7 of /specify workflow - Analyze spec for weakness categories before export. Engages user to resolve critical weaknesses.
Agent
Execute a single task in isolation. Self-completing - calls tasker state directly and writes result file. Returns minimal status to orchestrator. Context-isolated - no memory of previous tasks.
backspace-shmackspace/claude-devkit
Agent Claude Code
Code review specialist for /ship skill validation.
backspace-shmackspace/claude-devkit
Agent Claude Code
Senior architect for Claude Devkit - specialized in skill design, generator architecture, and template patterns.
backspace-shmackspace/claude-devkit
Agent Claude Code
Security threat modeling specialist using STRIDE, PASTA, and DREAD frameworks.
Agent Claude Code
Analyze violation patterns and recommend process improvements.
Agent
Analyze requirements for completeness, ambiguity, and testability.
Agent Claude Code
Review code/config changes and keep all docs fresh across three altitudes — internal docs (docs/DESIGN.md WHAT/WHY, docs/ARCHITECTURE.md HOW), operator docs in docs/ (CONFIGURATION, CLI, AGENT-GUIDE, CODEBASEREQUIREMENTS, MANUAL-VERIFICATION-CHECKLIST), and the consumer skills/ + agents/ artifacts deployed verbatim to…
Agent
MUST BE USED PROACTIVELY. Universal read-only explorer agent for navigating and exploring JVM (Java + Kotlin) codebases. Combines graph navigation via the jrag CLI (call chains, routes, service boundaries, clients, producers, impact, FQN resolution) with jrag search (locate code/config by meaning, keywords, or natural…
Agent
MUST BE USED PROACTIVELY. Universal read-only explorer agent. Combines jrag graph navigation (call chains, service boundaries, routes, impact analysis, FQN resolution) with broad file-system search (grep, glob, excerpt reading). Use for any exploration task: locating code, tracing dependencies, finding patterns…
Agent
API contract validation agent that ensures frontend API calls match backend endpoints, request/response types align, error codes are handled, and the API surface is consistent and well-documented.
Agent
System architecture generation agent — designs tech stack, service boundaries, data model, API contract, infrastructure topology, and security model from SRS requirements. Produces SYSTEM-ARCHITECTURE.md, DATA-MODEL.md, API-CONTRACT.md with Architecture Decision Records for every major choice.