agent-skill-creator

Create GitHub Copilot agent skills using frontmatter-driven templates and structured blueprints.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Norman-Norman-Norman/product --skill agent-skill-creator-norman-norman-norman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skill-creator
Source: https://github.com/Norman-Norman-Norman/product/tree/main/.github/skills/agent-skill-creator
Command: npx skills add https://github.com/Norman-Norman-Norman/product --skill agent-skill-creator-norman-norman-norman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured blueprint and frontmatter-driven conventions for authoring high-quality GitHub Copilot agent skills.

Core Features & Use Cases

  • Clear frontmatter-driven naming and metadata
  • Step-by-step SKILL.md guidance and templates
  • Examples for skill templates (e.g., SKILL-TEMPLATE.md)
  • Guidance for writing effective skills and quality checks
  • Use cases: creating new agent skills, improving existing ones, performing skill reviews

Quick Start

To bootstrap a new agent skill, copy the SKILL.md from the example templates into a new .github/skills/<name>/ directory and fill in the frontmatter and body sections as guided.

Frequently Asked Questions about agent-skill-creator

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

FAQPage Schema
How do I create a GitHub Copilot agent skill?

To create a GitHub Copilot agent skill, copy the provided SKILL-TEMPLATE.md into a new .github/skills/<name>/ directory, then fill in the required frontmatter fields (name, description, license) and body sections following the structured blueprint guidelines.

What frontmatter fields are required for GitHub Copilot agent skills?

Required frontmatter fields for GitHub Copilot agent skills are name, description, and license. These explicit metadata fields ensure clear naming, consistent structure, and proper documentation across teams and repositories.

What is the best way to structure a SKILL.md file for consistency?

The best way to structure a SKILL.md file is to use frontmatter-driven conventions with clear sections, explicit metadata fields, and the provided step-by-step templates to ensure consistency and code-quality across agent skills.

Can I use this skill to review and improve existing agent skills?

Yes, you can use this skill to review and improve existing agent skills. It provides quality checks, frontmatter-driven conventions, and design guidelines for evaluating and refining skills across teams and repositories.

Do I need any dependencies to author GitHub Copilot agent skills?

No dependencies are required to author GitHub Copilot agent skills. This skill provides a self-contained structured blueprint and templates that guide you through creating, reviewing, and teaching agent skills without external tools.