template-skill

Provides a placeholder SKILL.md scaffold for authoring new skill units.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/CYRUS-pinto/pi-bot --skill template-skill-cyrus-pinto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/CYRUS-pinto/pi-bot/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/CYRUS-pinto/pi-bot --skill template-skill-cyrus-pinto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill serves as a starting scaffold for authors creating new skill units, providing the required SKILL.md structure with frontmatter fields that must be replaced before real use. ## Core Features & Use Cases - Frontmatter Scaffold: Includes the mandatory name and description YAML fields required for skill discovery. - Instruction Placeholder: Contains an empty instructions section ready to be filled with operational guidance. - Use Case: A developer bootstrapping a new skill copies this template, replaces the placeholder description, and writes the operational instructions in the Markdown body. ## Quick Start Replace the placeholder name and description in SKILL.md and write the instructions for the new skill.

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 new skill from a template?

Copy the template directory, then edit SKILL.md to replace the placeholder name and description in the YAML frontmatter. Write the operational instructions in the Markdown body below the frontmatter.

What fields are required in SKILL.md frontmatter?

The frontmatter must define at least a name and a description, which are used for skill discovery. The Markdown body after the frontmatter holds the instructions loaded when the skill activates.

Can I use this template skill as-is in production?

No, this is a placeholder scaffold with no operational instructions. You must replace the description and add real instructions before it performs any meaningful task.

What optional directories can a skill unit include?

A skill may include scripts, references, and assets directories alongside SKILL.md. Scripts run deterministic tasks, references provide in-depth reading material, and assets store document information.