fusengine/agents

22 stars · Last commit 2026-08-01

Redefining development through cognitive automation and collaborative agent systems.

README preview

# Fusengine Claude Code Plugins

![version](https://img.shields.io/badge/version-v1.39.23-blue?style=flat-square) ![plugins](https://img.shields.io/badge/plugins-24-brightgreen?style=flat-square) ![agents](https://img.shields.io/badge/agents-37-blueviolet?style=flat-square) ![skills](https://img.shields.io/badge/skills-196-orange?style=flat-square) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=flat-square) ![platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey?style=flat-square) ![Windows](https://img.shields.io/badge/Windows-soon-orange?style=flat-square)

> 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](docs/img/statusline.png)

![Demo: the hook → agent → sniper cycle](docs/img/demo.gif)

> 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

View full repository on GitHub →