template-skill

Create pre-validated SKILL.md templates for new Claude skills.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill template-skill-wangx7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/wangx7/skills-collection/tree/main/anthropics-skills/template
Command: npx skills add https://github.com/wangx7/skills-collection --skill template-skill-wangx7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building new Claude skills from scratch requires manually replicating the correct file structure, mandatory frontmatter fields, and formatting rules, which is time-consuming and often leads to errors that prevent the skill from being activated or discovered.

Core Features & Use Cases

  • Pre-structured Template: Includes a fully compliant SKILL.md file with all required frontmatter fields (name, description) and correct Markdown structure pre-filled, eliminating boilerplate work.
  • Specification Compliance: Follows Anthropic's official skill unit definition exactly, so new skills created from the template are immediately valid and ready for use without formatting fixes.
  • Use Case: If you want to build a skill to automate social media content scheduling, use this template to create the base SKILL.md file so you can focus on adding your custom platform integration instructions instead of setting up the required file structure.

Quick Start

Use the template-skill to create a pre-formatted base SKILL.md file for your new custom Claude skill with all required frontmatter fields already filled in.

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 custom Claude skill without manual setup errors?

To create a custom Claude skill without manual setup errors, use a pre-validated base template that provides a fully compliant SKILL.md file with all required frontmatter fields pre-filled. This eliminates boilerplate work and ensures new skills are immediately valid and activatable.

What is the required file structure for Claude skills?

The required file structure for Claude skills includes a SKILL.md file with mandatory frontmatter fields such as name and description, along with correct Markdown formatting. A standardized skill template satisfies these structural requirements out of the box, ensuring discoverability.

Do I need to manually format frontmatter to make a Claude skill discoverable?

You do not need to manually format frontmatter to make a Claude skill discoverable. Using a pre-structured skill template ensures all mandatory frontmatter fields and structural requirements are met automatically, preventing activation failures without formatting fixes.

What's the best way to scaffold a new Claude skill?

The best way to scaffold a new Claude skill is using a pre-structured template that follows Anthropic's official skill unit definition exactly. This approach guarantees specification compliance, allowing you to focus on custom instructions rather than file structure setup.

Why does my custom Claude skill fail to activate?

Your custom Claude skill may fail to activate due to incorrect file structure, missing mandatory frontmatter fields, or formatting errors. Using a pre-validated skill template eliminates these manual setup issues, ensuring new skills are immediately valid and ready for use.