Skip to content

Add cowork-to-code-bridge under DevOps & Performance#322

Open
abhinaykrupa wants to merge 1 commit into
composio-community:masterfrom
abhinaykrupa:add-cowork-to-code-bridge
Open

Add cowork-to-code-bridge under DevOps & Performance#322
abhinaykrupa wants to merge 1 commit into
composio-community:masterfrom
abhinaykrupa:add-cowork-to-code-bridge

Conversation

@abhinaykrupa

Copy link
Copy Markdown

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

  • Ships a Claude Code skill (drop-in), same as the other skill-backed entries in this section (e.g. Manifest).
  • Squarely DevOps/infra: the whole point is running build/test/deploy commands on real hardware.
  • Local-first and self-hosted, MIT-licensed, actively maintained, 275+ tests.

Checklist

  • Addresses a real use case (sandbox → real-machine execution gap)
  • Doesn't duplicate existing functionality (no bridge/local-execution entry exists)
  • Link points to a valid, active, tested project

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.
Copilot AI review requested due to automatic review settings July 1, 2026 04:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants