Getting Started with PairPrep
Set up your pair programming workflow in under 3 minutes.
Quick Start
Open the Wizard
Navigate to the configuration wizard to begin creating your configuration.
Choose Your Project Type
Select between Config Only (just the CLAUDE.md and configuration files) or Full Scaffold (complete project with ESLint, Prettier, testing, and more).
Select Your Coding Assistant
Choose your preferred coding assistant: Claude Code, Cursor, Windsurf, GitHub Copilot, or others.
Customize Your Configuration
Add subagents for specialized tasks, connect MCP servers for external integrations, and configure hooks and commands for automation.
Download & Use
Review your configuration and download it as a ZIP file. Extract it to your project root and start coding with your AI assistant.
What You Get
Config Only
Perfect for existing projects.
- CLAUDE.md configuration file
- Subagent definitions
- MCP server configs
- Hooks and commands
Full Scaffold
Complete project setup.
- Everything in Config Only
- ESLint + Prettier configuration
- Testing setup (Vitest/Jest)
- Git hooks (Husky + lint-staged)
Installation
After downloading your configuration:
1. Extract the ZIP file:
unzip pairprep-config.zip -d your-project/2. For Full Scaffold, install dependencies:
cd your-project && npm install3. Start coding with your coding assistant!
Your coding assistant will automatically read the CLAUDE.md file and understand your project context.