Vibe Agents — AI Config File Generator
Turns your PRD and Tech Design docs into a complete AGENTS.md, MEMORY.md and per-tool AI configuration set.
Dev & CodingIntermediate★ 2,826⑂ 358AI score 7/10Last updated: Jul 18, 2026
What it does
Step 4 of the vibe-coding workflow. The skill reads docs/PRD-*.md and docs/TechDesign-*.md and instantiates the repo's canonical templates into a full instruction layer for AI coding agents:
AGENTS.md— master plan (overview, stack, setup commands, roadmap, what NOT to do)MEMORY.md— cross-session memory with the active phase and goalREVIEW-CHECKLIST.md— definition of doneagent_docs/— five detail files: tech stack, code patterns, project brief, product requirements, testing- Thin tool adapters:
CLAUDE.md,.cursor/rules/vibe.mdc,.agent/rules/vibe.md(Codex reads AGENTS.md natively)
It fills every [REPLACE: ...] and resolves every [CHOOSE: A | B] placeholder, and tunes tone and engineering constraints to your stated skill level (vibe-coder / developer / in-between).
Who it's for
- Developers juggling Claude Code, Cursor, Codex or Antigravity who want one shared rulebook
- Anyone tired of hand-writing AGENTS.md at the start of every project
- Teams that already have a PRD and tech design and want to jump straight to building
Examples
- New MVP bootstrap: say "create AGENTS.md" and the PRD's must-have features land in Roadmap Phase 2 while the Tech Design's stack and commands fill the Setup section.
- Multi-tool setup: generate both
CLAUDE.mdand.cursor/rules/vibe.mdcas three-line pointers so the rules never drift between IDEs. - Team documentation:
agent_docs/tech_stack.mdandcode_patterns.mdcapture library versions, architecture pattern and file-naming conventions so humans and agents read the same source.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .claude/skills/vibe-agents folder from the GitHub repo KhazP/vibe-coding-prompt-template into my ~/.claude/skills/vibe-agents/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/KhazP/vibe-coding-prompt-template.git && mkdir -p ~/.claude/skills && cp -r vibe-coding-prompt-template/.claude/skills/vibe-agents ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the full repository (the skill relies on its
/templatesfolder):git clone https://github.com/KhazP/vibe-coding-prompt-template.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r vibe-coding-prompt-template/.claude/skills/vibe-agents ~/.claude/skills/ - Copy the repo's
templates/folder into your own project, or start your project from the cloned repo. - Make sure your project already contains
docs/PRD-*.mdanddocs/TechDesign-*.md; if not, run the earlier workflow skills first. - Restart Claude Code and ask "create AGENTS.md" or "configure my AI assistant" to trigger the skill.
View source on GitHub ↗License: MIT