template-skill

Create skill skeletons with required frontmatter and an empty body.

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/kangminhyuk1111/agents --skill template-skill-kangminhyuk1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/kangminhyuk1111/agents/tree/main/template
Command: npx skills add https://github.com/kangminhyuk1111/agents --skill template-skill-kangminhyuk1111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made skeleton for creating new skills, ensuring consistent structure and quick start times.

Core Features & Use Cases

  • Provides standardized frontmatter with required name and description.
  • Includes a minimal body area for instructions that can be filled in later.
  • Use Case: A developer needs to bootstrap a new skill directory quickly for a new capability.

Quick Start

Replace the placeholders in SKILL.md with the actual skill name and description, then fill in the instructions in the body.

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 skeleton with required frontmatter for skill authoring?

To create a skeleton with required frontmatter, use a template that enforces a schema with name and description fields, then fill the empty body with instructions to speed up skill authoring.

What is the required frontmatter schema for adding new skills to a local catalog?

The required frontmatter schema for adding new skills to a local catalog includes mandatory name and description fields, ensuring consistent metadata structure across the skill repository.

How do I bootstrap a new skill directory quickly with markdown metadata?

To bootstrap a new skill directory quickly, apply a ready-made markdown template that provides standardized frontmatter and a minimal body area for instructions to fill in later.

Does the skill development template include placeholders for instructions?

Yes, the skill development template includes a minimal body area with placeholders for instructions, allowing developers to replace them with actual skill logic and commands later.

What is the best way to ensure consistent structure when creating multiple skills?

The best way to ensure consistent structure when creating multiple skills is using a standardized skeleton template that enforces required frontmatter fields like name and description across all entries.

Can I use this template for local catalog skill development without external dependencies?

Yes, you can use this template for local catalog skill development without external dependencies, as it provides a standalone markdown skeleton with required frontmatter and an empty body.