Skip to main content
Back to registry

make-skill-template

github/awesome-copilot

A meta-skill for creating new Agent Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Agent Skills specification.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill make-skill-template
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
A meta-skill for creating new Agent Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Agent Skills specification. Create a new folder with a lowercase, hyphenated name: Every skill requires YAML frontmatter with name and description : CRITICAL : The description is the PRIMARY mechanism for automatic skill discovery. Include: Good example: Poor example: After the frontmatter, add markdown instructions. Recommended sections: - User asks to "create a skill", "make a new skill", or "scaffold a skill" - User wants to add a specialized capability to their GitHub Copilot setup - User needs help structuring a skill with bundled resources - User wants to duplicate this template as a starting point - Understanding of what the skill should accomplish - A clear, keyword-rich description of capabilities and triggers - Knowledge of any bundled resources needed (scripts, references, assets, templates) - WHAT the skill does (capabilities) - WHEN to use it (triggers, scenarios, file types) - Keywords users might mention in prompts - Copy the make-skill-template/ folder - Rename to your skill name (lowercase, hyphens) - Update SKILL.md : - Change name: to match folder name - Write a keyword-rich description: - Replace body content with your instructions - Add bundled resources as needed - Validate with npm run...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does make-skill-template do?

A meta-skill for creating new Agent Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Agent Skills specification.

Is make-skill-template good?

make-skill-template does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does make-skill-template work with?

make-skill-template currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to make-skill-template?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install make-skill-template?

npx skills add https://github.com/github/awesome-copilot --skill make-skill-template

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering