fusion-skill-authoring

Scaffold and modernize AI skill directories with SKILL.md, references, and assets.

9|10|Updated May 27, 2021
One-click install
npx skills add https://github.com/equinor/fusion-framework --skill fusion-skill-authoring
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fusion-skill-authoring
Source: https://github.com/equinor/fusion-framework/tree/main/.agents/skills/fusion-skill-authoring
Command: npx skills add https://github.com/equinor/fusion-framework --skill fusion-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and modernization of AI skills, ensuring they are discoverable, well-structured, and practical for agentic use.

Core Features & Use Cases

  • Skill Scaffolding: Generates new skill directories with essential files (SKILL.md, references/, assets/).
  • Skill Modernization: Refreshes existing skills by improving metadata, structure, and documentation.
  • Discovery Optimization: Enhances name and description for better agent discoverability and routing.
  • Use Case: A developer needs to create a new skill to manage code reviews. They use this skill to scaffold the skills/code-review/ directory, define clear activation cues, and set up necessary supporting files.

Quick Start

Use the fusion-skill-authoring skill to create a new skill named 'data-validation'.

Frequently Asked Questions about fusion-skill-authoring

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

FAQPage Schema
How do I scaffold a new AI skill directory with the right structure?▼

To scaffold a new AI skill, generate a dedicated directory containing essential files like SKILL.md, references, and assets to ensure proper structure and discoverability for agent routing.

What is skill metadata optimization for agent discoverability?▼

Skill metadata optimization involves refining the name and description fields to improve agent routing accuracy and ensure the skill is triggered by the correct activation cues.

How do I modernize existing AI skills in a repository?▼

Modernize existing AI skills by refreshing their metadata, improving directory structure, and updating documentation to align with current best practices for agentic use.

Can I use skill authoring to organize supporting resources like references and assets?▼

Yes, skill authoring facilitates organizing supporting resources by structuring references and assets directories alongside the core SKILL.md file within the skill folder.

What is the best way to define activation cues for an agent framework?▼

Defining activation cues requires writing clear, descriptive metadata in the SKILL.md file, allowing the agent framework to accurately identify and route tasks to the skill.

When should I not use automated scaffolding for workflow automation skills?▼

Avoid automated scaffolding when a skill requires highly custom directory structures or unique file formats that deviate from the standard SKILL.md, references, and assets setup.