This repository contains everything you need to master Claude Code and build powerful applications with AI.
Install the plugins with a single command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/codewithpassion/cwp-claude-marketplace/main/install.sh)"Run these commands from your terminal:
# Add the marketplace
claude plugin marketplace add codewithpassion/cwp-claude-marketplace
# Install individual plugins
claude plugin install cwp-claude-framework@cwp-claude-marketplace
claude plugin install cwp-how-i-vibe@cwp-claude-marketplaceThe playground/ directory is your sandbox for experimentation! This is where you can explore Claude Code features, test out the plugins, and get comfortable with the tools. Use this space to try ideas and learn without worrying about breaking anything.
The cf-tanstack-start-clerk-drizzle/ directory contains a production-ready boilerplate that we'll use throughout the masterclass. This boilerplate is pre-configured with best practices and is the foundation for the projects we'll build together.
Once you have the plugins installed, you're ready to start building amazing applications with Claude Code!
Happy coding! 🚀