fuse-ai-pilot
AI Pilot workflow agents: sniper (code quality), research-expert, explore-codebase, websearch
pinned to #7749d4dupdated 2 weeks ago
Ask your AI client: “install plugins/fuse-ai-pilot”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/fuse-ai-pilotmetahub onboarded this repo on the author's behalf.
If you own github.com/fusengine/agents on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
19
Last commit
2 weeks ago
Latest release
published
- #claude-agent
- #claude-agents
- #claude-code
- #claude-code-plugin
- #claude-skills
- #claudeagent
- #claudecode
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7749d4d· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent7749d4dwarn2 weeks ago
Contents
APEX Agents Plugin
Collection of specialized agents for the APEX workflow (Analyze → Plan → Execute → eXamine).
APEX Skill (Auto-detection)
The /apex skill automatically detects the project type and loads framework-specific references:
| Config Detected | Framework | Loaded References |
|---|---|---|
composer.json + artisan | Laravel | references/laravel/*.md |
next.config.* | Next.js | references/nextjs/*.md |
package.json (react) | React | references/react/*.md |
Package.swift, *.xcodeproj | Swift | references/swift/*.md |
APEX Phases (00-09)
00-init-branch- Create branch, verify git status01-analyze- Explore codebase, existing patterns02-features-plan- TaskCreate, estimate files <100 lines03-execution- SOLID implementation, separated interfaces04-validation- Linters, type-check, build05-review- Self-review, quality checklist06-fix-issue- Fix issues found07-add-test- Unit and integration tests08-check-test- Test execution and coverage09-create-pr- Pull request with description
Included Agents
Code Quality
- sniper - Error detection and correction, SOLID validation, linters
- sniper-faster - Fast and silent modifications
Research
- research-expert - Technical research (Context7, Exa, Sequential Thinking)
- websearch - Fast web search with sources
SEO
- seo-expert - SEO/SEA/GEO 2026, Local SEO, anti-cannibalization, AI optimization
Exploration
- explore-codebase - Discovery and architecture analysis
Skills by Domain
apex/- APEX methodology with framework-specific referencescode-quality/- Linting patterns, SOLID, architectureresearch/- Research methodologiesseo/- SEO/SEA/GEO/Local SEO guidelinesexploration/- Exploration techniques
Usage
# APEX Skill (recommended for any development task)
/apex
# Individual agents
> Use sniper to fix all TypeScript errors
> Use research-expert to find Next.js 16 documentation
> Use explore-codebase to understand the project structure
APEX Workflow
- Analyze -
explore-codebase+research-expertin parallel - Plan -
TaskCreatefor planning, files <100 lines - Execute - Specialized agents, SOLID, separated interfaces
- eXamine -
sniperfor final validation (MANDATORY)
Reviews
No reviews yet. Be the first.
Related
claude-magic-compact
Lossless context compression for Claude Code.
mega-brain
OKF-powered knowledge context for Claude Code — injects your project knowledge base at every session
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
mh install plugins/fuse-ai-pilot