make-skill-template

Generates a new Agent Skill directory with a SKILL.md file for GitHub Copilot.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/danielshue/obsidian-vault-copilot --skill make-skill-template-danielshue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/danielshue/obsidian-vault-copilot/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/danielshue/obsidian-vault-copilot --skill make-skill-template-danielshue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Skills for GitHub Copilot, ensuring proper structure and discoverability for custom AI capabilities.

Core Features & Use Cases

  • Skill Scaffolding: Generates a new skill directory with a SKILL.md file and optional resource folders.
  • Template Duplication: Provides a ready-to-use template for building specialized AI workflows.
  • Use Case: When a user asks to "create a new skill" or "build a custom AI tool," use this skill to quickly set up the necessary files and structure.

Quick Start

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

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 a new Agent Skill for GitHub Copilot, use this scaffolding tool to generate a directory structure and a `SKILL.md` file from your prompts, ensuring proper discoverability and structure for custom AI capabilities.

What is the required structure for a custom AI skill directory?

A custom AI skill directory requires a `SKILL.md` file for specification adherence and can include bundled resources like scripts, references, and assets to facilitate specialized AI workflows.

Can I duplicate a template to build specialized AI workflows?

Yes, you can duplicate a ready-to-use template to build specialized AI workflows, providing a quick way to set up the necessary files and directory structure for your new feature.

What resources can I bundle when scaffolding AI development skills?

When scaffolding AI development skills, you can bundle optional resource folders containing scripts, references, and assets alongside the generated `SKILL.md` file to support the new AI capability.

Do I need to follow a specific specification for Copilot skill discoverability?

Yes, you must adhere to the Agent Skills specification for discoverability and functionality, ensuring GitHub Copilot can properly locate and execute your custom AI tools.