template-skill

Generate SKILL.md scaffolds with YAML frontmatter for new skills.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sujaynsv/Agentic-Skills --skill template-skill-sujaynsv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/sujaynsv/Agentic-Skills/tree/main/skills/community/template-skill
Command: npx skills add https://github.com/sujaynsv/Agentic-Skills --skill template-skill-sujaynsv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made scaffold for creating new skills by defining a SKILL.md with YAML frontmatter and a clear usage template, enabling quick onboarding and consistent structure across Skill Units.

Core Features & Use Cases

  • Scaffold Generation: Offers a consistent frontmatter and body template for new skills to accelerate creation and ensure discovery metadata is present.
  • Guided Activation: Provides a ready-to-use operational body to be filled with skill-specific instructions, enabling reliable execution once activated.
  • Use Case: A developer wants to publish a new skill; they copy this template, replace name and description, and add optional scripts/references/assets as needed.

Quick Start

Create a new Skill folder under skills and add a SKILL.md with a YAML frontmatter containing 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 create a new skill scaffold with YAML frontmatter?

To create a new skill scaffold, copy the template and add a SKILL.md file with YAML frontmatter containing name and description. Replace metadata values and include optional scripts, references, or assets as needed.

What is the required metadata for a SKILL.md file?

The required metadata for a SKILL.md file is a YAML frontmatter block containing the skill name and description. This ensures consistent discovery and activation across the skills directory.

Can I add optional resources like scripts and references to a skill template?

Yes, you can add optional resources to a skill template. Alongside the root SKILL.md, you can include scripts, references, and assets that load dynamically as needed during execution.

Does skill scaffolding work across community, trading, and custom directories?

Yes, skill scaffolding works across community, trading, and custom directories. The template enforces consistent structure and discovery metadata for any Skill Unit in these locations.