template-skill

Create a reusable Claude Skill skeleton with YAML frontmatter and placeholder body.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use skeleton for creating Claude skills, enabling teams to define a consistent structure (name, description, body) and safe evaluation hooks for reuse across projects.

Core Features & Use Cases

  • Provides a standard frontmatter template (name, description) and a body placeholder for instructions.
  • Encourages consistent discovery and activation of Skills by tooling.
  • Useful for onboarding and rapid creation of new skills with guaranteed metadata.

Quick Start

Create a new skill directory with a SKILL.md containing a frontmatter with name and description, and replace the placeholder body with 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 create a reusable Claude skill skeleton with YAML frontmatter?

To create a reusable Claude skill skeleton, define a YAML frontmatter block containing the skill name and description, then add a placeholder Markdown body for operational instructions to standardize rapid skill creation.

What is the standard structure for Claude skills to ensure tooling discovery?

The standard structure for Claude skills requires a SKILL.md file with YAML frontmatter for metadata like name and description, and a Markdown body with required sections to ensure consistent discovery and activation by tooling.

How do I standardize skill creation across multiple projects?

You can standardize skill creation across projects by using a ready-to-use skeleton template that enforces consistent metadata through YAML frontmatter and a structured Markdown body for all new skills.

What metadata is required in a Claude skill frontmatter?

A Claude skill frontmatter requires the name and description fields defined in YAML format to provide a consistent base for tooling discovery and safe evaluation hooks across projects.

Can I use a template to onboard new Claude skills quickly?

Yes, you can use a skill skeleton template to onboard and rapidly create new Claude skills with guaranteed metadata, ensuring every new skill has the required frontmatter and description sections.

Are there limitations to using a basic skill skeleton for YAML documentation?

The basic skill skeleton provides a structural placeholder for YAML documentation and does not include advanced reasoning components or dependencies, limiting it to standardizing metadata rather than executing complex skill logic.