AI Pilot

AI Pilot from fusengine/agents.

by @fusengine 17 skills

Skills in this plugin

17
  1. Tdd · fusengine bundle
    Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.
    1 install
  2. Research · fusengine bundle
    Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.
    1 install
  3. Challenge · fusengine
    Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
    1 install
  4. Modularize · fusengine bundle
    Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
    1 install
  5. Pr Summary · fusengine
    Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
    1 install
  6. Elicitation · fusengine bundle
    Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
    1 install
  7. Exploration · fusengine bundle
    Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.
    1 install
  8. Code Quality · fusengine bundle
    Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
    1 install
  9. Sniper Check · fusengine
    Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
    1 install
  10. Verification · fusengine bundle
    Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).
    1 install
  11. Agent Creator · fusengine bundle
    Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
    1 install
  12. Brainstorming · fusengine bundle
    Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
    1 install
  13. Skill Creator · fusengine bundle
    Use when creating new skills, restructuring existing skills, or improving skill documentation.
    1 install
  14. Think In Code · fusengine
    Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline beats N sequential Read calls.
    1 install
  15. Apex Methodology · fusengine bundle
    Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
    1 install
  16. Fuse Browser Usage · fusengine bundle
    Use when about to call any mcp__fuse-browser__* tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
    1 install
  17. React Effects Audit · fusengine bundle
    Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from "You Might Not Need an Effect".
    1 install