convert-prompt-to-skill

Convert GitHub Copilot .prompt.md files into SKILL.md Agent Skill directories.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/PlagueHO/plagueho.os --skill convert-prompt-to-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-prompt-to-skill
Source: https://github.com/PlagueHO/plagueho.os/tree/main/.github/skills/convert-prompt-to-skill
Command: npx skills add https://github.com/PlagueHO/plagueho.os --skill convert-prompt-to-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of converting existing GitHub Copilot prompt files into structured, reusable Agent Skills, enhancing workflow efficiency and knowledge sharing.

Core Features & Use Cases

  • Prompt Evaluation: Assesses the suitability of a prompt for conversion based on defined criteria.
  • Scaffolding: Automatically generates the necessary directory structure and SKILL.md file.
  • Content Transformation: Adapts prompt content, including descriptions and instructions, into the Skill format.
  • Use Case: You have a complex prompt that you use frequently. Convert it into a Skill to make it discoverable by agents and easily shareable across projects.

Quick Start

Use the convert-prompt-to-skill skill to convert the file '.github/prompts/my-prompt.prompt.md' into a new skill.

Frequently Asked Questions about convert-prompt-to-skill

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

FAQPage Schema
How do I convert a GitHub Copilot prompt into a reusable skill?

To convert a Copilot prompt into a skill, this tool evaluates your .prompt.md file, scaffolds the required directory structure, and transforms the content into a conformant SKILL.md file following the agentskills.io specification.

What is the best way to make my frequent Copilot prompts discoverable by agents?

Making Copilot prompts discoverable by agents requires converting them into structured Agent Skills. This process adapts your prompt instructions into a reusable format that is easily shareable across multiple projects.

Does the skill conversion process support bundling scripts and references with my prompt?

Yes, the skill conversion process supports bundling optional assets. It transforms your prompt content into skill instructions while including any necessary scripts, references, and assets within the generated skill directory.

Can I evaluate whether my prompt is suitable for skill conversion before starting?

Yes, you can evaluate prompt suitability before conversion. The tool assesses your existing GitHub Copilot prompt files against defined criteria to determine if they are appropriate for transforming into an Agent Skill.

What directory structure is needed when turning a prompt file into an Agent Skill?

Turning a prompt file into an Agent Skill requires a conformant directory structure. The tool automatically scaffolds this structure and generates the required SKILL.md file based on the agentskills.io specification.