template-skill

Create agent skills with YAML frontmatter and operational instructions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stellarone/evaluate --skill template-skill-stellarone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/stellarone/evaluate/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/stellarone/evaluate --skill template-skill-stellarone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a starter template for documenting a new skill so you can quickly define what it does and how it should be used.

Core Features & Use Cases

  • Consistent Skill Entry Point: Defines required YAML frontmatter fields (like name and description) to support discovery.
  • Operational Instruction Slot: Includes a placeholder body where you can write the concrete steps an AI should follow when the skill is activated.
  • Use Case: When creating a new agent skill for a recurring workflow (e.g., scaffolding a feature, generating boilerplate, or applying a specific repo change), this template helps you standardize the instruction format.

Quick Start

Replace the placeholder frontmatter description and write the exact instructions you want the AI to follow in the body after the heading.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create an agent skill with YAML frontmatter?

To create an agent skill with YAML frontmatter, use a standardized template that defines required metadata fields like name and description, followed by a clear instruction body specifying the exact steps the AI should follow during activation.

What is the best way to document a new AI skill for repository discovery?

The best way to document a new AI skill for repository discovery is to create a SKILL.md root file containing standardized YAML frontmatter for consistent metadata extraction and a placeholder body for writing operational instructions.

How do I standardize operational instructions for an automation scaffolding workflow?

Standardize operational instructions for automation scaffolding by applying a consistent skill template that separates discovery metadata in YAML frontmatter from concrete step-by-step activation behavior in the markdown body.

Can I use this skill template for recurring developer productivity tasks like generating boilerplate?

Yes, you can use this skill template for recurring developer productivity tasks like generating boilerplate or scaffolding features, as it provides a standardized entry point to define what the skill does and how it should be used.

What are the limitations of using a basic skill template for repository metadata?

The limitation of using a basic skill template is that it requires a SKILL.md root file with at least name and description frontmatter and a clear instruction body, meaning it cannot hijack unrelated behavior or operate without this standardized file structure.