npx skills add ...
npx skills add equinor/fusion-skills --skill fusion-rules
Entrypoint for AI coding assistant rule authoring across GitHub Copilot, Cursor, and Claude Code. USE FOR: setting up rules, reviewing existing rules, scaffolding instruction files, or asking which editor format to use. DO NOT USE FOR: authoring skills (SKILL.md), agent definitions (.agent.md), or CI enforcement of rule files.
npx skills add equinor/fusion-skills --skill fusion-rules
Gateway for AI coding assistant rule authoring. Detects the target editor and routes to the right agent.
| Intent | Agent |
|---|---|
| Set up GitHub Copilot instructions / rules | agents/copilot.agent.md |
| Set up Cursor project rules | agents/cursor.agent.md |
| Set up Claude Code rules / CLAUDE.md | agents/claude-code.agent.md |
| Set up rules for all editors / mixed team | Run all three agents sequentially |
| Review or improve existing rules | Route to the agent matching the file format |
Detect target editor from the request:
Route directly on detected intent. No editor specified → run all three agents.
Load ONLY the routed agent file. Each agent carries the full workflow and references .system/fusion-rule-author/ assets and templates on demand. Don't preload all agents.
When targeting multiple editors:
SKILL.md) — use fusion-skill-authoring.agent.md) — separate concern