Skill Name

Create structured skill playbooks from unstructured guidance with YAML frontmatter.

1|Updated Jan 8, 2023
One-click install
npx skills add https://github.com/oviney/blog --skill skill-name-oviney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Name
Source: https://github.com/oviney/blog/tree/main/docs/skills/_template
Command: npx skills add https://github.com/oviney/blog --skill skill-name-oviney

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Unit framework standardizes how experts capture repeatable knowledge into portable, executable playbooks that can be discovered, loaded, and executed by AI systems.

Core Features & Use Cases

  • Defines a strict frontmatter contract (name, description) to enable discovery and safety checks.
  • Provides a structured Markdown body that carries context, step-by-step guidance, pitfalls, patterns, and success criteria.
  • Encapsulates optional resource directories (scripts/, references/, assets/) to support on-demand execution and reference material.

Quick Start

Create a new skill by adding a SKILL.md at the root with a valid frontmatter, populate the Context and Step-by-Step Instructions, and ensure dependencies and components fields reflect any auxiliary resources.

Frequently Asked Questions about Skill Name

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

FAQPage Schema
How do I create structured markdown documentation from unstructured guidance?

To create structured markdown documentation from unstructured guidance, use a skill playbook framework that enforces a YAML frontmatter contract and a Markdown body to standardize procedural knowledge into portable, executable templates.

What is the best way to document workflows and task checklists for AI execution?

Documenting workflows and task checklists for AI execution requires a strict template featuring YAML frontmatter for discovery and a structured Markdown body carrying context, step-by-step guidance, and success criteria.

How does YAML frontmatter enable skill discovery and safety checks?

YAML frontmatter enables skill discovery and safety checks by defining a strict metadata contract containing the skill name and description, which allows AI systems to reliably parse, identify, and load specific procedural playbooks.

Can I include optional resource directories when creating a skill playbook?

Yes, you can include optional resource directories such as scripts, references, and assets alongside the SKILL.md file to support on-demand execution and provide necessary reference material for the playbook.

Do I need JSON strings to define dependencies and components in a skill template?

Yes, you need JSON-like strings to define dependencies and components in the frontmatter, ensuring the system accurately maps auxiliary resources and structural elements required for executing the procedural workflow.