by jcanizalez
VibeGrid - Your personal space for coding with AI agents
# Add to your Claude Code skills
git clone https://github.com/jcanizalez/vibegridVibeGrid is your personal space for coding with AI agents. How you work is up to you.
Like vibecoding interactively? Open multiple terminals and pair with several agents at once — Claude on one task, Copilot on another, Codex on a third. Every agent runs in its own PTY with full native output. No wrappers, no API keys, no reimplementation.
Prefer to stay hands-off? Define your tasks and workflows, then let agents work headlessly in the background. Set up a workflow that automatically reviews code when a task moves to "in review", spins up another agent to generate documentation, runs your test suite after every implementation.
Chain agents together. A workflow can launch an agent to implement a feature, then trigger a second agent to review the diff, then run a script to deploy, all on a schedule or triggered by task status changes. Everything happens on your machine, orchestrated by you.
MCP-powered. Agents can read and write tasks, trigger workflows, and query project state through the built-in MCP server, no extra configuration needed.
Early stages. VibeGrid is in alpha. The focus right now is stabilizing the core and expanding from there. On the roadmap: SSH remote sessions, shared workspaces for team collaboration, connectors to pull tasks from GitHub Issues, Linear, Jira and more, and a companion web/mobile app so you can monitor your workflows and connect remotely while away from your computer.
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/jcanizalez/vibegrid/main/install.sh | sh
Windows (PowerShell):
No comments yet. Be the first to share your thoughts!