fusion-skills

Manage discovery, installation, updates, and lifecycle operations for Fusion agent skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Provides a single entrypoint to discover, install, update, sync, and maintain Fusion agent skills while routing users to specialized agents for authoring or quality checks and avoiding unsafe automation of unrelated tasks like PR reviews or GitHub issue resolution.

Core Features & Use Cases

  • Skill discovery: Semantic search and inventory via mcp_fusion_skills with fallbacks to a static catalog and local scans when MCP is unavailable.
  • Lifecycle management: Advisory install, update, and removal commands; generate automation workflows for scheduled updates and discovery using provided templates.
  • Authoring and quality workflows: Redirects skill creation/authoring to the author agent and performs inspections or bug-report drafting via the warden agent.
  • Use case: Automate weekly skill update PRs and discover new skills in a repo while safely routing authoring and failure reporting tasks to the correct agents.

Quick Start

Ask the fusion-skills entrypoint to find and install the fusion-mcp skill.

Frequently Asked Questions about fusion-skills

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

FAQPage Schema
How do I discover and install agent skills for my automation workflow?

Discover and install agent skills by using semantic search via mcp_fusion_skills, which routes installation intents and falls back to a static catalog if MCP is unavailable.

Can I automate scheduled updates for my installed skills?

Yes, you can automate scheduled skill updates by generating workflow templates provided by the orchestrator to create routine update PRs and sync lifecycle operations.

What is the best way to manage skill lifecycle operations across multiple agents?

Manage skill lifecycle operations by using the fusion-skills entrypoint to route intents among discovery, greenkeeper, author, and warden agents for safe task specialization.

Does this skill handle GitHub issue resolution and PR reviews automatically?

No, this skill avoids unsafe automation of GitHub issue resolution and PR reviews, instead routing failure reporting to the warden agent and authoring to the author agent.

What happens to skill discovery if MCP access is unavailable?

If MCP access is unavailable, skill discovery falls back to a static catalog and local scans to ensure you can still inventory and manage skills without interruption.

Do I need mcp_fusion_skills access to use this orchestrator?

Yes, mcp_fusion_skills access is required for semantic search and advisory commands, though local fallbacks for workflow templates and agent references are provided.