Vibe Agents Config Generator
Reads your PRD and Tech Design, then generates AGENTS.md, MEMORY.md, agent_docs/ and per-tool AI config files.
Dev & CodingIntermediate★ 3,103⑂ 385AI score 9/10Last updated: Sep 10, 2026
What it does
- Loads
docs/PRD-*.mdanddocs/TechDesign-*.mdand turns them into the instruction files AI coding agents need. - Instantiates the repo's canonical templates (AGENTS.md, MEMORY.md, REVIEW-CHECKLIST.md, five
agent_docs/files) and fills every[REPLACE: ...]/[CHOOSE: ...]placeholder. - Asks which AI tools you use (Claude Code, Cursor, Antigravity, Codex, Copilot, Gemini CLI) and your technical level, then writes thin adapters:
CLAUDE.md,.cursor/rules/vibe.mdc,.agent/rules/vibe.md. - Adds session-continuity hints so a fresh chat can pick up where you left off.
Who it's for
- Teams or solo builders juggling multiple AI coding tools who want one source of truth (AGENTS.md).
- Anyone who already has a PRD and tech design and needs machine-readable build instructions.
- Both non-coders ("vibe-coders") and developers — the generated constraints adapt to your stated level.
Examples
- Say "create AGENTS.md" → PRD must-haves land in Roadmap Phase 2, success metrics in
agent_docs/product_requirements.md. - Pick Cursor + Claude Code → you get both
CLAUDE.mdand.cursor/rules/vibe.mdc, plus a nudge to delete a legacy.cursorrules. - Libraries, versions and setup commands from the Tech Design are consolidated into
agent_docs/tech_stack.md, test tooling intoagent_docs/testing.md.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/KhazP/vibe-coding-prompt-template/HEAD/.claude/skills/vibe-agents/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 repo:
git clone https://github.com/KhazP/vibe-coding-prompt-template.git - Copy the skill:
mkdir -p ~/.claude/skills && cp -r vibe-coding-prompt-template/.claude/skills/vibe-agents ~/.claude/skills/ - Important: the skill reads the repo's
templates/folder. Either use the repo as your project starter or copytemplates/into your project root. - Make sure your project has
docs/PRD-*.mdanddocs/TechDesign-*.md(run the earlier workflow skills first if not). - Restart Claude Code and say "create AGENTS.md" or "configure my AI assistant" to trigger it.
View source on GitHub ↗License: MIT