fit-skill-to-copilot

Translate Claude-authored skills into Copilot-compatible equivalents with a translation map.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill helps teams convert Claude-authored Skill.md documents into Copilot-compatible Skill units, preserving observable behavior while translating surfaces to Copilot terms.

Core Features & Use Cases

  • Translates tool names, memory paths, and subagent invocations from Claude to Copilot equivalents.
  • Retains workflow structure, anti-patterns, and evaluation logic with adapted prompts.
  • Generates a Copilot-ready folder containing translated SKILL.md and an adaptation notes file for traceability.

Quick Start

Provide the path to the Claude skill folder or SKILL.md and specify the destination for the Copilot-adapted skill.

Frequently Asked Questions about fit-skill-to-copilot

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

FAQPage Schema
How do I convert a Claude skill to Copilot format without changing its behavior?

To convert a Claude skill to Copilot format, translate tool names, subagent invocations, and memory paths to Copilot equivalents while preserving the original workflow structure and evaluation logic. This generates a Copilot-ready folder with an adapted SKILL.md and adaptation notes for traceability.

What is skill translation when porting Claude surfaces to Copilot terms?

Skill translation is the process of rewriting Claude-specific scripts, prompts, and interactive questions into Copilot terminology. It provides a translation map to ensure the adapted skill retains observable behavior and workflow structure without altering the skill's core function.

Can I adapt Claude subagent invocations and memory paths for Copilot?

Yes, you can adapt Claude subagent invocations and memory paths for Copilot. The translation process maps these Claude-specific surfaces to Copilot-compatible equivalents, ensuring the ported skill functions correctly within the Copilot environment while maintaining its original evaluation workflows.

How do I port Claude evaluation workflows to a Copilot-compatible skill?

Porting Claude evaluation workflows involves applying a translation map to rewrite prompts and scripts into Copilot terminology. The process retains the original anti-patterns and evaluation logic, outputting a Copilot-ready skill folder containing the translated SKILL.md and an adaptation notes file.

Does converting a Claude skill to Copilot require rewriting interactive questions?

Yes, converting a Claude skill to Copilot requires rewriting interactive questions to match Copilot terms. This adaptation is part of translating Claude surfaces, ensuring the Copilot-ready skill preserves the original observable behavior and interactive workflow structure.