Home / endorphin-ai / hasbrains-agent-kit · agent-engineering/skills/convert-to-copilot/SKILL.md · GitHub

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

Latest version
mdr add endorphin-ai/hasbrains-agent-kit/convert-to-copilot@git:20260923.b8444e7
Exact content
mdr add endorphin-ai/hasbrains-agent-kit/convert-to-copilot@sha256:688b86a895639182

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_phjnb6blkc3nrroe.svg)](https://markdownregistry.com/a/art_phjnb6blkc3nrroe)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.b8444e7 latest2026-09-23 b8444e7 11,573 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from endorphin-ai/hasbrains-agent-kit

docs-project-management skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/docs-project-management/SKILL.md · Universal, project-agnostic playbook for managing an ENTIRE project inside the repo's docs/ folder — the docs/-native…
git:20260731.4cba6d1 · audit A · 8 stars
four-principles skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/four-principles/SKILL.md · Four always-on engineering principles for ALL work before, during, and after coding — Think Before Coding (surface…
git:20260731.4cba6d1 · audit A · 8 stars
pm skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/pm/SKILL.md · Universal, project-agnostic PRODUCT MANAGER playbook — the scope-disciplined PM that plans a project, gates its launch…
git:20260731.4cba6d1 · audit A · 8 stars
system-architecture skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/system-architecture/SKILL.md · Use when designing a system, choosing an architecture pattern, making a technology decision, or doing…
git:20260731.4cba6d1 · audit A · 8 stars
test-driven-development skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/test-driven-development/SKILL.md · Use when implementing any feature or bugfix, in any language or framework, before writing implementation code — write…
git:20260731.4cba6d1 · audit A · 8 stars
verification-before-completion skill
endorphin-ai/hasbrains-agent-kit · agent-engineering/skills/verification-before-completion/SKILL.md · Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running…
git:20260731.4cba6d1 · audit A · 8 stars
soc-media-writer skill
endorphin-ai/hasbrains-agent-kit · content-creation/skills/soc-media-writer/SKILL.md · Write high-performing social media content engineered around named copywriting frameworks, scroll-stopping hooks, and…
git:20260731.4cba6d1 · audit A · 8 stars
build-brain skill
endorphin-ai/hasbrains-agent-kit · context-engineering/skills/build-brain/SKILL.md · Turn a skill or raw data into an AI-optimized "second brain" skill — a lean SKILL.md map backed by atomized, tagged…
git:20260731.4cba6d1 · audit A · 8 stars
pipeline-state skill
endorphin-ai/hasbrains-agent-kit · context-engineering/skills/pipeline-state/SKILL.md · Durable, file-backed pipeline handoff BUS for a whole multi-agent run (the orchestrator + every worker agent). Persists…
git:20260731.4cba6d1 · audit A · 8 stars
prompt-expert skill
endorphin-ai/hasbrains-agent-kit · context-engineering/skills/prompt-expert/SKILL.md · Expert prompt engineer that interviews users and builds high-quality prompts for any AI (Claude, Gemini, Copilot…
git:20260731.4cba6d1 · audit A · 8 stars
designer-frontend-contract skill
endorphin-ai/hasbrains-agent-kit · web-dev/skills/designer-frontend-contract/SKILL.md · The universal, tech-agnostic DESIGNER ↔ FRONTEND contract — how the web designer and the frontend dev help each other…
git:20260731.4cba6d1 · audit A · 8 stars
ux-expert skill
endorphin-ai/hasbrains-agent-kit · web-dev/skills/ux-expert/SKILL.md · Use for UX RESEARCH, DEFINITION and EVALUATION work — the reasoning that comes BEFORE a wireframe and the critique that…
git:20260731.4cba6d1 · audit A · 8 stars

Every file in endorphin-ai/hasbrains-agent-kit

Browse by kind, by grade A, or by owner.