fusengine/agents

Redefining development through cognitive automation and collaborative agent systems.

25Stars on the repository
64Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-creator

01

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 26 tokens original MIT

apex-methodology

02

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 29d ago A 42 tokens original MIT

brainstorming

03

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 29d ago A 26 tokens original MIT

challenge

04

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 29d ago A 52 tokens original MIT

code-quality

05

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 29d ago A 41 tokens original MIT

elicitation

06

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 29d ago A 34 tokens original MIT

exploration

07

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 23 tokens original MIT

fuse-browser-usage

08

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 29d ago A 55 tokens original MIT

modularize

09

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 29d ago A 44 tokens original MIT

pr-summary

10

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 27 tokens original MIT

react-effects-audit

11

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 29d ago A 36 tokens original MIT

research

12

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 25 tokens original MIT

skill-creator

13

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 19 tokens original MIT

sniper-check

14

fusengine/agents

Skill Claude CodeCodex

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

25 29d ago A 26 tokens original MIT

tdd

15

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 29d ago A 33 tokens original MIT

think-in-code

16

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 29d ago A 31 tokens original MIT

verification

17

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 29d ago A 39 tokens original MIT

astro-7

18

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 29d ago A 34 tokens original MIT

astro-actions

19

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 29d ago A 28 tokens original MIT

astro-assets

20

fusengine/agents

Skill Claude CodeCodex

Use when optimizing images or other assets in Astro — , , getImage(), Fonts API, or OG image generation.

25 29d ago A 30 tokens original MIT

astro-content

21

fusengine/agents

Skill Claude CodeCodex

Use when managing structured content, blog posts, or typed data collections in Astro via the Content Layer API (content.config.ts).

25 29d ago A 28 tokens original MIT

astro-db

22

fusengine/agents

Skill Claude CodeCodex

Use when doing database operations in an Astro project via Astro DB (defineDb, defineTable, db/config.ts, Turso).

25 29d ago A 29 tokens original MIT

astro-deployment

23

fusengine/agents

Skill Claude CodeCodex

Use when deploying an Astro 7 app to Cloudflare, Vercel, Netlify, or Node.js — adapter setup, ISR patterns, edge middleware.

25 29d ago A 36 tokens original MIT

astro-i18n

24

fusengine/agents

Skill Claude CodeCodex

Use when implementing i18n in Astro — locale routing strategies, getRelativeLocaleUrl/getAbsoluteLocaleUrl, Astro.currentLocale, or hreflang with sitemap.

25 29d ago A 38 tokens original MIT