skill-template

Create standardized Claude Code skill templates with YAML frontmatter and directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a ready-to-use blueprint for creating Claude Code skills with YAML frontmatter and progressive disclosure patterns.

Core Features & Use Cases

  • Structured skeleton: ensures name, description, and triggering patterns
  • Resource scaffolding: templates for main file and resources
  • Auto-activation guidance: recommended skill rules configuration

Quick Start

Create a new skill directory and copy the template SKILL.md to begin.

Frequently Asked Questions about skill-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill with proper YAML frontmatter?

Claude Code skills require YAML frontmatter to define metadata like name, description, and activation patterns. This Skill provides a ready-to-use template with mandatory frontmatter fields, optional tool restrictions, and structured guidance to ensure your skill integrates correctly with the skill system.

What structure should I use for a new Claude Code skill project?

Start with the provided skill template that covers directory structure, main file scaffolding, and resource organization. The template enforces consistent quality through mandatory pre-work sections, task decomposition patterns, and a documentation checklist for project, plugin, or personal skills.

Can I use markdown and YAML together when building a skill?

Yes. Claude Code skills use markdown files with embedded YAML frontmatter as the standard format. This Skill's template demonstrates how to combine both formats—YAML for metadata configuration and markdown for documentation and activation logic.

What are the mandatory fields I need in a skill's frontmatter?

The template enforces mandatory frontmatter fields including skill name, description, and triggering patterns. Optional fields allow tool restrictions. The template checklist guides you through all required sections to guarantee consistent quality and proper skill system integration.

How do I accelerate skill development without starting from scratch?

Use this Skill template as a blueprint to skip design decisions. It provides a standardized skeleton with pre-configured resource scaffolding, activation guidance, and documentation patterns—reducing setup time and ensuring your skill meets system requirements.