cross-plugin-detective

Map agent roles to detective skills across plugins using claudemem search.

278|29|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/MadAppGang/claude-code --skill cross-plugin-detective-madappgang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-plugin-detective
Source: https://github.com/MadAppGang/claude-code/tree/main/plugins/code-analysis/skills/cross-plugin-detective
Command: npx skills add https://github.com/MadAppGang/claude-code --skill cross-plugin-detective-madappgang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integration guide for using detective skills across plugins. Maps agent roles to appropriate detective skills and enforces index-based memory usage.

Core Features & Use Cases

  • Agent-to-Skill Mapping: auto-route to developer/architect/tester detective
  • Adapter Guidance: standardizes cross-plugin investigation workflows
  • Memory Rule: always use claudemem search for discovery

Quick Start

Use the cross-plugin mapping to invoke the correct detective skill for your agent role.

Frequently Asked Questions about cross-plugin-detective

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map agent roles to the correct detective skills across plugins?

Map agent roles to detective skills by matching your agent type—developer, architect, tester, ultrathink, or debugger—to the corresponding code-analysis detective skill. Cross-plugin-detective automates this routing so each agent invokes the appropriate detective skill based on its current context and role.

Can I use grep or find to discover detective skills in my plugin integration?

No. Cross-plugin-detective enforces index-based memory search using claudemem as the sole discovery method. Grep, find, and rg are forbidden to ensure consistent, searchable skill mapping across plugins.

What's the correct way to integrate detective skills across frontend, backend, and other plugins?

Use cross-plugin-detective to standardize detective skill assignment across your plugin stack. The Skill maps each agent role to its detective counterpart—code-analysis:developer-detective, code-analysis:architect-detective, code-analysis:tester-detective, code-analysis:ultrathink-detective, or code-analysis:debugger-detective—ensuring consistent investigation workflows.

Why should I use claudemem for memory-indexed discovery instead of file search?

Claudemem provides indexed memory search that scales reliably across plugin boundaries and produces exact, context-aware detective-skill references. File-based search methods lack this index structure and can miss skills in distributed plugin environments.

Do I need to manually configure detective skill references for each agent role?

No. Cross-plugin-detective automates role-to-skill mapping so you declare the agent role once and receive the concrete detective-skill reference for that context. Manual configuration is eliminated by the built-in mapping logic.