fusengine/agents
22 stars · Last commit 2026-08-01
Redefining development through cognitive automation and collaborative agent systems.
README preview
# Fusengine Claude Code Plugins        > 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.   > Scripted demo — a faithful reconstruction of the real hook → agent → sniper cycle. Regenerate with `vhs docs/demo/hook-sniper.tape`. ## 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 - **60+ hook checks** intercept Write/Edit/Bash **and** agent/session lifecycle events to enforce file-size limits (<100 lines), block code duplication (DRY), require SOLID reference reads, gate documentation lookup, and block destructive shell commands