This is the development repository for Context Bridge, an Antigravity skill.
ContextBridge/ ← Development project root
├── .agent/ ← Development workflows (not distributed)
│ └── workflows/
│ └── open-airlock.md ← For testing during development
│
├── context-bridge/ ← ★ THE SKILL (distribute this folder)
│ ├── SKILL.md ← Skill definition (required)
│ ├── workflows/ ← User-facing workflows
│ │ └── open-airlock.md ← /open-airlock command
│ ├── tools/
│ │ └── bridge_gui.py ← Main GUI application
│ ├── docs/
│ │ ├── gui_screenshot.png
│ │ ├── en/ ← English documentation
│ │ └── ja/ ← Japanese documentation
│ ├── README.md ← English README
│ ├── README.ja.md ← Japanese README
│ └── LICENSE ← MIT License
│
├── demo/ ← Demo project (block breaker game)
│ ├── index.html
│ ├── style.css
│ └── game.js
│
└── GITHUB_UPLOAD.md ← Development notes
Download the skill: GitHub Releases
Installation:
- Download and extract ZIP
- Copy
context-bridge/folder to~/.agent/skills/ - Restart Antigravity
Documentation: See context-bridge/README.md
- Clone this repository
- The
context-bridge/folder is the actual skill - Test changes by copying to
~/.agent/skills/
context-bridge/- The distributable skill package.agent/- Development-only workflowsdemo/- Test project for the GUI
- Edit files in
context-bridge/ - Test by installing to
~/.agent/skills/ - Commit and push changes
- Create new release when ready
- Update version in
context-bridge/SKILL.md - Commit changes
- Create GitHub release with tag (e.g.,
v1.1.0) - GitHub automatically packages
context-bridge/in the ZIP
MIT License - See context-bridge/LICENSE
- GitHub Repository: https://github.com/JunSuzuki1973/context-bridge-antigravity
- Developer: JUN SUZUKI