Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

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 & CodingIntermediate2,826358AI 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 goal
  • REVIEW-CHECKLIST.md — definition of done
  • agent_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

  1. 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.
  2. Multi-tool setup: generate both CLAUDE.md and .cursor/rules/vibe.mdc as three-line pointers so the rules never drift between IDEs.
  3. Team documentation: agent_docs/tech_stack.md and code_patterns.md capture 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)
  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 full repository (the skill relies on its /templates folder): git clone https://github.com/KhazP/vibe-coding-prompt-template.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r vibe-coding-prompt-template/.claude/skills/vibe-agents ~/.claude/skills/
  5. Copy the repo's templates/ folder into your own project, or start your project from the cloned repo.
  6. Make sure your project already contains docs/PRD-*.md and docs/TechDesign-*.md; if not, run the earlier workflow skills first.
  7. Restart Claude Code and ask "create AGENTS.md" or "configure my AI assistant" to trigger the skill.