template-skill

Create new Claude Skills using a standard directory template.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanthienduc/myprotocol-stack --skill template-skill-hanthienduc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/hanthienduc/myprotocol-stack/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/hanthienduc/myprotocol-stack --skill template-skill-hanthienduc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a new Claude Skill from scratch can be daunting without a clear structure or best practices. This skill provides a foundational template, offering a ready-to-use directory structure and essential guidelines to accelerate the development of new, high-quality AI skills.

Core Features & Use Cases

  • Pre-defined Structure: Offers a standard directory layout including SKILL.md, scripts/, references/, and assets/ to ensure consistency and ease of development.
  • Best Practice Guidance: Includes placeholders and comments to guide developers on writing effective SKILL.md descriptions, defining metadata, and structuring operational instructions.
  • Rapid Skill Prototyping: Enables quick iteration and testing of new skill ideas by providing a minimal yet complete starting point.
  • Use Case: You have an idea for a new AI skill to automate a specific task. Use this template to quickly set up the skill's directory, populate the SKILL.md with your idea, and start adding scripts and references, saving time on initial setup.

Quick Start

Create a new skill based on the template, naming it 'my-new-automation-skill' and describing its purpose as 'automating project management tasks'.