template-skill

Define a generic Skill Unit scaffold with SKILL.md frontmatter.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill template-skill-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill template-skill-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Unit template provides a minimal, repeatable structure for creating new Claude skills with a mandatory SKILL.md frontmatter, enabling consistent discovery and activation.

Core Features & Use Cases

  • Standard frontmatter schema with name and description
  • Supports optional directories scripts/, references/, assets/ for future extension
  • Guides developers to create new skills quickly

Quick Start

Create a new directory for your skill, add a SKILL.md with name and description frontmatter, and place any optional resources as needed

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 with the correct frontmatter?

Scaffolding a Claude Skill requires creating a root SKILL.md file with mandatory name and description frontmatter, ensuring proper discovery and activation across the system.

What is the required frontmatter format for a SKILL.md file?

The SKILL.md frontmatter format uses YAML to define mandatory name and description fields, establishing a minimal repeatable structure that enables consistent skill discovery and activation.

How do I structure directories for a new skill template?

Structure a skill template by placing SKILL.md at the root directory and optionally adding scripts/, references/, and assets/ directories to organize future extension resources.

Why does my Claude Skill fail to activate during discovery?

Skill activation fails during discovery when the root SKILL.md file omits mandatory name and description frontmatter fields required for the system to identify and load the unit.

Do I need any dependencies to create a skill scaffold?

No dependencies are required to create a skill scaffold; you only need to define root SKILL.md with YAML frontmatter and optionally list component directories when present.