Install any skill in seconds. Free to start, no credit card required.
Get Started Free →A meta-skill that converts Agent Zero skills, agents, and prompts into GitHub Copilot compatible formats. Use when: exporting skills for Copilot use, creating Copilot custom agents from Agent Zero, converting prompts between systems, generating MCP server configurations. This skill enables interoperability between Agent Zero and GitHub Copilot.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 39% | 0% |
This meta-skill converts Agent Zero artifacts (skills, agents, prompts) into GitHub Copilot compatible formats. It ensures seamless interoperability between the Agent Zero framework and GitHub Copilot by generating proper configuration files, agent profiles, and instruction documents.
Activate this skill when:
.agent.md custom agent profileallowed-tools to Copilot tool aliasesAGENTS.md following the open standardThe skill generates the following files in the .github/{skillname}/ directory:
| File | Description | |------|-------------| | {skill-name}.agent.md | Custom agent profile with YAML frontmatter | | AGENTS.md | Build/test/conventions (only if sections exist in source) | | SKILL.md | Copy of the original skill file | | mcp-servers.json | MCP configuration for tools requiring external servers |
SKILL.md filebash ls -la /path/to/skill/SKILL.md
| Agent Zero Tool | Copilot Alias | Requires MCP? | |-----------------|---------------|---------------| | code_execution_tool | execute | No | | document_query | read | No | | search_engine | web | No | | browser_agent | N/A | Yes (Puppeteer MCP) | | memory_save | N/A | Yes (Memory MCP) | | memory_load | N/A | Yes (Memory MCP) | | call_subordinate | agent | No |
.github/{skillname}/ directory structure:bash mkdir -p /path/to/export/.github
.agent.md):yaml --- name: {skill-name} description: {description from SKILL.md} tools: {mapped-tools}] mcp-servers: {server-config-if-needed} ---
{agent-prompt-from-skill-content}
mcp-servers.json for tools needing MCPread, edit, execute, search)execute - Run terminal commandsread - Read file contentsedit - Edit/apply changes to filessearch - Search files or textagent - Invoke another custom agentweb - Fetch URL content or search web{mcp-server-name}/{tool-name}{mcp-server-name}/* (all tools from server).github/{skillname}/ directorydocument_query to read source files before conversioncode_execution_tool to write generated filesSkill Version: 1.0 | Author: Agent Zero | Based on agentskills.io specification Converts: SKILL.md → GitHub Copilot formats
Other measured skills in the registry, with their headline benchmark lift.