make-skill-template

Generate SKILL.md frontmatter and starter directory structure for new Agent Skills.

3|2|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/ngx-signal-forms/ngx-signal-forms --skill make-skill-template-ngx-signal-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/ngx-signal-forms/ngx-signal-forms/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/ngx-signal-forms/ngx-signal-forms --skill make-skill-template-ngx-signal-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation of new Agent Skills by generating a ready-to-edit SKILL.md frontmatter and a clean folder structure, eliminating repetitive setup work.

Core Features & Use Cases

  • Generate a new skill folder (lowercase, hyphenated name) with SKILL.md frontmatter.
  • Create optional bundled directories (scripts/, references/, assets/) when needed.
  • Provide a repeatable template that can be duplicated to scaffold additional skills.

Quick Start

Create a new skill folder named <skill-name> and run this skill to generate a ready SKILL.md frontmatter and starter structure.

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 frontmatter and directory structure?

To scaffold an Agent Skill, provide a valid name and description to generate a ready-to-edit SKILL.md frontmatter and a starter directory structure, eliminating repetitive manual setup work.

What is the required format for SKILL.md frontmatter when generating a skill template?

SKILL.md frontmatter requires a valid skill name, description, and frontmatter format to ensure folder naming conventions are met and optional resources are properly structured for automation.

Can I include bundled directories like scripts and references when creating a skill?

Yes, you can create optional bundled directories for scripts, references, and assets when generating a new skill folder to support specialized capabilities and bundled resources.

How do I duplicate an existing Agent Skill to create a new template?

You can duplicate an Agent Skill by running this generator to produce a standardized template with a clean folder structure, providing a repeatable foundation for scaffolding additional skills.

What naming conventions are required for generating a new skill folder?

Generating a new skill folder requires a lowercase, hyphenated name to ensure valid folder naming conventions and proper automation when producing the standardized SKILL.md template.