vibehq-hub
Coordinate multiple coding agents without conflicts or failures
All Skills in This Repository (3)
Pure Emerald Level Indicatorsbenchmark-loop
Automate iterative benchmarking of AI agents with state tracking and process management.
optimize-protocol
Analyze run data and implement code fixes for VibeHQ multi-agent coordination failures.
run-teamwork
Orchestrate a team of AI agents to build a project from a natural language prompt.
Frequently Asked Questions
FAQPage SchemaHow to install VibeHQ?โผ
Run `npx skills add 0x0funky/vibehq-hub --all -g -y` in your terminal to install all skills in this suite globally.
How to run multiple coding agents on one project?โผ
Use the /run-teamwork skill with a project description, and it designs the team, spawns the agents, and manages them until the build is complete.
How does VibeHQ stop agents from breaking each other's code?โผ
It enforces signed API contracts, a structured task lifecycle, and hub-side validation that rejects stub files and premature task execution.
Does VibeHQ work with Claude Code and Codex?โผ
Yes. It supports Claude Code, Codex CLI, and Gemini CLI, and its skills follow the cross-platform SKILL.md standard.
Can VibeHQ improve itself automatically?โผ
Yes. The /benchmark-loop and /optimize-protocol skills analyze session logs, find coordination failures, and write real code fixes without human input.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core