fusengine

130 mods across 4 repositories, 33 stars between them.

fusengine-plugins

01

fusengine/agents

Plugin Claude Code

Plugin marketplace listing 22 plugins: fuse-ai-pilot, fuse-seo, fuse-commit-pro, fuse-laravel, fuse-nextjs.

25 28d ago A tokens not measured original MIT

fuse-ai-pilot

02

fusengine/agents

Plugin Claude Code

AI Pilot workflow agents: sniper (code quality), research-expert, explore-codebase, websearch.

25 28d ago A tokens not measured original MIT

brainstorming

03

fusengine/agents

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.

25 28d ago A 42 tokens original MIT

challenger

04

fusengine/agents

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…

25 28d ago A 92 tokens original MIT

commit

05

fusengine/agents

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).

25 28d ago A 63 tokens original MIT

explore-codebase

06

fusengine/agents

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).

25 28d ago A 51 tokens original MIT

research-expert

07

fusengine/agents

Agent

Use when: library docs lookup, API verification, best practices research. Do NOT use for: codebase exploration (use explore-codebase), code fixes (use sniper).

25 28d ago A 38 tokens original MIT

sniper-faster

08

fusengine/agents

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.

25 28d ago A 61 tokens original MIT

sniper

09

fusengine/agents

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.

25 28d ago A 38 tokens original MIT

websearch

10

fusengine/agents

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).

25 28d ago A 48 tokens original MIT

apex-quick

11

fusengine/agents

Command

Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.

25 28d ago A 27 tokens original MIT

apex

12

fusengine/agents

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.

25 28d ago A 42 tokens original MIT

cleanup-context

13

fusengine/agents

Command

Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.

25 28d ago A 18 tokens original MIT

create-pull-request

14

fusengine/agents

Command

Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.

25 28d ago A 22 tokens original MIT

deep-code-analysis

15

fusengine/agents

Command

Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding complex systems.

25 28d ago A 28 tokens original MIT

epct

16

fusengine/agents

Command

Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.

25 28d ago A 20 tokens original MIT

fusengine/agents

Command

Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design.

25 28d ago A 19 tokens original MIT

fix-pr-comments

18

fusengine/agents

Command

Systematically resolve Pull Request review comments using gh CLI to fetch comments and apply requested changes.

25 28d ago A 18 tokens original MIT

prisma-optimize

19

fusengine/agents

Command

Optimize Prisma queries with automated analysis, N+1 detection, index recommendations, and performance patterns based on official documentation.

25 28d ago A 22 tokens original MIT

run-tasks

20

fusengine/agents

Command

Execute GitHub issues using full EPCT workflow (Explore-Plan-Code-Test). Converts issue requirements into completed PR.

25 28d ago A 23 tokens original MIT

update-harness

21

fusengine/agents

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.

25 28d ago A 34 tokens original MIT

watch-ci

22

fusengine/agents

Command

Monitor CI/CD pipeline and automatically fix failures. Watches GitHub Actions runs and applies fixes when tests fail.

25 28d ago A 21 tokens original MIT

SubagentStart

23

fusengine/agents

Hook

Runs when a subagent starts, executing bin.mjs via bun. From fusengine/agents.

25 28d ago A tokens not measured original MIT

PreToolUse

24

fusengine/agents

Hook

Runs before the agent uses a tool for Task tool calls, executing bin.mjs via bun. From fusengine/agents.

25 28d ago A tokens not measured original MIT