make-skill-template

Generate SKILL.md frontmatter and folder structure for new Agent Skills.

2|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/forgivesam168/ai-dev-workflow --skill make-skill-template-forgivesam168
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/forgivesam168/ai-dev-workflow/tree/main/skills/make-skill-template
Command: npx skills add https://github.com/forgivesam168/ai-dev-workflow --skill make-skill-template-forgivesam168

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a reusable scaffold for new Agent Skills by generating SKILL.md frontmatter, a proper directory structure, and optional resources, enabling teams to bootstrap consistent skills quickly.

Core Features & Use Cases

  • Template-based Skill creation: Generate a complete skill folder with SKILL.md frontmatter and optional directories for scripts, references, and assets.
  • Rapid duplication & customization: Copy this template to bootstrap new skills with a consistent standard and naming.
  • Use Case: When a team needs a new capability, such as a data pipeline or automation skill, create a ready-to-customize skeleton in minutes.

Quick Start

Copy this folder, rename it to your skill name (lowercase, hyphenated), and edit SKILL.md to define the name and description. Add any bundled resources as needed and validate with your workflow.

Frequently Asked Questions about make-skill-template

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

FAQPage Schema
How do I scaffold a new Agent Skill with SKILL.md frontmatter and directory structure?

To scaffold a new Agent Skill, copy this template folder, rename it using lowercase hyphenated naming, and edit the SKILL.md file to define your frontmatter fields like name and description. Add optional directories for scripts, references, and assets as needed.

What is the best way to bootstrap specialized capabilities with bundled resources?

Bootstrapping specialized capabilities involves duplicating a reusable template to generate a complete skill folder. This creates a consistent skeleton with SKILL.md frontmatter and optional bundled resources like scripts or assets, ready for customization in minutes.

Can I use a skill template to automate creation of multiple automation or data pipeline skills?

Yes, you can use a skill template to automate rapid duplication. By copying the scaffold, teams can quickly generate multiple consistent skills for data pipelines or automation, ensuring standard naming and directory structure across projects.

What frontmatter fields do I need to define when creating a SKILL.md file for discovery?

When creating a SKILL.md file, you must define frontmatter fields like name and description to establish the skill's discovery metadata. These fields ensure the skill can be properly identified and validated within your workflow.

Are there limitations to using a basic scaffold for Agent Skill creation?

The basic scaffold enforces required frontmatter fields and generates a standard directory structure, but it remains a starting skeleton. Complex specialized capabilities require manual customization of the generated folders and bundled resources after the initial creation.