fusion-research

Routes Fusion platform queries to domain agents returning source-backed excerpts with provenance metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes uncertainty when researching Fusion platform artifacts by orchestrating domain-specific, source-backed lookups and returning explicit evidence rather than guesses.

Core Features & Use Cases

  • Domain classification and routing: Automatically classifies questions into Framework, EDS, Skills catalog, or Docs domains and routes to the appropriate local agent.
  • Source-backed answers: Captures metadata.source and minimal supporting excerpts, enforces one refinement pass, and clearly states assumptions and uncertainty.
  • Catalog and docs research: Useful for finding API definitions, component props, skill scope boundaries, onboarding guidance, and governance statements with provenance.
  • Use Case: Verify a Fusion Framework hook's behavior by returning the tsdoc excerpt and the package source path, or confirm an EDS component prop with a documented example and excerpt.

Quick Start

Ask fusion-research to find source-backed evidence for a named Fusion artifact and return the source path and minimal excerpt.

Frequently Asked Questions about fusion-research

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

FAQPage Schema
How do I find source-backed evidence for a Fusion Framework hook or EDS component prop?

Fusion research classifies questions into Framework, EDS, Skills catalog, or Docs domains and routes them to the appropriate local agent. It uses MCP-backed retrieval to return metadata source paths and supporting excerpts for API definitions, component props, and governance statements.

Can I verify Fusion platform onboarding steps and skill relationships with documented proof?

Fusion research requires MCP-backed retrieval tools including mcp_fusion_search_framework, mcp_fusion_search_eds, mcp_fusion_search_skills, and mcp_fusion_search_docs. Documented fallbacks are also supported when these primary MCP retrieval endpoints are unavailable.

How does domain classification route queries across the Fusion Framework and EDS components?

You can verify Fusion platform onboarding steps and skill scope boundaries by orchestrating source-backed research across the skills catalog and platform documentation. The process mandates capturing metadata source and supporting excerpts to provide factual validation with provenance.

What is the best way to research Fusion platform artifacts without guessing?

Fusion research removes uncertainty by orchestrating source-backed lookups across Framework APIs, EDS components, the skills catalog, and platform documentation. It mandates captured metadata source and supporting excerpts with a single refinement pass, clearly stating assumptions and uncertainty rather than guessing.

Do I need MCP-backed retrieval to look up Fusion Framework API definitions?

Domain classification automatically categorizes queries into Framework, EDS, Skills catalog, or Docs domains and routes them to the appropriate local agent. This ensures MCP-backed retrieval targets the correct source for returning evidence-backed answers with captured metadata.

When should I expect uncertainty or assumptions when researching EDS component props?

When researching EDS component props, expect stated assumptions and uncertainty if the MCP-backed retrieval yields incomplete evidence. The research process enforces a single refinement pass and clearly states these assumptions rather than returning unsupported guesses.