Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
equinor avatar

Fusion Rules

  • 873 installs
  • 1 repo stars
  • Updated August 4, 2026
  • equinor/fusion-skills

fusion-rules is a skill-development orchestrator at version 0.1.1 that sets up, reviews, and scaffolds AI coding assistant rule files across GitHub Copilot, Cursor, and Claude Code for developers standardizing editor ins

About

fusion-rules is an Equinor fusion-skills entrypoint at version 0.1.1 under the MIT license that orchestrates AI coding assistant rule authoring across GitHub Copilot, Cursor, and Claude Code. The skill routes setup, review, and scaffolding tasks to editor-specific agents such as agents/copilot.agent.md, agents/cursor.agent.md, and agents/claude-code.agent.md while explicitly excluding SKILL.md authoring, .agent.md agent definitions, and CI enforcement of rule files. Developers reach for fusion-rules when onboarding a repo to consistent assistant behavior or auditing fragmented instruction files across editors. The orchestrator role delegates to .system/fusion-rule-author for format decisions. Use fusion-rules during build when teams adopt multiple AI assistants and need one entrypoint to pick the correct rule file format per editor.

  • Detects target editor from natural language intent and routes to the matching agent
  • Supports GitHub Copilot, Cursor, and Claude Code rule formats
  • One command to set up rules for all three editors sequentially for mixed teams
  • Handles both initial setup and iterative review/improvement of existing rules
  • Serves as the single entrypoint for all AI coding assistant rule authoring

Fusion Rules by the numbers

  • 873 all-time installs (skills.sh)
  • +22 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,258 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/equinor/fusion-skills --skill fusion-rules

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs873
repo stars1
Last updatedAugust 4, 2026
Repositoryequinor/fusion-skills

How do you set up AI coding assistant rules?

Quickly set up, review, or scaffold the right instruction and rule files for whichever AI coding assistant they are using.

Who is it for?

Teams standardizing AI assistant instructions across GitHub Copilot, Cursor, and Claude Code in one repository.

Skip if: Authoring SKILL.md skills, defining .agent.md agents, or enforcing rules through CI pipelines.

When should I use this skill?

A developer asks which editor rule format to use, wants to scaffold Copilot or Cursor rules, or review existing assistant instructions.

What you get

Editor-specific rule and instruction files for Copilot, Cursor, or Claude Code plus reviewed scaffolding guidance.

  • Editor-specific rule files
  • Reviewed instruction scaffolding

By the numbers

  • fusion-skills version 0.1.1 under MIT license
  • Orchestrates rule authoring across 3 editors: Copilot, Cursor, and Claude Code

Files

SKILL.mdMarkdownGitHub ↗

Fusion Rules

Gateway for AI coding assistant rule authoring. Detects the target editor and routes to the right agent.

Routing

IntentAgent
Set up GitHub Copilot instructions / rulesagents/copilot.agent.md
Set up Cursor project rulesagents/cursor.agent.md
Set up Claude Code rules / CLAUDE.mdagents/claude-code.agent.md
Set up rules for all editors / mixed teamRun all three agents sequentially
Review or improve existing rulesRoute to the agent matching the file format

Intent detection

Detect target editor from the request:

  • Copilot — "copilot", "copilot-instructions", ".github/instructions", "applyTo"
  • Cursor — "cursor", ".cursor/rules", "mdc", "alwaysApply", "globs"
  • Claude Code — "claude", "CLAUDE.md", ".claude/rules", "paths"
  • All / unknown — "rules", "instructions", "set up AI rules", or no editor specified

Route directly on detected intent. No editor specified → run all three agents.

Loading behavior

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.

Multi-editor workflow

When targeting multiple editors:

1. Run first agent's scan and interview (Steps 1–3) in full 2. Pass scan summary + interview answers as context to remaining agents — they skip Steps 1–3 and start at Step 4 (Classify) 3. Each agent drafts, reviews, and writes files for its own editor format 4. Generate parallel files with equivalent content — no duplication within a single editor

What this skill does NOT do

  • Author skills (SKILL.md) — use fusion-skill-authoring
  • Author agent definitions (.agent.md) — separate concern
  • Write CI checks for rule validation — out of scope
  • Migrate entire legacy codebases — incremental adoption only

Safety

  • No secrets or credentials in rule files
  • No overwrites without showing diff and getting approval
  • No invented conventions — only document what the developer confirms
  • Show drafts before writing any files

Related skills

How it compares

Pick fusion-rules when multiple AI editors share one repo; use single-editor rule skills when only Cursor or only Claude Code is in play.

FAQ

Which AI editors does fusion-rules support?

fusion-rules version 0.1.1 orchestrates rule authoring for GitHub Copilot, Cursor, and Claude Code. Dedicated agent files exist for each editor under the fusion-skills repository.

What tasks should fusion-rules not handle?

fusion-rules excludes authoring SKILL.md skills, creating .agent.md agent definitions, and CI enforcement of rule files. Use other fusion-skills entrypoints for those workflows.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.