fusion-core-services

A utility to generate a full stack web application from a single prompt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps engineers and integrators identify the correct Fusion Core service ownership, endpoints, and data models for a given workflow so they can produce accurate, source-grounded integration plans without inventing routes or DTOs.

Core Features & Use Cases

  • Service selection: Map workflow nouns and verbs to the most relevant Fusion Core services (Apps, People, Context, RolesV2, Notifications, Reports, Tasks, etc.).
  • Endpoint & model mapping: Produce precise endpoint lists and TypeScript/C# model mappings sourced from bundled assets.
  • Consumer-ready plans: Deliver implementation sketches, validation/test notes, and explicit risks/assumptions for frontend and backend consumers.
  • Use case: Choose the right endpoints and DTOs when implementing a TypeScript client that enriches task data with people and context, or when planning backend subscription-driven syncs.

Quick Start

Ask the skill to map a target workflow and return service selection, endpoint and model mappings, an implementation plan, and validation notes.

Frequently Asked Questions about fusion-core-services

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

FAQPage Schema
How do I map a workflow to the correct Fusion Core service endpoints and data models?

To map a workflow to Fusion Core service endpoints and data models, you specify the workflow nouns and verbs. The skill then identifies owning services, produces a prioritized endpoint catalog, and generates TypeScript or C# model mappings sourced from bundled references and assets.

What is the best way to plan cross-service integration across Fusion apps, people, and context APIs?

Planning cross-service integration across Fusion APIs requires mapping workflow steps to services like Apps, People, and Context. This skill guides integration by producing service selections, endpoint lists, and consumer-ready implementation plans with validation notes.

Can I use this to generate TypeScript client implementation sketches for Fusion Core tasks and notifications?

Yes, you can generate TypeScript client implementation sketches for Fusion Core tasks and notifications. The skill delivers consumer-ready plans that include integration code sketches, explicit risks, and validation notes for frontend and backend consumers.

How do I identify which Fusion Core service owns a specific workflow involving roles and reports?

To identify which Fusion Core service owns a workflow involving roles and reports, you map the workflow requirements to the available service catalog. The skill evaluates services like RolesV2 and Reports to pinpoint correct ownership and applicable endpoints.

Does the Fusion Core integration mapping support backend subscription-driven syncs?

Yes, the Fusion Core integration mapping supports backend subscription-driven syncs. The skill produces implementation plans and integration code sketches tailored for both frontend TypeScript clients and backend subscription scenarios.

What are the limitations when generating endpoint mappings for Fusion Core APIs?

A key limitation when generating endpoint mappings for Fusion Core APIs is that the skill relies strictly on bundled references and assets. It avoids inventing routes or DTO fields, meaning unmapped endpoints require external documentation.