skill-template

Standardize SKILL.md files with YAML frontmatter and structured instruction bodies.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill skill-template-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/agent-skills/template
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill skill-template-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template solves the problem of consistently writing high-quality SKILL.md files that are discoverable, actionable, and safe to use across an agent-skill collection.

Core Features & Use Cases

  • Discovery-ready metadata: Ensures each skill includes required YAML frontmatter fields (name and description) so systems can index and surface it.
  • Operational instructions structure: Provides an opinionated outline for explaining when to activate a skill, what concepts it teaches, and how to apply it reliably.
  • Agent usability safeguards: Encourages clear third-person descriptions, keeps bodies concise, and moves detailed material to references to reduce noise.
  • Use case: When adding a new capability (e.g., a workflow for reviewing specs or generating reports), this template helps you produce a predictable, consistent skill file quickly.

Quick Start

Copy the examples/agent-skills/template/SKILL.md file and replace the frontmatter name/description and the body sections with your new skill’s activation rules, concepts, and guidance.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I create a SKILL.md file for a new agent capability?

To create a SKILL.md file for an agent skill, copy the template structure and replace the YAML frontmatter and body sections with your activation rules, concepts, and practical guidance.

What is skill authoring for agent instructions?

Skill authoring standardizes the creation of SKILL.md files to document activation triggers, core concepts, and integration notes, ensuring new agent capabilities are discoverable and operationally reliable.

What metadata is required for skill discovery in agent collections?

Skill discovery requires YAML frontmatter defining at least the name and description fields so systems can index and surface the agent capability across the collection.

How should I structure agent instructions for safe third-party use?

Structure agent instructions using concise bodies with clear third-person descriptions, moving detailed material to references to reduce noise and ensure safe, predictable operation.

What sections should a SKILL.md template include for context engineering?

A SKILL.md template should include activation triggers, core concepts, practical guidance, examples, and integration notes to provide a complete, standardized context engineering framework.

Can I use this template to document complex workflows and dependencies?

Yes, you can use this template to document complex workflows by moving detailed material to references, though the core instruction body must remain concise and structured for safe agent use.