make-skill-template

Generate directory structures and SKILL.md frontmatter for new Agent Skills.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill make-skill-template-mattmacleod16-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/mattmacleod16-svg/freedomforge-max/tree/main/.agents/skills/make-skill-template
Command: npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill make-skill-template-mattmacleod16-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use scaffolding workflow for creating new Agent Skills from prompts or by duplicating this template, reducing boilerplate and speeding up development.

Core Features & Use Cases

  • Template-based scaffolding: generate folder structures and SKILL.md frontmatter automatically.
  • Rapid skill creation: clone and customize skills for GitHub Copilot integrations.
  • Bundled resources ready: setup for optional scripts/references/assets folders to be added as needed.

Quick Start

Duplicate this template into a new skill folder, rename it to your skill name (lowercase, hyphenated), and update SKILL.md with a descriptive name and 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 new Agent Skills from a prompt?

To scaffold new Agent Skills, this template automates directory structure generation and SKILL.md frontmatter creation from prompts. It reduces boilerplate by setting up valid frontmatter with name and description fields required for Copilot workflows.

What's the best way to automate GitHub Copilot skill creation?

Automating GitHub Copilot skill creation is best handled by duplicating this template into a new folder, renaming it lowercase with hyphens, and updating SKILL.md. This workflow ensures valid frontmatter compliance while supporting optional scripts and assets.

Do I need to manually set up frontmatter for Agent Skills?

No, you do not need to manually set up frontmatter. The scaffolding process automatically generates valid SKILL.md frontmatter containing the required name and description fields, ensuring immediate compliance with Agent Skill structure standards.

Can I include optional scripts and references when scaffolding Copilot workflows?

Yes, you can include optional scripts, references, and assets when scaffolding Copilot workflows. The generated directory structure supports adding these bundled resources as needed within the skill folder during or after the initial creation.

Does this template-based scaffolding work for duplicating existing skills?

Yes, template-based scaffolding works for duplicating existing skills by copying the template directory into a new skill folder. This enables rapid skill creation and customization for GitHub Copilot integrations without starting from scratch.