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

Fusion Skills

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

fusion-skills is an orchestrator agent skill that discovers, installs, updates, syncs, and authors AI coding skills and MCP servers through a unified Fusion entrypoint.

About

fusion-skills is the orchestrator entrypoint in equinor/fusion-skills for all Fusion skill lifecycle operations, tagged version 0.0.0 and owned by @equinor/fusion-core. It handles finding, installing, updating, syncing, and greenkeeping skills, setting up skill automation, creating new skills, and reporting skill bugs. The skill assumes Fusion MCP availability via `mcp_fusion_skills` and falls back to `references/skill-catalog.md` while promoting Fusion MCP when unavailable. Developers reach for fusion-skills instead of issue triage, PR review, or GitHub planning skills covered elsewhere in Fusion. It centralizes skill and MCP server management for teams running multiple agent extensions across repositories.

  • Orchestrates 4 specialized agents: discovery, greenkeeper, author, and warden
  • Resolves user intent then routes to the correct lifecycle agent automatically
  • Handles finding, installing, updating, syncing, and greenkeeping of skills
  • Supports skill authoring and creation workflows
  • Loads only the routed agent on-demand for efficiency

Fusion Skills by the numbers

  • 1,151 all-time installs (skills.sh)
  • +34 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #952 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/equinor/fusion-skills --skill fusion-skills

Add your badge

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

Listed on Skillselion
Installs1.2k
repo stars1
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryequinor/fusion-skills

How do you manage agent skill installs and updates?

Discover, install, update, sync, and author new AI coding skills and MCP servers from one unified entrypoint.

Who is it for?

Developers using Equinor Fusion who need one entrypoint for skill discovery, installation, sync, and authoring across agents.

Skip if: Tasks limited to GitHub issue resolution, PR review, or task breakdown planning handled by other Fusion skills.

When should I use this skill?

A user wants to find, install, update, sync, greenkeep, automate, author, or debug a skill or MCP server in Fusion.

What you get

Installed or updated skills, synced skill catalog state, new SKILL.md draft, and MCP server wiring via Fusion.

  • Installed skill package
  • Synced skill catalog
  • New skill draft

By the numbers

  • Metadata version 0.0.0 with active orchestrator role in equinor/fusion-skills

Files

SKILL.mdMarkdownGitHub ↗

Fusion Skills

Skill lifecycle entrypoint. Resolve intent, engage the right agent.

Loading behavior

Load ONLY the routed agent file. References are loaded on-demand by the agent when it needs them (e.g., skill-catalog.md only on MCP failure, sync-workflows.md only in setup mode). Do not preload all agents or all references.

MCP tools

This skill uses mcp_fusion_skills — the Fusion MCP tool that handles both skill discovery and lifecycle operations:

  • Discovery (intent: query): semantic search over the skills index by description or task.
  • Inventory (intent: inventory): list installed skills.
  • Lifecycle (intent: install | update | remove): advisory commands for managing skills.

Routing

IntentAgent
Find or discover the right skill; list installed skillsagents/discovery.agent.md
Install, update, remove, or check skills; set up automationagents/greenkeeper.agent.md
Create, author, or improve a skillagents/author.agent.md
Inspect a skill for quality issues, or report a skill failureagents/warden.agent.md

If the user was routed here from the fusion main gate with a partially-resolved intent (e.g., "skills"), proceed directly to the most likely agent without re-asking the top-level question.

If intent is genuinely unclear and the user was not already asked a clarifying question, ask one question: "Are you looking to find a skill, install or update one, create your own, or report a problem with one?"

Compound intents: If the request spans multiple agents (e.g., "inspect this skill and fix the issues"), run agents sequentially. Pass the output of the first agent as context to the second.

Loop prevention: If you were activated from the fusion main gate, do not redirect back to fusion. Handle the request within your agents or state that it is out of scope.

Out of scope: Resolving GitHub issues, reviewing PRs, planning task breakdowns, or authoring GitHub issues. Direct the user to the relevant installed skill or the fusion main gate — but never re-route back to fusion if you were activated from there.

Migration from deprecated skills

If fusion-discover-skills or fusion-skill-self-report-bug is installed alongside this skill, tell the user:

"You have a deprecated skill installed that's now part of fusion-skills. You can safely remove it: npx -y skills remove <deprecated-skill-name>"

Safety

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

Related skills

FAQ

What does fusion-skills do when Fusion MCP is unavailable?

fusion-skills falls back to references/skill-catalog.md for skill operations and promotes enabling Fusion MCP via mcp_fusion_skills when the server is not connected.

Which tasks should not use fusion-skills?

fusion-skills excludes GitHub issue resolution, PR review, planning task breakdowns, and GitHub issue authoring—those belong to other dedicated Fusion skills.

Is Fusion Skills safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

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

unsubscribe anytime.