6 AI agents · Mac + Windows · copy-paste commands
Wire StackPicks to your AI agent.
Install once, then point any agent at a bundle or an individual repo. The agent reads our curator takes and writes the integration.
Pick your agent
Anthropic
Claude Code
Terminal-first agent from Anthropic. Best at large-codebase reasoning and end-to-end tasks. Our recommended pick for stackpicks bundles.
Install
mac terminal
# One-line installer: curl -fsSL https://claude.ai/install.sh | bash # Or via npm: npm install -g @anthropic-ai/claude-code # Verify: claude --version
Homebrew users: Anthropic ships a one-line installer that handles permissions.
1Authenticate
Opens a browser to log in once, then keeps the session.
terminal
claude
2Open a project
The terminal becomes an interactive agent. It reads files, runs commands, edits code.
terminal
cd ~/projects/my-saas claude
3Point it at a StackPicks bundle
Inside the Claude prompt, paste:
claude prompt
I'm building a SaaS. Use this bundle as the source of truth for the stack: https://stackpicks.dev/build/ship-a-saas Set up Next.js 15 + shadcn/ui + better-auth + Supabase + Razorpay following the bundle order. Stop and confirm with me after each layer.
Claude Code respects a CLAUDE.md in the project root. Drop a one-page rules file (the StackPicks repo has one as reference). It will use the rules on every task.