agent-creator
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Use when styling element borders, rounded corners, focus outlines/rings, or divide-* separators between children.
$ npx -y skills add fusengine/agents --skill tailwindcss-borders --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tailwindcss-bordersContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when styling element borders, rounded corners, focus outlines/rings, or divide-* separators between children.
name: tailwindcss-borders description: "Use when styling element borders, rounded corners, focus outlines/rings, or divide-* separators between children." user-invocable: false
<objective> Complete reference for Tailwind CSS v4.1 border-related utilities: border width/color/style and per-side variants, `rounded-*` border-radius (including per-corner), `outline-*` with `outline-offset`, box-shadow-based `ring-*` with `ring-offset`, and `divide-*` separators between children.
Flags the v4.1 default `ring` width change (3px → 1px, use `ring-3` for v3 behavior) and per-corner border-radius improvements. </objective>
Complete reference for border-related utilities in Tailwind CSS v4.1.
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).