WEEK 3 BONUS

🎮 Plugin Power-Ups Gallery

Level up your Claude Code with these awesome expansions!

🎯 Real Plugins You Can Use Today!

Remember learning about plugins in Week 3? Now let's see the actual plugins that Claude Code developers use every day! These are like expansion packs for your favorite game - each one adds incredible new abilities to Claude Code.

🎮 Think of it Like This...

If Claude Code is your base game character, plugins are like skill trees you can unlock! Each plugin gives you special abilities: one makes you a design wizard, another turns you into a code detective, and another makes you a git ninja!

🌟 Featured Plugins

⭐ BEGINNER
🎨
Frontend Design
Your Personal UI Designer

This plugin turns Claude into a professional web designer! Instead of creating boring, generic websites, it makes stunning, unique designs that look like a real designer made them.

  • Bold, distinctive color schemes
  • Custom typography that pops
  • Smooth animations and transitions
  • Professional-quality layouts

🎯 Perfect For:

Building landing pages, dashboards, portfolios, or any web interface that needs to look amazing!

"Create a dashboard for a music streaming app" "Build a landing page for my school project" "Design a settings panel with dark mode"
🚀 Great First Plugin!
⭐⭐ INTERMEDIATE
🔍
Code Review
AI Code Detective Squad

Like having 4 expert code reviewers checking your work at once! This plugin launches multiple AI agents that hunt for bugs and issues in your code.

  • 4 agents working in parallel
  • Catches bugs before they cause problems
  • Checks if you followed coding rules
  • Only reports high-confidence issues (80%+)

🎯 Perfect For:

Reviewing pull requests, finding bugs, ensuring code quality before sharing with others.

/code-review // Agents check: // ✅ CLAUDE.md guidelines // ✅ Obvious bugs // ✅ Git history context
🔥 Learn About PRs First!
⭐⭐⭐ ADVANCED
🏗️
Feature Development
7-Phase Project Builder

This is like having a senior developer mentor guide you through building complex features. It breaks down big projects into 7 manageable phases!

  • Discovery → Understanding what to build
  • Exploration → Studying existing code
  • Architecture → Planning the design
  • Implementation → Building it

🎯 Perfect For:

Building big features like user authentication, payment systems, or complex game mechanics.

/feature-dev // Three specialized agents: // 🔎 code-explorer - Analyzes codebase // 📐 code-architect - Designs solution // ✅ code-reviewer - Checks quality
🎓 Master the Basics First!
⭐ BEGINNER
📦
Commit Commands
Git Operations Simplified

Tired of typing long git commands? This plugin gives you shortcut commands for common git operations. It's like having quick-access buttons for git!

  • /commit - Quick commit with smart message
  • /commit-push-pr - Do everything at once!
  • /clean_gone - Clean up old branches
  • Saves tons of typing time

🎯 Perfect For:

Anyone who uses git daily and wants to save time. Great after learning git basics!

// Instead of: git add . && git commit -m "..." && git push // Just type: /commit-push-pr
⚡ Time Saver!
⭐⭐ INTERMEDIATE
🛡️
Security Guidance
Your Code Security Guard

This plugin teaches Claude to think about security first! It helps you write code that's safe from hackers and protects user data.

  • Spots security vulnerabilities
  • Suggests secure coding practices
  • Protects against common attacks
  • Keeps passwords and data safe

🎯 Perfect For:

Building apps that handle user data, passwords, or payments. Essential for real-world apps!

// Checks for: // 🚫 SQL injection risks // 🚫 XSS vulnerabilities // 🚫 Exposed secrets // ✅ Secure authentication
🔒 Stay Safe Online!

📥 How to Install Plugins

Installing plugins follows the format you learned in Week 3:

Step 1: First, add a marketplace (if not already added):
/plugin marketplace add owner/repo-name
Step 2: Install the plugin using the standard format:
/plugin install plugin-name@marketplace-name
Step 3: Claude Code automatically registers all plugin components (commands, skills, agents, hooks)
Step 4: Restart Claude Code or start a new conversation to ensure everything is active!
Step 5: Verify with /plugin list and /help to see new features

💡 Pro Tip: Start Simple!

Don't try to install ALL the plugins at once! Start with one beginner-friendly plugin like Frontend Design or Commit Commands. Master it, then add more. It's like unlocking skill trees in a game - you need the basics before the advanced stuff!

⚠️ Important Notes

1. Safety First: Only install plugins from trusted sources! Your team's repo, well-known open source projects, or official repositories are safest. Random plugins could be dangerous!

2. Examples Are Illustrative: The plugins shown above are examples of what's possible. Actual available plugins depend on which marketplaces you've added. Always check /plugin to see what's available to you!

🤯 Mind-Blowing Fact

The Code Review plugin runs 4 AI agents simultaneously - that's like having 4 different experts checking your code at the same time! Each agent looks at your code from a different angle, catching issues that others might miss. It's like a superhero team for your code!

🏆 Plugin Explorer Challenge

Ready to become a Plugin Master? Try these missions:

🎉 What's Next?

Awesome job exploring the plugin gallery! Now you know about real tools that professional developers use. In Week 4, you'll learn about Sub-Agents - AI helpers that can do specialized tasks for you. Think of them as summoning specific experts to help with different parts of your project!