template-skill

Create consistent skill directory scaffolds with SKILL.md frontmatter and placeholders.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/GayanKavinda/gayankavinda.github.io --skill template-skill-gayankavinda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/GayanKavinda/gayankavinda.github.io/tree/main/skills/template
Command: npx skills add https://github.com/GayanKavinda/gayankavinda.github.io --skill template-skill-gayankavinda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create consistent, reusable skill definitions without reinventing the structure each time. It keeps your skill entries organized so they are easier to discover, understand, and extend.

Core Features & Use Cases

  • Skill Scaffolding: Start new skills with the required frontmatter and instruction layout already in place.
  • Reusable Structure: Maintain a predictable format for future skill authoring and maintenance.
  • Use Case: If you are building a new task-specific skill, use this template to draft the entry point and then customize it for your workflow.

Quick Start

Use this template to draft a new SKILL.md for a reusable skill directory that you can customize for your specific task.

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 consistent scaffold for new skill directories?

To create a skill scaffold, use a reusable template that generates a new directory with a standardized SKILL.md file, pre-configured markdown frontmatter, and discovery metadata placeholders to ensure consistent authoring.

What is skill authoring frontmatter and when do I need it?

Skill authoring frontmatter is standardized metadata at the top of a SKILL.md file that enables discovery and organization. You need it when building task-specific skills to maintain mandatory name and description fields for indexing.

How do I draft a new SKILL.md file using a reusable template?

Draft a SKILL.md file by applying a reusable scaffold that lays out the required instruction structure and frontmatter. You then customize the placeholders and add optional scripts, references, or assets for your specific workflow.

Can I include optional scripts and assets in my skill template?

Yes, the skill template scaffold preserves mandatory name and description fields while explicitly leaving room for optional scripts, references, and assets alongside the core instruction placeholders.

What is the best way to maintain reusable structure for future skill authoring?

The best way to maintain a reusable structure is to start new skills from a standardized scaffold with predictable markdown frontmatter and discovery metadata, making future skill entries easier to discover, understand, and extend.

Why does my skill discovery metadata need a standardized format?

Skill discovery metadata requires a standardized format to keep your skill entries organized and predictable. Consistent frontmatter ensures that skills are properly indexed, easier to understand, and simpler to extend over time.