BeClaude

fuse-design

New
12Community RegistryDevelopmentby Fusengine · MIT

UI Designer. Generates HTML/CSS via Gemini Design MCP. 7-phase pipeline with state tracking. Identity System, UX copy, page layouts, motion system, design audit. Anti-AI-Slop, WCAG 2.2.

Community PluginView Source

Overview

!version !plugins !agents !skills !License: MIT !platform !Windows

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment. Expert agents write code, hooks enforce quality in real-time, skills inject framework-specific knowledge, and intelligent cartography auto-maps plugins and projects — so Claude never guesses, never duplicates, and always follows your architecture.

!Statusline

What It Does

Without plugins: Claude Code writes code based on its training data. It can hallucinate APIs, duplicate existing code, ignore your project structure, and produce inconsistent quality.

With Fusengine plugins:

  • Expert agents detect your project type (Next.js, Laravel, React, Astro, Swift...) and load framework-specific documentation via MCP servers before writing a single line
  • 82 hooks intercept every Write/Edit/Bash call in real-time to enforce file size limits (<100 lines), block code duplication (DRY), require SOLID references, and validate security
  • 125 skills inject copy-paste-ready templates, architecture patterns, and best practices directly into agent context — no hallucination needed
  • APEX workflow structures every task through Analyze → Plan → Execute (TDD) → Review → Validate — preventing the "just write code and hope" approach
  • Sniper validation runs a 7-phase quality check after every modification: explore → research → grep usages → lint → fix → zero errors

Quick Install

bash
# Add marketplace
/plugin marketplace add fusengine/agents

# Install all plugins
/plugin install fuse-ai-pilot fuse-commit-pro fuse-laravel fuse-nextjs fuse-react fuse-astro fuse-swift-apple-expert fuse-solid fuse-tailwindcss fuse-design fuse-prompt-engineer fuse-shadcn-ui fuse-security fuse-changelog

# Setup (hooks + API keys + MCP servers)
~/.claude/plugins/marketplaces/fusengine-plugins/setup.sh        # macOS / Linux
~\.claude\plugins\marketplaces\fusengine-plugins\setup.ps1       # Windows

Statusline (optional):

bash
bun --cwd ~/.claude/plugins/marketplaces/fusengine-plugins/plugins/core-guards/statusline run config

How It Works

code
User prompt → Hook detects project type → Expert agent activated
            → Hook loads SOLID references → Agent reads docs via MCP
            → Hook blocks if DRY violation → Agent writes code
            → Hook checks file size → Sniper validates quality
            → Hook blocks secrets → Commit with version bump

Every step is intercepted. Claude cannot skip research, cannot duplicate code, cannot exceed file size limits, and cannot commit without security validation.

Plugins

Development — Framework Expert Agents

Each plugin provides an expert agent that auto-activates when it detects the framework in your project. The agent has access to official documentation via MCP servers and follows SOLID principles enforced by hooks.

PluginDetectsWhat the agent does
fuse-nextjsnext.config.*App Router, RSC, Prisma 7, Better Auth, proxy.ts patterns
fuse-laravelcomposer.json + artisanEloquent, Livewire, Blade, queues, Sanctum, Stripe Connect
fuse-reactpackage.json + ReactReact 19 hooks, TanStack Router/Form, Zustand stores
fuse-astroastro.config.*Islands, Content Layer, Actions, SEO, Starlight, i18n
fuse-swift-apple-expertPackage.swiftSwiftUI, concurrency, all Apple platforms (iOS → visionOS)
fuse-tailwindcsstailwind.config.*v4.1 CSS-first config, @theme, @utility, OKLCH colors
fuse-designAny UI taskGemini Design MCP + shadcn/ui + WCAG 2.2 accessibility
fuse-shadcn-uicomponents.jsonRadix/Base UI detection, registry, theming, migration

Quality & Security — Automated Enforcement

PluginWhat it enforces
fuse-ai-pilotAPEX workflow orchestration, 7-phase sniper validation, DRY detection via jscpd, 4-level cache (60-75% token savings)
fuse-securityOWASP Top 10 scanning, CVE research via NVD/OSV.dev, dependency audit, secrets detection, auth patterns audit
fuse-solidFiles < 100 lines, interface separation, JSDoc mandatory — auto-detected for TypeScript, PHP, Swift, Go, Java, Ruby, Rust

Productivity — Automation

PluginWhat it automates
fuse-commit-proConventional commits with security check, auto version bump, CHANGELOG, git tag — blocks secrets from commits
fuse-prompt-engineerPrompt creation with CoT/Few-Shot/Meta-Prompting, A/B testing, 50+ template library, agent design
fuse-cartographerIntelligent cartography: auto-generates navigable maps of plugins and projects at SessionStart with merge-preserving enrichment — agents navigate via linked index trees, /map --enrich completes descriptions from source frontmatter
fuse-changelogMonitors Claude Code updates, detects breaking changes in plugins, gathers community feedback via Exa

Core (auto-installed, always active)

PluginWhat it guards
core-guardsBlocks git push --force, rm -rf, npm install without lock, enforces SOLID file limits, tracks session state, DRY duplication blocking — also bundles token-optimization hooks (MCP verbosity caps, MCP + WebFetch disk cache, SessionStart cleanup)
claude-rulesInjects APEX/SOLID/DRY rules into every prompt so Claude never forgets the methodology

Key Features

FeatureHow it prevents mistakes
APEX WorkflowForces Analyze before coding — no more "let me just write this real quick"
[Agent Teams](docs/workflow/agent-teams.md)Parallel agents with exclusive file ownership — no merge conflicts
DRY DetectionBlocks Write/Edit if function/class name already exists — forces import or shared extraction
SOLID HooksDenies file save if >100 lines or missing SOLID reference read
Sniper Validation7-phase post-edit check: explore → research → grep → lint → fix → zero errors
[4-Level Cache](docs/reference/cache-system.md)Caches exploration, docs, lessons, tests — 60-75% token savings
Token-efficient by defaultCaps MCP verbosity (Context7/Exa numResults≤3, tokens≤2000), disk cache for MCP results + WebFetch with TTL (48h / 24h) and ripgrep lookup, auto-cleanup at SessionStart — typically saves ~150-200 KB per research-heavy session
28 MCP ServersContext7, Exa, Astro docs, Gemini Design, shadcn, Playwright, and more
Smart CommitsSecurity scan before commit, auto version bump, CHANGELOG, shields.io badge sync

Documentation

SectionContent
Getting StartedInstallation, configuration, first steps
WorkflowAPEX methodology, agents, skills, commands
PluginsPer-plugin documentation and skills
ReferenceArchitecture, hooks, MCP servers, cache system

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fuse-design.md https://raw.githubusercontent.com/fusengine/agents/main/SKILL.md
3
Invoke in Claude Code
/fuse-design
View source on GitHub
designmcpui-uxdesign-directoridentity-systemmulti-stackreactnextjs

Frequently Asked Questions

What is fuse-design?

UI Designer. Generates HTML/CSS via Gemini Design MCP. 7-phase pipeline with state tracking. Identity System, UX copy, page layouts, motion system, design audit. Anti-AI-Slop, WCAG 2.2.

How to install fuse-design?

To install fuse-design, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /fuse-design.

What is fuse-design best for?

fuse-design is a community categorized under Development. It is designed for: design, mcp, ui-ux, design-director, identity-system, multi-stack, react, nextjs. Created by Fusengine.