Copilot Skill Bridge
Description
VS Code extension that bridges Claude Code marketplace skills into GitHub Copilot — discovers, converts, and imports skills with smart compatibility analysis
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Copilot Skill Bridge
[](https://github.com/sponsors/MarcelRoozekrans)
Bridge Claude Code marketplace skills into GitHub Copilot.
Copilot Skill Bridge discovers skills from local Claude plugin caches and remote GitHub repositories, converts Claude-specific references into Copilot-compatible formats, and writes prompt files that GitHub Copilot can use directly. It also detects skills that rely on Claude-only infrastructure and marks them as incompatible so you only import what actually works.
Features
- Skill Discovery -- Finds skills from your local Claude plugin cache and configurable remote GitHub marketplace repositories. Transitive dependency resolution follows marketplace
dependenciesandsource.urlredirects automatically via BFS with cycle detection. Search GitHub for new marketplaces directly from the command palette. - Progressive Loading -- Local plugins appear immediately in the sidebar. Remote plugins render incrementally as each marketplace completes fetching, with a spinner indicating progress. Parallel API calls within each repo keep load times fast.
- Smart Conversion -- Applies 27 transformation rules to translate Claude-specific tool names, CLI commands, file paths, and conventions into Copilot equivalents. Converts
claude mcp add,claude install, andclaude plugin installcommands. MCP tool references are preserved as-is. - Companion Files -- Skills with additional
.mdfiles alongsideSKILL.md(e.g., visual criteria, code quality rules) are discovered and imported automatically. Cross-references in skill content are rewritten to point to the imported companion files. - Dependency Resolution -- When importing a skill, cross-plugin skill dependencies and MCP server requirements are detected and offered for auto-install. Bulk imports resolve dependencies across all selected sk
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git