Add codegrid skill — multi-agent coding canvas for macOS#421
Merged
Conversation
CodeGrid runs Claude, Codex, Gemini, Cursor, Grok, and shells side by side on an infinite 2D canvas, with a local agent bus that lets panes discover, read, and message each other. The skill bundle includes: - SKILL.md (umbrella) — describes the product, the differentiator (multiple coding agents collaborating on one canvas), install command, quickstarts for inside-pane (MCP tools) and outside-pane (control socket + deep links), and safety defaults. - references/using-codegrid.md — full operating manual: canvas/pane/ workspace/agent model, MCP tools (list_agents, read_pane, message_agent), the control-socket JSON-RPC API, the codegrid:// deep-link scheme, and recipes. - references/codegrid-agent-bus.md — the read → message → read protocol, orchestration patterns (delegate, review, pipeline, fan-out, monitor, debate), etiquette, loop prevention, and worked examples. Homepage: https://codegrid.app Token: $GRID on Base (0x6B456E66524aEC1792013eF9DFE87e3F84311ba3)
3 tasks
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.
Summary
Adds a new
codegrid/skill for CodeGrid — a native macOS canvas where multiple coding agents (Claude, Codex, Gemini, Cursor, Grok, shells) run side by side in panes and collaborate via a local agent bus. The differentiator: multiple coding agents collaborating on one canvas, addressable by stablesession_id, with aread → message → readprotocol built for orchestration.$GRID—0x6B456E66524aEC1792013eF9DFE87e3F84311ba3(token page)What's in the bundle
SKILL.md— umbrella with the differentiator front-loaded, install command, quickstarts for inside a pane (MCP tools:list_agents,read_pane,message_agent) and outside CodeGrid (control-socket JSON-RPC +codegrid://deep links), and safety defaults.references/using-codegrid.md— mental model (canvas / pane / workspace / agent / bus), MCP tools, full control-socket JSON-RPC API (agent_list,agent_read,agent_send,open_folder,new_session,new_workspace,list_sessions), thecodegrid://URL scheme, and an operating playbook with recipes.references/codegrid-agent-bus.md—read → message → readprotocol, orchestration patterns (delegate, review, pipeline, parallel fan-out, monitor, debate), etiquette & scope safety, loop/runaway prevention, failure-mode recovery, and worked end-to-end examples.Install
Example usage
Once installed, an agent running inside a CodeGrid pane can do:
Or from outside CodeGrid (any tool / script):
Test plan
SKILL.mdvalidates with requiredname+descriptionfrontmatterprovider/SKILL.md+ optionalreferences/)Happy to iterate on the umbrella copy or split into sub-skills if the maintainers prefer that layout. Thanks!