Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & CodingIntermediate3,103385AI score 9/10Last updated: Sep 10, 2026

What it does

  • Loads docs/PRD-*.md and docs/TechDesign-*.md and 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

  1. Say "create AGENTS.md" → PRD must-haves land in Roadmap Phase 2, success metrics in agent_docs/product_requirements.md.
  2. Pick Cursor + Claude Code → you get both CLAUDE.md and .cursor/rules/vibe.mdc, plus a nudge to delete a legacy .cursorrules.
  3. Libraries, versions and setup commands from the Tech Design are consolidated into agent_docs/tech_stack.md, test tooling into agent_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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/KhazP/vibe-coding-prompt-template.git
  3. Copy the skill: mkdir -p ~/.claude/skills && cp -r vibe-coding-prompt-template/.claude/skills/vibe-agents ~/.claude/skills/
  4. Important: the skill reads the repo's templates/ folder. Either use the repo as your project starter or copy templates/ into your project root.
  5. Make sure your project has docs/PRD-*.md and docs/TechDesign-*.md (run the earlier workflow skills first if not).
  6. Restart Claude Code and say "create AGENTS.md" or "configure my AI assistant" to trigger it.