plugins/ai-pilot/skills/agent-creator/SKILL.md
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
npx skillsauth add fusengine/agents agent-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before ANY agent creation, use TeamCreate to spawn 3 agents:
After creation, run fuse-ai-pilot:sniper for validation.
| Action | When to Use | |--------|-------------| | New Agent | New domain/framework expert needed | | Adapt | Copy from similar agent (Next.js → React) | | Update | Add skills, modify hooks |
chmod +xplugins/<plugin-name>/
├── agents/
│ └── <agent-name>.md # Agent definition
├── skills/
│ ├── skill-a/
│ └── solid-[stack]/
├── scripts/
│ └── validate-*.sh # Hook scripts
└── .claude-plugin/
└── plugin.json
→ See architecture.md for details
| Topic | Reference | When to Consult | |-------|-----------|-----------------| | Architecture | architecture.md | Understanding agent structure | | Frontmatter | frontmatter.md | YAML configuration | | Required Sections | required-sections.md | Mandatory content | | Hooks | hooks.md | Pre/Post tool validation | | Registration | registration.md | marketplace.json |
| Template | When to Use | |----------|-------------| | agent-template.md | Creating new agent | | hook-scripts.md | Validation scripts |
# 1. Research existing agents
→ explore-codebase + research-expert
# 2. Create files
touch plugins/<plugin>/agents/<agent-name>.md
touch plugins/<plugin>/scripts/validate-<stack>-solid.sh
chmod +x plugins/<plugin>/scripts/*.sh
# 3. Register in marketplace.json
# 4. Validate
→ sniper
# 1. Copy similar agent
cp plugins/nextjs-expert/agents/nextjs-expert.md plugins/new-plugin/agents/new-expert.md
# 2. Adapt with sed
sed -i '' "s/nextjs/newstack/g; s/Next\.js/NewStack/g" agents/new-expert.md
# 3. Update skills, tools, register
When creating an agent, you often need to create skills too.
Use /fuse-ai-pilot:skill-creator to create skills for the agent:
| Scenario | Action | |----------|--------| | New agent needs skills | Create skills with skill-creator first | | Agent references skills | Ensure skills exist in skills/ | | Adapting agent | Adapt related skills too |
$CLAUDE_PLUGIN_ROOT)development
Use when optimizing entity-based / semantic SEO 2026. Covers entity maps, Google Knowledge Graph resolution, salience scoring, passage-level ranking, about/sameAs/knowsAbout schema, Cloud Natural Language API validation.
development
Use when running SEO, GEO, schema, Core Web Vitals, sitemap, hreflang, E-E-A-T, AI Overviews, technical SEO, or structured data tasks. Covers full-site audits, single-page analysis, schema markup, content quality, AI search optimization, local SEO, sitemap/robots, internal linking, semantic clustering, and search experience.
development
Use when optimizing search experience (SXO). Covers intent matching, user personas, user stories, page-type analysis, dwell time, scroll depth, pogo-sticking prevention.
development
Use when optimizing local SEO. Covers Google Business Profile, NAP consistency, citations, reviews acquisition, Local Pack ranking, location pages, LocalBusiness schema.