fusion
Original:🇺🇸 English
Translated
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.
2installs
Sourceequinor/fusion-skills
Added on
NPX Install
npx skill4agent add equinor/fusion-skills fusionTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Fusion
Main gate. Identify intent, route to the right Fusion skill.
Requires for skill lifecycle operations. If is not installed, suggest:
fusion-skillsfusion-skillsnpx -y skills add equinor/fusion-skills fusion-skillsFirst-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 skills →
fusion-skills- Create GitHub issues →
fusion-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 | | active |
| Create, author, or improve a skill | | active |
| Inspect a skill for quality issues or report a skill failure | | active |
| Create or update a GitHub issue | | active |
| Solve / implement a GitHub issue | | experimental |
| Plan or break down an issue into sub-tasks | | experimental |
| Address PR review comments | | experimental |
| Review a dependency update PR | | 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
- Identify intent from the user's request.
- Call to confirm which skill handles it and whether it is installed.
mcp_fusion_skills- If MCP is unavailable: use the routing table above as the sole source of truth. Do not guess or hallucinate skill names.
- If installed: redirect the user to invoke that skill directly.
- 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:
npx -y skills add equinor/fusion-skills <skill-name> - If the skill is experimental: add a note: "This skill is experimental and may change. Install at your own risk."
- If intent doesn't match any routing entry: say so and suggest the user describe their goal differently, or use discovery to search for a matching skill.
fusion-skills - 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.