Engineering
vibe-agents avatar

vibe-agents

Generate AGENTS.md and AI configuration files (Cursor, Claude, Gemini, Copilot) for your project to streamline your vibe-coding workflow and maintain context across sessions.

Introduction

The vibe-agents skill serves as the orchestrator for Step 4 of the vibe-coding workflow, acting as the bridge between technical design and actual implementation. It automates the creation of a standardized project documentation structure that ensures AI assistants—such as Cursor, Claude Code, Gemini, and GitHub Copilot—remain perfectly aligned with your PRD and Tech Design.

By generating a comprehensive AGENTS.md master plan and a suite of supporting configuration files within an agent_docs/ directory, this tool allows for 'progressive disclosure' of project context. It helps you manage complex MVP builds by providing agents with persistent project rules, code patterns, and step-by-step roadmaps, significantly reducing the likelihood of AI hallucination or context loss between coding sessions.

  • Automatically generates AGENTS.md master plans with built-in Roadmap, 'What NOT To Do' constraints, and Plan-Execute-Verify cycles.

  • Creates project-specific configurations for major AI tools including .cursor/rules, CLAUDE.md, GEMINI.md, and .github/copilot-instructions.md.

  • Produces structured documentation in agent_docs/ covering tech stacks, project briefs, and testing strategies derived from your prior PRD and Tech Design files.

  • Ensures session continuity by requiring PRD and Tech Design prerequisites before execution.

  • Implements a naming policy that defaults to model families for better long-term maintainability.

  • To use, ensure your project contains valid docs/PRD-.md and docs/TechDesign-.md files.

  • Run the skill when you are ready to configure your agent's 'brain' before starting the build phase.

  • If you choose a specific IDE or tool (e.g., Cursor or Claude Code), the skill will tailor the generated instruction files to that tool's native rule-set architecture.

  • Regularly update the generated AGENTS.md file as you move through project phases to keep your AI assistant's context synchronized with the latest project progress.

Repository Stats

Stars
2,324
Forks
293
Open Issues
1
Language
Not provided
Default Branch
main
Sync Status
Idle
Last Synced
Apr 30, 2026, 11:26 AM
View on GitHub