Plugin Claude Code
Plugin marketplace listing 22 plugins: fuse-ai-pilot, fuse-seo, fuse-commit-pro, fuse-laravel, fuse-nextjs.
Plugin Claude Code
Plugin marketplace listing 22 plugins: fuse-ai-pilot, fuse-seo, fuse-commit-pro, fuse-laravel, fuse-nextjs.
Plugin Claude Code
AI Pilot workflow agents: sniper (code quality), research-expert, explore-codebase, websearch.
Agent
Use when: new features, component creation, major changes, adding functionality — triggers BEFORE Analyze phase. Do NOT use for: bug fixes, trivial changes, refactoring, read-only tasks.
Agent
Use when: before the lead reports a root-cause conclusion, a 'done/verified' claim, an irreversible action about to run (commit/deploy/rm/push), or a 2nd-time fix — in APEX or plain conversation; also every eLicit round and Verify gate. Do NOT use for: code correctness/lint/types/API usage (sniper's job), or as a veto…
Agent
Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).
Agent
Use when: unknown project structure, mapping dependencies, finding existing patterns before coding, architectural analysis. Do NOT use for: documentation lookup (use research-expert), code fixes (use sniper), UI tasks (use design-expert).
Agent
Use when: library docs lookup, API verification, best practices research. Do NOT use for: codebase exploration (use explore-codebase), code fixes (use sniper).
Agent
Use when: applying already-identified fixes (linter output, sniper report, user-specified) of 1-10 lines. Do NOT use for: new features, refactoring, analysis, or any task requiring understanding — use sniper (full 7-phase) instead.
Agent
Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.
Agent
Use when: current events, real-time info, quick factual lookup where speed > depth. Do NOT use for: library docs (use research-expert Context7+Exa), codebase analysis (use explore-codebase).
Command
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Command
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates.
Command
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Command
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Command
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding complex systems.
Command
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Command
Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design.
Command
Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.
Command
Optimize Prisma queries with automated analysis, N+1 detection, index recommendations, and performance patterns based on official documentation.
Command
Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR.
Command
Update the shared @fusengine/harness to the latest published version — bumps plugins/package.json and reinstalls the marketplace nodemodules so every plugin hook runs the new binary.
Command
Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail.
Hook
Runs when a subagent starts, executing bin.mjs via bun. From fusengine/agents.
Hook
Runs before the agent uses a tool for Task tool calls, executing bin.mjs via bun. From fusengine/agents.