migrating-prompts-to-skills

Convert legacy .prompt.md and .instructions.md files into standardized SKILL.md files.

192|32|Updated May 20, 2025
One-click install
npx skills add https://github.com/SebastienDegodez/copilot-instructions --skill migrating-prompts-to-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrating-prompts-to-skills
Source: https://github.com/SebastienDegodez/copilot-instructions/tree/main/skills/migrating-prompts-to-skills
Command: npx skills add https://github.com/SebastienDegodez/copilot-instructions --skill migrating-prompts-to-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrating existing .prompt.md or .instructions.md into reusable SKILL.md formats to improve discoverability, governance, and long-term maintenance.

Core Features & Use Cases

  • Maps legacy prompt content into a standards-based SKILL.md structure (frontmatter + body).
  • Defines RED/GREEN/REFACTOR migration rules: what to KEEP, REWRITE, or DELETE.
  • Enforces explicit environment documentation, testing, and scoping to reduce drift and maintenance.
  • Keeps each SKILL autonomous by avoiding cross-links to other SKILLs.

Quick Start

Provide your existing .prompt.md content and apply the RED phase rules to generate a compliant SKILL.md.

Frequently Asked Questions about migrating-prompts-to-skills

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

FAQPage Schema
How do I migrate existing prompt documentation into standardized SKILL.md files?

To migrate prompt documentation, apply RED, GREEN, and REFACTOR phases to map legacy .prompt.md content into a standards-based SKILL.md format with proper frontmatter, scoping, and explicit environment testing.

What are the RED, GREEN, and REFACTOR rules for converting prompts to skills?

The RED, GREEN, and REFACTOR migration rules define what legacy prompt content to KEEP, REWRITE, or DELETE, ensuring the resulting SKILL.md enforces explicit environment documentation, testing, and scoping to reduce drift.

When do I need to convert .prompt.md files into a SKILL.md format?

You need to convert .prompt.md files into a SKILL.md format when you want to improve the discoverability, governance, and long-term maintenance of your existing prompt documentation across multiple domains.

Does migrating to a SKILL.md format require documenting dependencies and components?

Yes, migrating to a SKILL.md format requires documenting dependencies, components, and safety checks, while keeping each skill autonomous by avoiding cross-links to other skills within the structure.

What is the best way to structure frontmatter when migrating prompt files?

The best way to structure frontmatter is by applying RED phase rules to your legacy prompt content, generating a compliant SKILL.md that maps existing instructions into a standards-based structure with explicit scoping.

Why should I avoid cross-linking other SKILLs during prompt migration?

You should avoid cross-linking other SKILLs during prompt migration to keep each SKILL autonomous, which reduces drift and ensures long-term maintenance without hidden dependencies across different domains.