convert-to-copilot skillA
convert-to-copilot is agent-read markdown (skill) from endorphin-ai/hasbrains-agent-kit: This skill should be used when converting a Claude Code agent (+ its launch command + its skills) into a single GitHub Copilot agent (.github/agents/*.agent.md) with supporting context files under .copilot_utils/{agent_name}/. Load when someone says 'convert to copilot', 'make copilot agent', 'copilot version of this agent', 'port this agent to copilot', or when /convert-to-copilot is invoked with an agent file path..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Convert Claude Code → GitHub Copilot Agent
Converts a Claude Code agent + command + skills into a `.github/agents/*.agent.md` with supporting
files in a per-agent `.copilot_utils/{agent_name}/` directory.
---
## Canonical Output Structure
```
.github/
└── agents/
└── {agent_name}.agent.md ← single merged file (agent + command)
.copilot_utils/
└── {agent_name}/
├── context/ ← WHAT to use (knowledge, conventions, reference)
│ └── {skill}.md
└── trees/ ← HOW to decide (branching, if/else logic)
└── {skill}.md
```
**External guide:** https://github.com/endorphin-ai/vs-code-copilot-agents/blob/main/COPILOT_AGENTS_GUIDE.md
---
## Three-File Separation Principle
Every file has exactly one role:
| File Type | Location | Contains | Example |
| ----------- | -------------------------------------- | --------------------------------------------- | ------------------------------------------------ |
…Read the whole file at its exact version.
How to install
mdr add endorphin-ai/hasbrains-agent-kit/convert-to-copilot@git:20260923.b8444e7mdr add endorphin-ai/hasbrains-agent-kit/convert-to-copilot@sha256:688b86a895639182Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_phjnb6blkc3nrroe)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (11573 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
endorphin-ai/hasbrains-agent-kit · 8 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_phjnb6blkc3nrroe GET https://markdownregistry.com/api/v1/resolve?ref=endorphin-ai/hasbrains-agent-kit/convert-to-copilot GET https://markdownregistry.com/api/v1/blob/688b86a8956391828e65cd158f343858a5d67b91bb9977dbbb9fc6db7f1fa9ba
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.