Add cowork-to-code-bridge to Development and Testing#747
Closed
abhinaykrupa wants to merge 1 commit into
Closed
Conversation
Local-first async bridge that lets a sandboxed agent run work on the user's real macOS/Linux machine (git push, docker, real test suite, machine health) with no inbound ports or HTTPS tunnel.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Community Skill entry in the README to include cowork-to-code-bridge under the “Development and Testing” section, linking directly to its SKILL.md.
Changes:
- Add
abhinaykrupa/cowork-to-code-bridgeto the Community Skills → Development and Testing list - Link directly to the upstream
SKILL.mdfor the skill
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **[dembrandt/dembrandt-skills](https://github.com/dembrandt/dembrandt-skills)** - UX and design system skills: hierarchy, typography, accessibility, interactions | ||
| - **[GanyuanRan/Aegis](https://github.com/GanyuanRan/Aegis)** - Evidence-driven method pack for AI coding agents | ||
| - **[baskduf/codex-fable5](https://github.com/baskduf/FableCodex/tree/main/plugins/codex-fable5/skills/codex-fable5)** - Evidence-based workflow gates for Codex | ||
| - **[abhinaykrupa/cowork-to-code-bridge](https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/skill/cowork-to-code-bridge/SKILL.md)** - Let a sandboxed agent run work on your real macOS/Linux machine: local-first async file-based bridge for git push, docker, running the actual test suite, and machine health — no inbound ports or HTTPS tunnel |
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.
Adds cowork-to-code-bridge under Community Skills → Development and Testing.
It ships a real
SKILL.md(path) that gives a sandboxed coding agent the ability to run work on the user's actual macOS/Linux machine —git push,docker build, running the real test suite, checking machine health — through a local-first async file-based bridge. No inbound ports, no HTTPS tunnel, no cloud middleman.Fits the same infra/automation niche as the existing git/CI/orchestration skills in that section. Thanks for maintaining the list!