Vibe Agents

Generates AGENTS.md + agent_docs config bundle from repo templates for AI coding tools

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · be524fc

I fetched the repo tree and the raw SKILL.md (8.2KB, frontmatter with name+description, allowed-tools Read/Write/Glob/Grep/AskUserQuestion). It references /templates/AGENTS.md, MEMORY.md, REVIEW-CHECKLIST.md, agent_docs/*.md (5 files) and tool-adapters/* — I confirmed every one exists in the tree and read templates/AGENTS.md (strong: Protected Areas, How I Should Think, Engineering Constraints, uses [REPLACE]/[CHOOSE] placeholders). grep for curl/wget/base64/eval/token/npx found nothing suspicious; content is pure prompt+templates. Trigger phrasings — SHOULD load: "Create an AGENTS.md for my project", "Set up AI config files for my Next.js app", "Generate agent instructions for Claude Code and Cursor"; should NOT: "Write the actual login feature code for my app" (that's vibe-build), "Research competitors for my SaaS idea" (that's vibe-research) — 5/5 correct. Install docked 1: templates live at repo root, so a bare copy of the skill dir breaks it. Docs docked 1: honest about being Step 4 but understates that standalone install misses the templates.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Vibe Agents does

Generates a full AI-assistant configuration bundle — AGENTS.md, MEMORY.md, REVIEW-CHECKLIST.md, agent_docs/, and per-tool adapters (Claude/Cursor/Antigravity) — by instantiating canonical repo templates. Triggers on "create AGENTS.md", "configure my AI assistant", or "generate agent files". It is Step 4 of a chain and expects a PRD and Tech Design to already exist.

How to install Vibe Agents

Clone/use the whole template repo (the skill at .claude/skills/vibe-agents/ instantiates files from the repo-root /templates/ dir); copying only the skill folder into another project leaves it inert because the templates it reads live outside the skill directory.

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Vibe Agents

  • /vibe-agents Generates AGENTS.md + agent_docs config bundle from repo templates for AI coding tools

It also activates on plain-language prompts like these:

  • Create an AGENTS.md file for this repository
  • Configure my AI assistant for this project
  • Generate agent instruction files for the team

Frequently asked questions

Is the Vibe Agents skill free?
Yes. The skill itself is free from KhazP/vibe-coding-prompt-template. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vibe Agents work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Tested · Works. I fetched the repo tree and the raw SKILL.md (8.2KB, frontmatter with name+description, allowed-tools Read/Write/Glob/Grep/AskUserQuestion). It references /templates/AGENTS.md, MEMORY.md, REVIEW-CHECKLIST.md, agent_docs/*.md (5 files) and tool-adapters/* — I confirmed every one exists in the tree and read templates/AGENTS.md (strong: Protected Areas, How I Should Think, Engineering Constraints, uses [REPLACE]/[CHOOSE] placeholders). grep for curl/wget/base64/eval/token/npx found nothing suspicious; content is pure prompt+templates. Trigger phrasings — SHOULD load: "Create an AGENTS.md for my project", "Set up AI config files for my Next.js app", "Generate agent instructions for Claude Code and Cursor"; should NOT: "Write the actual login feature code for my app" (that's vibe-build), "Research competitors for my SaaS idea" (that's vibe-research) — 5/5 correct. Install docked 1: templates live at repo root, so a bare copy of the skill dir breaks it. Docs docked 1: honest about being Step 4 but understates that standalone install misses the templates.
What is the Vibe Agents SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Vibe Agents?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Vibe Agents with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.