fusion-framework-feature-toggling

Guide feature-flag implementation and reviews for Fusion Framework codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Help developers implement, review, and remove feature flags in Fusion Framework with evidence-backed guidance that prefers live MCP results and provides reliable offline fallbacks when the server is unavailable.

Core Features & Use Cases

  • MCP-first retrieval: Query Fusion MCP for authoritative framework APIs and examples when available.
  • Bundled public-source fallback: Use packaged references and offline assets to provide consistent guidance without server access.
  • Practical checklists and examples: Offer configuration snippets, rollout and cleanup checklists, and explicit verification notes for uncertain API details.
  • Use cases: Adding a new app-level flag, reviewing component use of useFeature, planning rollouts, and safely removing deprecated flags.

Quick Start

Ask the skill to help add or review a Fusion Framework feature flag, preferring MCP results and using the offline checklist if MCP is unavailable.

Frequently Asked Questions about fusion-framework-feature-toggling

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

FAQPage Schema
How do I add a feature flag in Fusion Framework?

To add a feature flag in Fusion Framework, use the guided checklists and configuration snippets provided, preferring live MCP retrieval for authoritative APIs and falling back to bundled offline assets if the server is unavailable.

What is the best way to review useFeature usage in my app?

Reviewing useFeature usage involves applying evidence-backed checklists to verify component integration, preferring live Fusion MCP results for authoritative framework APIs to ensure correct implementation and rollout safety.

Does Fusion feature-flag guidance work without MCP server access?

Yes, Fusion feature-flag guidance works offline by falling back to bundled public-source references and offline assets, providing consistent configuration snippets and cleanup checklists when MCP is unavailable.

How do I safely remove deprecated feature toggles from my codebase?

Safely removing deprecated feature toggles requires following explicit cleanup checklists and verification notes, using offline assets or MCP retrieval to ensure all references are correctly removed without breaking functionality.

Can I plan feature flag rollouts for both app-level and framework-level tasks?

Yes, you can plan rollouts for app-level and framework-level tasks using practical rollout checklists and configuration snippets, supported by MCP-first retrieval or bundled public-source fallback references.