template-skill

Define a reusable scaffold for new Skill Units with standardized frontmatter.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kim1024/agent-skills --skill template-skill-kim1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/kim1024/agent-skills/tree/main/skills/template
Command: npx skills add https://github.com/kim1024/agent-skills --skill template-skill-kim1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template skill provides a minimal scaffold to bootstrap new Skills by defining required frontmatter and a basic activation body, enabling rapid creation and standardization across skills.

Core Features & Use Cases

  • Standard frontmatter with name and description to ensure discoverability.
  • A ready-to-activate body that can be filled with practical instructions.
  • Use Case: Create a new skill by duplicating this template and customizing the frontmatter and body.

Quick Start

Create or edit SKILL.md in a new skill directory and fill in the frontmatter with a unique name and description, then replace the body with your operational instructions.

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 skill using a YAML frontmatter template?

To scaffold a new skill using a YAML frontmatter template, duplicate the base structure and customize the required name and description fields, then replace the activation body with your specific operational instructions.

What is the standard structure for bootstrapping skill development?

The standard structure for bootstrapping skill development requires a SKILL.md file containing standardized YAML frontmatter for discoverability and a ready-to-activate body for executing practical instructions.

Can I add optional directories like scripts and references later without breaking the skill scaffold?

Yes, you can add optional directories such as scripts, references, and assets later. The scaffold structure is designed to support adding these directories without breaking the core frontmatter and activation body.

What's the best way to standardize frontmatter across multiple skill units?

The best way to standardize frontmatter across multiple skill units is to duplicate a clean template scaffold, ensuring every new skill consistently defines its name and description in the YAML metadata for reliable discoverability.

Do I need any dependencies to bootstrap a new skill from this template?

No, you do not need any dependencies to bootstrap a new skill from this template. It is a minimal scaffold that operates independently to define frontmatter and an activation body for rapid skill creation.

Why does my new skill need an activation body in the SKILL.md file?

Your new skill needs an activation body in the SKILL.md file to provide a ready-to-execute location for practical instructions, ensuring the standardized frontmatter translates into actionable operational logic.