template-skill

Create a new Skill scaffold with YAML frontmatter and Markdown instructions.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/1337hero/claude-toolkit --skill template-skill-1337hero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/1337hero/claude-toolkit/tree/main/skills/template
Command: npx skills add https://github.com/1337hero/claude-toolkit --skill template-skill-1337hero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill skeleton provides a ready-to-edit scaffold to quickly define a new Skill by specifying its name, description, and usage instructions in SKILL.md.

Core Features & Use Cases

  • Provides a standardized frontmatter (name, description) and a Markdown body to outline operational steps.
  • Includes optional resource directories (scripts/, references/, assets/) that can be populated as needed.
  • Serves as a reusable template for rapid Skill creation across projects.

Quick Start

Edit the name and description in the frontmatter and replace the placeholder instructions under the header to create a functional 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 reusable Claude Skill scaffold for my project?

To create a reusable Claude Skill scaffold, use a ready-to-edit template that enforces YAML frontmatter with name and description fields, plus a Markdown body for operational instructions in SKILL.md. This provides a standardized starting structure for domain-specific Skills.

What is the required frontmatter format for defining a new Skill?

The required frontmatter format for defining a new Skill is YAML syntax containing at least the name and description fields. This frontmatter sits at the top of the SKILL.md file to declare the Skill's identity and purpose before the operational instructions.

Can I include resource directories when scaffolding a Skill template?

Yes, you can include optional resource directories such as scripts, references, and assets when scaffolding a Skill template. These directories can be populated as needed to support the operational instructions documented in the Markdown body.

What is the best way to document operational instructions in a Skill?

The best way to document operational instructions in a Skill is to replace the placeholder text in the Markdown body of SKILL.md. This structured documentation approach outlines the specific operational steps the Skill executes.

Does this Skill template work for creating domain-specific workflows?

Yes, this Skill template works for creating domain-specific workflows by providing a reusable scaffold that guides you through filling out frontmatter and documenting usage instructions. It serves as a rapid Skill creation foundation across multiple projects.

Why do I need a standardized scaffold for rapid Skill creation?

You need a standardized scaffold for rapid Skill creation because it enforces consistent YAML frontmatter and Markdown documentation structure. This removes manual setup overhead and ensures every new Skill adheres to the required format specifications.