template-skill

Scaffold new agent skills with SKILL.md YAML frontmatter and workflow instructions.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill template-skill-thecolab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/thecolab-ai/.skills/tree/main/template
Command: npx skills add https://github.com/thecolab-ai/.skills --skill template-skill-thecolab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template helps you quickly scaffold a new AI skill so it can be discovered and used by an agent with clear, consistent instructions.

Core Features & Use Cases

  • Standardized entry point: Provides a SKILL.md with required YAML frontmatter for the skill name and description.
  • Operational guidance sectioning: Includes a repeatable instruction structure for defining when to use the skill and how to run its workflow.
  • Workflow outline: Encourages safe, deterministic step-by-step processing including inspection, execution, validation, and returning output.

Quick Start

Replace the frontmatter name and description, then rewrite the sections below to match your data source, expected inputs, and the exact workflow your agent should follow.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new agent skill with the correct YAML frontmatter and markdown structure?

Scaffolding a new agent skill requires creating a SKILL.md entry point with valid YAML frontmatter for discovery metadata, followed by a markdown instruction body defining when to use the skill and its workflow structure.

What is a SKILL.md file and when do I need YAML frontmatter for agent instructions?

A SKILL.md file serves as the standardized entry point for discoverable agent skills, using YAML frontmatter to expose required discovery metadata and a markdown body to define operational instructions and workflow steps.

How do I structure operational guidance and workflow instructions for a self-contained agent skill?

Structure operational guidance by defining clear when-to-use conditions and a step-by-step workflow outline that covers inspection, execution, validation, and returning output to ensure deterministic agent processing.

Do I need any dependencies or external components to create a skill template in the repository?

No dependencies or external components are required to create a skill template, as it relies solely on a self-contained markdown structure with YAML frontmatter and instructional text for repository scaffolding.

What's the best way to turn a draft idea into a usable skill with clear discovery metadata?

The best way to turn a draft idea into a usable skill is replacing the template frontmatter name and description, then rewriting the workflow sections to match your data source, expected inputs, and exact agent workflow.