make-skill-template

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

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Luscii/terraform-fluentbit-luscii-presets --skill make-skill-template-luscii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/Luscii/terraform-fluentbit-luscii-presets/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/Luscii/terraform-fluentbit-luscii-presets --skill make-skill-template-luscii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a meta-tool to scaffold new Agent Skills by generating a ready-to-use SKILL.md frontmatter, initial folder structure, and optional resource folders, reducing repetitive setup for AI-powered capabilities.

Core Features & Use Cases

  • Frontmatter scaffolding: produces a valid YAML frontmatter with name and description.
  • Directory scaffolding: creates the skill folder and optional scripts/, references/, assets/ directories.
  • Reuse and dissemination: enables teams to clone templates for consistent Skill units across projects.

Quick Start

Ask for a new skill by name and description to generate SKILL.md and a starter directory structure. Example: scaffold a skill named make-skill-template with a concise description.

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 an Agent Skill from a prompt?

To scaffold an Agent Skill, you provide a name and description, and the generator creates a SKILL.md file with valid YAML frontmatter alongside a starter directory layout.

What is included in the generated skill template directory structure?

The generated skill template includes a SKILL.md file with YAML frontmatter and optional resource folders such as scripts, references, and assets for organizing bundled capabilities.

Do I need any dependencies to create a skill with valid frontmatter?

No external dependencies are required to create a skill. The scaffolding process independently generates the YAML frontmatter and validation-ready folder structure.

Can I generate optional resource folders like scripts and assets for a skill?

Yes, you can generate optional resource folders including scripts, references, and assets to organize bundled resources when scaffolding specialized AI capabilities.

What is the best way to create reusable skill templates across projects?

The best way to create reusable skill templates is to scaffold a base skill with frontmatter and directory structure, then clone it across projects for consistent AI capabilities.