apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Refresh and display the ecosystem map of all installed plugins, agents, skills, commands, and hooks.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/mapContext preview
What this command does when you run it.
Refresh and display the ecosystem map of all installed plugins, agents, skills, commands, and hooks.
name: map description: "Refresh and display the ecosystem map of all installed plugins, agents, skills, commands, and hooks." argument-hint: "[--enrich]"
Refresh the cartography and optionally enrich descriptions.
/map — Display current ecosystem map /map --enrich — Enrich descriptions from source frontmatter
1. **Ask the user** what to enrich:
2. **Read** the relevant map(s):
3. **Display** the map with plugin count, agents, skills summary 4. If `--enrich` or user confirms: launch the cartographer agent to replace truncated descriptions with full frontmatter descriptions on the selected scope(s)
The auto-generated map is refreshed at every SessionStart by the Python script. This command displays it and optionally enriches it.
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.