A collection of plugins for Claude Code.
Native macOS notifications with sound for Claude Code events. Stay informed when Claude needs permission, is waiting for input, or has completed a task.
- Configurable notifications for permission prompts, idle waiting, and task completion
- Custom sounds using macOS system audio
- Optional Claude icon via
alerter
Requirements: macOS, Python 3
/plugin install notify@adrianlungu-claude-plugins
A skill that applies modern Go syntax based on your project's Go version, detected from go.mod. Covers Go 1.0 through 1.26 including modern error handling, slices/maps/cmp packages, iterators, and more.
Based on Modern Go Guidelines by JetBrains.
/plugin install golang@adrianlungu-claude-plugins
Create Heroes 3: Horn of the Abyss RMG template (.h3t) files using Claude Code. Describe a map layout in natural language and get a valid template file for the HotA random map generator.
- Full h3t format spec (HotA 1.7+, 140-column format with Factory/Bulwark)
- Python generator library for programmatic template creation
- Multi-template packs (difficulty variants in one file)
- Design guidelines from competitive templates (Jebus Cross, Diamond, Firewalk, etc.)
- Example templates
/plugin install h3t-rmg-template@adrianlungu-claude-plugins
A fast/slow/meta cognitive architecture that makes Claude Code learn from its own mistakes within and across sessions. Implements prediction-driven learning, principle extraction, and meta-review against accumulated knowledge.
- Predictions before actions create a learning signal
- Principles accumulate in
.claude/wisdom-scratchpad.mdacross sessions - Meta-reviewer subagent checks changes against principles
/plugin install wisdom-architecture@adrianlungu-claude-plugins
Adrian Lungu - contact@adrianlungu.com