
Wael MansourI've been tinkering with Claude Code for a while now, and like many developers, I found myself...
I've been tinkering with Claude Code for a while now, and like many developers, I found myself repeating certain workflows over and over. So I did what any developer would do - I automated them into skills, agents, and commands. Then figured, why not package them up as plugins and share them with others?
Here's Claude Code Powerups - basically a small collection of plugins I've put together that help with some common tasks I run into. Nothing groundbreaking, but they've been useful for me, so maybe they'll be useful for you too.
Just Claude Code plugins with some specialized prompts and workflows. Each one packages up:
Think of them as shortcuts to avoid having to explain the same context to Claude every time. Less "expert consultant," more "that thing you'd document in a wiki if you had time."
If you work with .NET and Clean Architecture, this might save you some time. It's got:
Useful if you're building .NET applications with FastEndpoints and trying to keep things clean. Your mileage may vary.
Azure configuration can be a pain, so this plugin tries to make it less painful:
Works with Azure CLI, Bicep, and Terraform. Attempts to follow Azure best practices, though Azure has a lot of opinions.
Security for AI stuff is still pretty new, and I kept forgetting to check for common issues. So:
Helpful if you're building AI applications and want to avoid the most common security mistakes. Won't catch everything, but catches the obvious stuff.
Installing powerups is simple with the Claude Code CLI:
claude-code plugin install waelouf/claude-code-powerups
# Install Clean Architecture Powerup
claude-code plugin install waelouf/cc-powerup-clean-architecture
# Install Azure Architect Powerup
claude-code plugin install waelouf/cc-powerup-azure-architect
# Install OWASP LLM Security Auditor
claude-code plugin install waelouf/cc-powerup-owasp-llm
Or install all at once:
claude-code plugin install waelouf/cc-powerup-clean-architecture waelouf/cc-powerup-azure-architect waelouf/cc-powerup-owasp-llm
Honestly? I got tired of re-explaining the same context to Claude every time I switched tasks. One minute I'm working on a .NET project, the next I'm dealing with Azure deployment, then I'm reviewing security stuff.
These plugins just save me from having to:
Not revolutionary, just practical. Like having notes from your last project readily available.
I'll probably add more as I run into repetitive tasks that bug me enough. Some ideas I'm considering:
But we'll see. Depends on what I actually need and have time for.
Everything's open source on GitHub. If you find bugs (which you probably will) or have ideas for improvements, feel free to open an issue:
Give them a try if you think they might be useful. Or don't. No pressure.
Questions, feedback, or just want to tell me something's broken? Drop a comment below or open an issue on GitHub.