fusion

Route Fusion-related user requests to the appropriate domain skill.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/equinor/fusion-skills --skill fusion-equinor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusion
Source: https://github.com/equinor/fusion-skills/tree/main/skills/fusion
Command: npx skills add https://github.com/equinor/fusion-skills --skill fusion-equinor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fusion centralizes routing for cross-domain Fusion workflows so users don't need to guess which specialized skill should handle a request, reducing confusion and manual discovery effort.

Core Features & Use Cases

  • Intent identification and routing: Analyze a user's request and direct them to the most appropriate Fusion skill (install guidance if missing).
  • Install guidance and MCP integration: Query MCP (mcp_fusion_skills) when available to determine installation status and provide exact install commands for missing skills.
  • Safety and loop prevention: Prevents re-routing loops, marks experimental skills, and enforces no-remote-execution and no-credentials policies.
  • Use Case: When a user asks for help with an issue or PR but the domain is unclear, fusion will identify intent, confirm installation status, and either invoke the right skill or provide a concise install suggestion.

Quick Start

Ask fusion to route your request by saying a natural command such as: Route this to the appropriate Fusion skill to create a GitHub issue about a failing deployment.

Frequently Asked Questions about fusion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a GitHub issue or PR request when the domain is unclear?

Routing unclear GitHub issue or PR requests requires identifying the user's intent and directing them to the correct specialized skill. The fusion skill analyzes requests and automatically routes them to the appropriate domain skill for discovery and invocation.

Can I get install commands for missing Fusion skills automatically?

Yes, you can get install commands for missing Fusion skills automatically. The fusion skill queries the mcp_fusion_skills MCP integration when available to determine installation status and provides exact install commands for any missing skills.

What is the best way to triage GitHub PR reviews across different domains?

The best way to triage GitHub PR reviews across domains is using an orchestrator skill. Fusion analyzes the request, confirms the required skill's installation status, and either invokes the correct domain skill or suggests installation.

Does the Fusion routing skill prevent infinite re-routing loops?

Yes, the Fusion routing skill prevents infinite re-routing loops. It includes safety mechanisms that stop circular routing, marks experimental skills, and enforces no-remote-execution and no-credentials policies.

Why do I need a routing skill for task planning instead of calling skills directly?

You need a routing skill for task planning to reduce manual discovery effort and confusion. Fusion centralizes routing so you do not need to guess which specialized domain skill should handle a cross-domain request.