fusengine

130 mods across 4 repositories, 33 stars between them.

SubagentStop

25

fusengine/agents

Hook

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

25 28d ago A tokens not measured original MIT

SessionEnd

26

fusengine/agents

Hook

Runs when a session ends, executing bin.mjs via bun. From fusengine/agents.

25 28d ago A tokens not measured original MIT

PostToolUse

27

fusengine/agents

Hook

Runs after a tool call finishes for TaskCreate, TaskUpdate, Write and Edit tool calls, executing bin.mjs via bun. From fusengine/agents.

25 28d ago A tokens not measured original MIT

agent-creator

28

fusengine/agents

Skill Claude CodeCodex

Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.

25 28d ago A 26 tokens original MIT

apex-methodology

29

fusengine/agents

Skill Claude CodeCodex

Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).

25 28d ago A 42 tokens original MIT

brainstorming

30

fusengine/agents

Skill Claude CodeCodex

Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.

25 28d ago A 26 tokens original MIT

challenge

31

fusengine/agents

Skill Claude CodeCodex

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

25 28d ago A 52 tokens original MIT

code-quality

32

fusengine/agents

Skill Claude CodeCodex

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

25 28d ago A 41 tokens original MIT

elicitation

33

fusengine/agents

Skill Claude CodeCodex

Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).

25 28d ago A 34 tokens original MIT

exploration

34

fusengine/agents

Skill Claude CodeCodex

Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.

25 28d ago A 23 tokens original MIT

fuse-browser-usage

35

fusengine/agents

Skill Claude CodeCodex

Use when about to call any mcpfuse-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.

25 28d ago A 55 tokens original MIT

modularize

36

fusengine/agents

Skill Claude CodeCodex

Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".

25 28d ago A 44 tokens original MIT

pr-summary

37

fusengine/agents

Skill Claude CodeCodex

Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.

25 28d ago A 27 tokens original MIT

react-effects-audit

38

fusengine/agents

Skill Claude CodeCodex

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

25 28d ago A 36 tokens original MIT

research

39

fusengine/agents

Skill Claude CodeCodex

Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.

25 28d ago A 25 tokens original MIT

skill-creator

40

fusengine/agents

Skill Claude CodeCodex

Use when creating new skills, restructuring existing skills, or improving skill documentation.

25 28d ago A 19 tokens original MIT

sniper-check

41

fusengine/agents

Skill Claude CodeCodex

Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.

25 28d ago A 26 tokens original MIT

tdd

42

fusengine/agents

Skill Claude CodeCodex

Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.

25 28d ago A 33 tokens original MIT

think-in-code

43

fusengine/agents

Skill Claude CodeCodex

Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline beats N sequential Read calls.

25 28d ago A 31 tokens original MIT

verification

44

fusengine/agents

Skill Claude CodeCodex

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

25 28d ago A 39 tokens original MIT

fuse-astro

45

fusengine/agents

Plugin Claude Code

Expert Astro 6 with Islands Architecture, Content Layer, Actions, View Transitions, and multi-framework integration.

25 28d ago A tokens not measured original MIT

astro-expert

46

fusengine/agents

Agent

Use when: astro.config. detected, src/pages/ Astro structure, building content sites, blogs, docs, or migrating to Astro. Do NOT use for: pure React/Next.js (no astro.config), Laravel/PHP, Swift, UI-only tasks (use design-expert).

25 28d ago A 61 tokens original MIT

astro-7

47

fusengine/agents

Skill Claude CodeCodex

Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading from Astro 5/6.

25 28d ago A 34 tokens original MIT

astro-actions

48

fusengine/agents

Skill Claude CodeCodex

Use when handling form submissions, mutations, or server-side logic with type safety in Astro via defineAction / astro:actions.

25 28d ago A 28 tokens original MIT