make-skill-template

Scaffold a complete SKILL.md and directory structure for new Agent Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? The Make Skill Template reduces the manual overhead of creating new Agent Skills by generating a complete, correctly formatted SKILL.md file and a ready-to-extend folder structure.

## Core Features & Use Cases

  • Scaffold a new skill directory with a valid SKILL.md frontmatter (name and description) and optional folders for scripts, references, and assets.
  • Duplicate this template to bootstrap consistent skill layouts for teams or projects.
  • Ensure discovered skills are ready for quick activation and future automation.

### Quick Start Copy this template, rename the folder to your skill name (lowercase, hyphens), update SKILL.md with a proper name and description, and add any bundled resources as needed.

Frequently Asked Questions about make-skill-template

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

FAQPage Schema
How do I create a new Agent Skill from a prompt?

To create a new Agent Skill, use a scaffolding template to generate a complete SKILL.md file and a ready-to-extend directory structure. This enforces valid frontmatter with name and description, ensuring the skill is ready for activation and discovery.

What is the required structure for a SKILL.md file?

A valid SKILL.md file requires frontmatter containing both a name and a description. The scaffolding process also sets up an accompanying folder structure with optional directories for scripts, references, and assets.

How do I scaffold a directory structure for agent-skills?

You can scaffold an agent-skills directory by duplicating a template and renaming the folder to your skill name using lowercase with hyphens. This bootstraps consistent layouts with optional folders for scripts, references, and assets.

Do I need any dependencies to generate a skill scaffold?

No dependencies are required to generate a skill scaffold. The process works standalone to create a valid SKILL.md with frontmatter and an extendable directory structure directly from your prompts.

What is the best way to bootstrap consistent skill layouts for a team?

The best way to bootstrap consistent skill layouts is to duplicate a skill template. This ensures every team member generates a correctly formatted SKILL.md and matching directory structure, reducing manual overhead.