make-skill-template

Generate Agent Skills for GitHub Copilot with SKILL.md files and directory structures.

1|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/laceto/rss_feed --skill make-skill-template-laceto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/laceto/rss_feed/tree/main/.claude/skills/make_skill_template
Command: npx skills add https://github.com/laceto/rss_feed --skill make-skill-template-laceto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Skills by providing a template and clear instructions, ensuring proper structure and discoverability for your AI capabilities.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Specification Guidance: Provides clear documentation on the Agent Skills format, including frontmatter requirements and best practices.
  • Use Case: When a user asks to "create a new skill" or "build a custom AI capability," use this skill to guide them through the process and generate the initial files.

Quick Start

Use the make-skill-template skill to create a new skill named 'my-new-skill'.

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 for GitHub Copilot?

To create an Agent Skill, you need to generate a directory structure with a SKILL.md file containing YAML frontmatter. This template scaffolds the required files and guides you through defining specialized AI capabilities.

What is the required structure for an Agent Skill?

An Agent Skill requires a specific directory structure and a SKILL.md file with YAML frontmatter. This format ensures proper documentation and discoverability for your custom AI capabilities within the platform.

How do I scaffold a custom AI capability with bundled resources?

Scaffolding a custom AI capability involves generating a SKILL.md file and defining a directory structure that optionally includes scripts, references, and assets. This skill provides the template to automate that setup process.

Can I include scripts and references when generating a skill template?

Yes, generating a skill template supports bundling optional resources like scripts, references, and assets. You define these components within the generated directory structure alongside the main SKILL.md file.

Do I need any dependencies to build a custom Agent Skill?

No dependencies are required to build a custom Agent Skill using this template. It provides the specification guidance and scaffolding instructions needed to create the SKILL.md file and directory structure independently.

What's the best way to document frontmatter requirements for new agent skills?

The best way to document frontmatter requirements is by following the Agent Skills format specification provided in the template. It ensures your SKILL.md file includes the correct YAML metadata for proper skill discoverability.