skill-creator-copilot

Draft SKILL.md files with frontmatter, instructions, and test workflows.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Crispy13/copilot-directions --skill skill-creator-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-copilot
Source: https://github.com/Crispy13/copilot-directions/tree/main/.github/skills/skill-creator-copilot
Command: npx skills add https://github.com/Crispy13/copilot-directions --skill skill-creator-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Enables teams to formalize and accelerate the creation and refinement of Copilot skills, guiding users from initial ideas through tested iterations and optimized triggering.

Core Features & Use Cases

  • Draft SKILL.md frontmatter and body based on user interviews and goals.
  • Create a test plan with prompts and run them via runSubagent configured to read the skill before executing tasks.
  • Use the eval-viewer to review results, collect quantitative benchmarks, and iteratively improve the skill description and behavior.

Quick Start

Describe your skill goal and constraints, and I will draft SKILL.md, generate test prompts, and guide iterative evaluation.

Frequently Asked Questions about skill-creator-copilot

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

FAQPage Schema
How do I create a reusable Copilot Skill from a prompt idea?

To create a reusable Copilot Skill, translate your goals and constraints into a SKILL.md file containing required frontmatter and behavioral instructions. This provides a structured blueprint for testing and iterating on the AI's behavior.

What is the best way to evaluate and iterate on Copilot Skill behavior?

Evaluating Copilot Skill behavior requires creating a test plan with specific prompts, executing them via runSubagent, and reviewing the results. Using an eval-viewer helps collect quantitative benchmarks to iteratively improve the skill description.

Do I need to define frontmatter fields when drafting a SKILL.md file?

Yes, drafting a SKILL.md file requires specifying mandatory frontmatter fields like name and description. You can also define optional bundles such as scripts, references, and assets alongside safety constraints to control execution.

How does an AI assistant capture user intent for prompt engineering?

An AI assistant captures user intent for prompt engineering by conducting simulated user interviews to gather goals and constraints. It then translates these insights into actionable instructions and test prompts within a SKILL.md file.

What steps are involved in packaging and validating a Copilot Skill?

Packaging and validating a Copilot Skill involves drafting the SKILL.md instructions, defining safety constraints, running test prompts for evaluation, and reviewing the outputs. This ensures the skill triggers correctly and behaves reliably.