template-skill

Scaffold new Claude Skill units with a ready-to-fill SKILL.md skeleton.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/vibery-studio/templates --skill template-skill-vibery-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/vibery-studio/templates/tree/main/skills/template-skill
Command: npx skills add https://github.com/vibery-studio/templates --skill template-skill-vibery-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use skeleton for creating new skills, reducing setup time and ensuring consistent structure across Skill units.

Core Features & Use Cases

  • Quick scaffolding: Generates a minimal SKILL.md frontmatter and a blank structure for the skill.
  • Guided workflow: Includes a recommended layout for references/, scripts/, and assets/ directories.
  • Onboarding template: Serves as a drop-in template for new skill development.

Quick Start

Copy this template and edit the SKILL.md frontmatter with your skill name and description.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new Claude skill quickly?

To scaffold a new Claude skill quickly, copy this template and edit the SKILL.md frontmatter. It generates a minimal markdown skeleton with a ready-to-fill structure, reducing setup time and ensuring consistent layout for new skill units.

What is the required structure for a SKILL.md frontmatter?

A valid SKILL.md frontmatter requires minimal metadata to initialize a production-ready skill template. This template provides a ready-to-use skeleton, ensuring your new Claude skill has the correct frontmatter and consistent directory structure from the start.

Do I need external dependencies to create a Claude skill template?

No external dependencies are required to create a Claude skill template. You only need a valid SKILL.md frontmatter to initialize the production-ready skeleton, which includes a guided layout for references, scripts, and assets directories.

What directories should I include when bootstrapping a Claude skill?

When bootstrapping a Claude skill, include optional directories for references, scripts, and assets. The template provides a recommended layout for these folders, serving as a drop-in onboarding structure for guided skill development.

Can I use this markdown scaffold for onboarding new skill development?

Yes, you can use this markdown scaffold as a drop-in onboarding template for new skill development. It automates scaffolding by providing a ready-to-fill SKILL.md skeleton, ensuring consistent structure across all new Claude Skill units.