Skip to content
OpenSmartRoute
Skillv1.0.0

fusion

Main Copilot skill gate for the Fusion ecosystem — cross-domain router. USE FOR: routing between different Fusion domains (skills, issues, PRs, reviews) when the right domain skill is unclear; getting

by equinor(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from equinor/fusion-skills (skills/fusion/SKILL.md) via skills.sh. Install upstream with npx skills add equinor/fusion-skills --skill fusion. Copyright stays with the author (MIT).

Fusion

Main gate. Identify intent, route to the right Fusion skill.

Requires fusion-skills for skill lifecycle operations. If fusion-skills is not installed, suggest: apm install equinor/fusion-skills/skills/fusion-skills#^1.6.1 --target copilot

First-contact response

If the user asks "what can you do?" or is clearly exploring for the first time, respond with a brief overview before asking clarifying questions:

"I route you to the right Fusion skill. Currently available:

  • Find, install, or manage skillsfusion-skills
  • Create GitHub issuesfusion-issue-authoring
  • Solve issues, review PRs, plan tasks → experimental skills (ask me to check availability)

Try: 'find me a skill for...' or 'create an issue for...'"

Routing

Intent Skill Status
Find, install, update, remove, sync, or greenkeep skills fusion-skills active
Create, author, or improve a skill fusion-skills active
Inspect a skill for quality issues or report a skill failure fusion-skills active
Create or update a GitHub issue fusion-issue-authoring active
Solve / implement a GitHub issue fusion-issue-solving experimental
Plan or break down an issue into sub-tasks fusion-issue-task-planning experimental
Address PR review comments fusion-github-review-resolution experimental
Review a dependency update PR fusion-dependency-review experimental

Loop prevention

This skill is a top-level router. It must never re-route back to itself. If you arrived here from another Fusion skill, do not redirect back to that skill — answer directly or state that the intent is out of scope.

Workflow

  1. Identify intent from the user's request.
  2. Call mcp_fusion_skills to confirm which skill handles it and whether it is installed.
    • If MCP is unavailable: use the routing table above as the sole source of truth. Do not guess or hallucinate skill names.
  3. If installed: redirect the user to invoke that skill directly.
  4. If not installed but available (active or experimental): name the skill, state what it does in one sentence, note if experimental, and give the install command:
    apm install equinor/fusion-skills/skills/<skill-name>#^1.6.1 --target copilot
    
  5. If the skill is experimental: add a note: "This skill is experimental and may change. Install at your own risk."
  6. If intent doesn't match any routing entry: say so and suggest the user describe their goal differently, or use fusion-skills discovery to search for a matching skill.
  7. If intent is still unclear after reading the request, ask one conversational question:

    "Are you looking to manage skills, create an issue, work on an issue, or review a PR?"

Safety

  • No secrets or credentials.
  • No GitHub mutations without confirmation.
  • No remote script execution.
  • No invented skill names.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/equinor-fusion-skills-fusion/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

equinor-fusion-skills-fusion.ocm.jsonjson
{
  "ocm": "1",
  "id": "equinor-fusion-skills-fusion",
  "kind": "skill",
  "name": "fusion",
  "description": "Main Copilot skill gate for the Fusion ecosystem — cross-domain router. USE FOR: routing between different Fusion domains (skills, issues, PRs, reviews) when the right domain skill is unclear; getting install guidance for missing skills. DO NOT USE FOR: skill lifecycle operations (use fusion-skills directly), tasks where a specific Fusion skill is already active.",
  "publisher": "equinor",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fusion",
      "entrypoint",
      "gateway",
      "orchestrator",
      "triage",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Main Copilot skill gate for the Fusion ecosystem — cross-domain router. USE FOR: routing between different Fusion domains (skills, issues, PRs, reviews) when the right domain skill is unclear; getting install guidance for missing skills. DO NOT USE FOR: skill lifecycle operations (use fusion-skills directly), tasks where a specific Fusion skill is already active."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/equinor/fusion-skills",
      "path": "skills/fusion/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/equinor/fusion-skills/fusion",
      "key": "equinor/fusion-skills/skills/fusion/SKILL.md"
    },
    "compatibility": "Assumes Fusion MCP is available (`mcp_fusion_skills`). Falls back to inline install commands when unavailable.",
    "license": "MIT"
  },
  "instructions": "# Fusion\n\nMain gate. Identify intent, route to the right Fusion skill.\n\n**Requires `fusion-skills`** for skill lifecycle operations. If `fusion-skills` is not installed, suggest: `apm install equinor/fusion-skills/skills/fusion-skills#^1.6.1 --target copilot`\n\n## First-contact response\n\nIf the user asks \"what can you do?\" or is clearly exploring for the first time, respond with a brief overview before asking clarifying questions:\n\n> \"I route you to the right Fusion skill. Currently available:\n> - **Find, install, or manage skills** → `fusion-skills`\n> - **Create GitHub issues** → `fusion-issue",
  "cost": {
    "context_tokens": 739
  }
}

Fetch it by URL: GET /api/v1/registry/equinor-fusion-skills-fusion/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.