Add cowork-to-code-bridge under DevOps & Performance#322
Open
abhinaykrupa wants to merge 1 commit into
Open
Conversation
Claude Code skill + local daemon that lets a sandboxed Cowork session run real-machine tasks (git push, docker build, tests, brew/npm) via async file-based RPC. Per-task permission scoping, model routing, and budget caps. Fits DevOps & Performance alongside the other skill-backed infra entries.
There was a problem hiding this comment.
Pull request overview
Adds a new external entry to the repository’s curated plugin list, expanding the DevOps & Performance section with a Claude Code skill + local execution bridge tool.
Changes:
- Add cowork-to-code-bridge as a new bullet under DevOps & Performance
- Include links to the project repo and its Claude Code skill documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds cowork-to-code-bridge to the DevOps & Performance section.
What it is
A Claude Code skill + local daemon that lets a sandboxed Claude session (Cowork, or any MCP-aware agent) run tasks on the user's real Mac/Linux machine —
git push,docker build, the actual test suite,brew/npm install— things a sandbox can't do.Communication is async file-based RPC over a shared bind-mounted directory: no inbound ports, no HTTPS tunnel. The session queues a task; a local daemon picks it up, runs it through Claude Code with full machine access, and returns the result.
Why it fits
Checklist