template-skill

Scaffold new Skills with standardized frontmatter and body structure.

103|30|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/CommandCodeAI/agent-skills --skill template-skill-commandcodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/CommandCodeAI/agent-skills/tree/main/skills/template-skill
Command: npx skills add https://github.com/CommandCodeAI/agent-skills --skill template-skill-commandcodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template-skill provides a ready-to-use scaffolding for creating new Skills by supplying a minimal, consistent frontmatter (name and description) and a standard body structure. It reduces setup time and ensures uniform metadata across all Skills.

Core Features & Use Cases

  • Standardized frontmatter: Ensures every Skill has a name and description and a consistent entry point.
  • Guided body structure: Provides a ready template for operational instructions loaded into context.
  • Use Case: Create a new Skill quickly by duplicating the template-skill unit, updating the name/description, and filling in instructions.

Quick Start

Copy the template-skill unit, rename the directory to your Skill's slug, update the SKILL.md frontmatter with your name and description, and replace the body Instructions with your Skill's operational steps.

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 with consistent frontmatter and metadata?

To scaffold a new skill, duplicate the template-skill unit to generate a reusable frontmatter template and standardized body structure, ensuring rapid and consistent metadata generation across all domains.

What is the minimal metadata required to activate a new skill?

The minimal metadata required to activate a new skill includes the name and description fields in the frontmatter, which satisfy the activation requirements while delegating operational instructions to the body content.

Can I use this skill scaffolding approach for any domain or platform?

Yes, you can use this skill scaffolding approach across any domain where Skills are defined, providing a standardized entry point and activation-ready documentation regardless of the specific operational context.

What is the best way to automate skill creation and reduce setup time?

Automating skill creation is best achieved by copying a ready-made scaffold, renaming the directory to your slug, and replacing the body instructions with your operational steps to ensure uniform metadata and reduce setup time.

Does the template-skill include predefined operational instructions or components?

No, the template-skill contains no components or predefined operational instructions; it supplies a minimal frontmatter and a guided body structure, delegating the actual operational steps entirely to the user.