my-skill-name

Define a self-contained Skill Unit with SKILL.md frontmatter and structured resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill my-skill-name-dedalus-erp-pas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: my-skill-name
Source: https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills/tree/main/skills/_TEMPLATE
Command: npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill my-skill-name-dedalus-erp-pas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a standardized structure to define a new Skill Unit, including a frontmatter entry with name and description, enabling consistent discovery and loading by the skill system.

Core Features & Use Cases

  • Standardized discovery via SKILL.md frontmatter (name, description).
  • Self-contained unit with optional resources (scripts/, references/, assets/) to be used on demand.
  • Clear guidelines for the Markdown body that describes usage, workflow and examples.

Quick Start

Create a new skill directory under skills, add a SKILL.md at its root with valid name and description frontmatter, and populate the body with task-specific instructions.

Frequently Asked Questions about my-skill-name

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

FAQPage Schema
How do I define a custom AI skill for an assistant workflow?▼

To define a custom AI skill, create a self-contained unit by adding a SKILL.md file at the root of your skill directory with valid name and description frontmatter to enable discovery and loading.

What is a SKILL.md frontmatter and how does it work?▼

SKILL.md frontmatter contains metadata like name and description, enabling the AI assistant framework to consistently discover and load your custom skill unit for operational activation.

How do I structure a self-contained skill template with optional resources?▼

Structure a skill template by populating the Markdown body with task-specific instructions and adding optional resources like scripts, references, and assets directories to be used on demand.

Do I need to include scripts and assets to deploy an AI workflow template?▼

You do not need to include scripts and assets to deploy an AI workflow template, as they are optional resources; only a valid SKILL.md with frontmatter and a clear body is required.

What is the best way to document operational instructions for AI development?▼

The best way to document operational instructions for AI development is using a structured Markdown body in your SKILL.md, providing clear guidelines for usage, workflow, and examples.