agent-creator
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings.
$ npx -y skills add fusengine/agents --skill seo-ecommerce --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-ecommerceContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings.
name: seo-ecommerce description: Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings. user-invocable: false related-skills: seo, seo-schema, seo-content, seo-images
<objective> Covers e-commerce-specific SEO: Product schema (offers/aggregateRating/review/brand) plus BreadcrumbList on product pages, category page structure (intro copy, H1, pagination canonicals), faceted-navigation indexing rules by filter-combo count, out-of-stock handling (keep the page, set availability, link to alternatives), internal search page blocking/optimization, and marketplace-specific tactics (Amazon A+ Content, Etsy tags, eBay item specifics). Schema templates live in `templates/json-ld/`. </objective>
| Filter combo | Action | |--------------|--------| | 1-2 filters (popular) | Index, unique meta, custom canonical | | 3+ filters | `noindex, follow` | | Sort params (?sort=) | Canonical to clean URL | | Pagination | Canonical to self, no noindex |
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every…
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional…
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).