Universal development toolset plugin for Claude Code. Provides comprehensive agent system and skills for full development lifecycle.
npx claudepluginhub genuineh/fusUniversal development toolset plugin for Claude Code. Provides comprehensive agent system and skills for full development lifecycle.
Universal development toolset plugin for Claude Code and Codex.
Fus is a plugin that provides comprehensive skills for software development, covering the full development lifecycle from design to verification. Supports both Claude Code and Codex.
fus/
├── .claude-plugin/ # Claude Code plugin metadata
├── .codex/ # Codex config and installation guide
├── .copilot/ # VSCode Copilot installation guide
├── codex-agents/ # Codex multi-agent configuration (TOML)
├── copilot-agents/ # Copilot custom agents (.md)
├── agents/ # Agent reference docs (for skills)
├── commands/ # CLI commands
├── skills/ # Skill definitions (30+ skills)
├── packages/
│ └── fus-cli/ # Plugin management CLI
└── docs/ # Documentation
Fetch and follow instructions from https://raw.githubusercontent.com/Genuineh/fus/refs/heads/main/.codex/INSTALL.md
Copy the Codex config to your project or user directory:
# For project-specific agents
mkdir -p .codex
cp .codex/config.toml .codex/
cp -r codex-agents/ .codex/
# Or for user-wide agents
mkdir -p ~/.codex
cp .codex/config.toml ~/.codex/
cp -r codex-agents/ ~/.codex/
Then enable multi-agent in Codex and restart.
See .copilot/INSTALL.md for installation.
# Quick install
mkdir -p .github/agents
cp copilot-agents/*.md .github/agents/
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/Genuineh/fus/refs/heads/main/.codex/INSTALL.md
@fus/plugin - Claude Code plugin with agents and skills@fus/cli - Plugin management CLI toolFus provides 30+ skills for full-stack development:
| Skill | Description |
|---|---|
fus-lead | Task orchestration, workflow management |
fus-agents | Agent reference guide |
plan | Task planning |
If you use Fus in another repository, keep project-level agent instructions in AGENTS.md and/or CLAUDE.md, and keep them aligned with the detailed guidance in docs/guide/agent-system-guidance.md.
Fus CLI is used to manage Claude Code plugins.
# Interactive menu
cd packages/fus-cli && node dist/index.js
# Command line
cd packages/fus-cli && node dist/index.js list
# Clone the repository
git clone https://github.com/your-repo/fus.git
# Navigate to project
cd fus
# Install dependencies
pnpm install
# Set plugin directory when starting Claude Code
claude --plugin-dir .
# Copy plugin to Claude Code plugins directory
cp -r . ~/.claude/plugins/fus
See .codex/INSTALL.md for detailed installation instructions.
# Quick install
git clone https://github.com/Genuineh/fus.git ~/.codex/fus
mkdir -p ~/.agents/skills
ln -s ~/.codex/fus/skills ~/.agents/skills/fus
Then restart Codex to discover the skills.
Once installed, you can interact with the plugin through natural language:
I need to implement a new feature: user authentication system.
The fus-lead skill will:
Use the architect agent to design a microservices architecture for the payment system.
Use the developer agent to implement the user login API endpoint.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations