CLI tool for AI-assisted coding with agents and skills
Top 11.4% on sourcepulse
This project provides a CLI tool to augment AI coding agents with advanced skills like web research, code analysis, browser automation, and GitHub integration. It targets developers using AI assistants within IDEs like Cursor, Claude Code, and others, enabling more sophisticated agent teamwork and task execution.
How It Works
vibe-tools acts as a bridge between AI agents and external tools/APIs. It leverages large context window models like Gemini 2.0 for codebase analysis and Perplexity for web search. For browser automation, it integrates with Playwright. The CLI orchestrates these capabilities, allowing agents to execute commands like vibe-tools web
for research or vibe-tools repo
for code understanding, abstracting away the complexities of API calls and tool usage.
Quick Start & Requirements
npm install -g vibe-tools
vibe-tools install
npm install playwright
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
--connect-to
has limitations on wait
commands and video recording.1 day ago
1 day