template-skill

Create a Skill scaffold with YAML frontmatter and instruction body.

199|41|Updated Oct 25, 2020
One-click install
npx skills add https://github.com/rvdbreemen/OTGW-firmware --skill template-skill-rvdbreemen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/rvdbreemen/OTGW-firmware/tree/main/.github/skills/template-skill
Command: npx skills add https://github.com/rvdbreemen/OTGW-firmware --skill template-skill-rvdbreemen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made scaffold for creating new Skills with consistent metadata and a clear instruction body, so your skill can be discovered and used reliably.

Core Features & Use Cases

  • Standardized Skill metadata: Supplies YAML frontmatter with required discovery fields like name and description.
  • Clear operational instructions section: Provides a place to write the body content that will be loaded into context when the Skill is activated.
  • Use Case: Creating a new repository Skill that other users can search for and understand at a glance, then activate for guided execution.

Quick Start

Replace the frontmatter description and write the operational instructions under the Markdown header.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a valid skill unit scaffold with YAML frontmatter?

To create a valid skill unit scaffold, define required YAML frontmatter metadata fields like name and description, then write the operational instructions body to ensure your repository skill is discoverable and consistently structured for downstream automation.

What is the best way to structure repository templates for skill discoverability?

The best way to structure repository templates for skill discoverability is to use a standardized SKILL.md format containing mandatory YAML frontmatter metadata alongside a clear instruction body for contextual activation workflows.

How does YAML frontmatter metadata work for markdown instructions?

YAML frontmatter metadata works for markdown instructions by providing structured discovery fields at the top of the file, allowing automation systems to parse the skill name and description before loading the instruction body into context upon activation.

Do I need a specific repository setup to author repository-based skills?

You do not need a specific repository setup or dependencies to author repository-based skills, as this scaffold only requires writing standard markdown instructions and YAML frontmatter fields directly within your existing repository.

What are the limitations of using a basic skill scaffold for automation workflows?

The limitation of using a basic skill scaffold is that it only provides the initial metadata structure and instruction body, requiring you to manually implement all complex automation logic and downstream processing without built-in components.