template-skill

Generate a standardized SKILL.md scaffold with YAML frontmatter and Markdown body placeholder for new skills.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/douinc/agent-skills --skill template-skill-douinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/douinc/agent-skills/tree/main/template
Command: npx skills add https://github.com/douinc/agent-skills --skill template-skill-douinc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a starter scaffold for new Skill Units, ensuring consistent frontmatter (name, description, metadata) and a minimal Markdown body to guide initial instructions.

Core Features & Use Cases

  • Generates a standardized SKILL.md frontmatter with required fields (name, description, metadata)
  • Provides a ready-to-edit Markdown body skeleton for Skill Title and instructions
  • Speeds up team onboarding by offering a uniform Skill skeleton for quick bootstrap

Quick Start

Edit the SKILL.md to replace the placeholder name, description, and body with your actual skill instructions and save.

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 standard SKILL.md scaffold for a new skill?

To create a standard SKILL.md scaffold, use this template to automatically generate a YAML frontmatter block with name, description, and metadata fields, plus a minimal Markdown body skeleton to guide your initial instructions.

What is the best way to bootstrap consistent YAML frontmatter for skill creation?

The best way to bootstrap consistent YAML frontmatter for skill creation is using a reusable template that enforces required fields like name, description, and metadata, ensuring uniform structure across all new skills.

How do I set up a Markdown skeleton for bootstrapping new AI workflows?

You can set up a Markdown skeleton for bootstrapping new AI workflows by applying this template, which produces a ready-to-edit body structure alongside standardized metadata to guide your content development.

Can I use this skill template for team onboarding and documentation automation?

Yes, you can use this skill template for team onboarding and documentation automation, as it provides a uniform Skill skeleton that speeds up the bootstrapping process and ensures consistent documentation structure.

What do I need to edit in the generated SKILL.md template before saving?

You need to edit the generated SKILL.md template by replacing the placeholder name, description, and Markdown body text with your actual skill instructions before saving the file.

When should I use a reusable template instead of writing skill documentation from scratch?

You should use a reusable template instead of writing skill documentation from scratch when you need to automate skill bootstrapping and ensure consistent frontmatter and body structure across multiple new skills.