The official Claude Code plugin for ConnectOnion framework development. Get your code reviewed by tech legends - each with their own style:
Choose your reviewer:
| Linus 🔥 | Direct, brutal, no-nonsense | Kill complexity & over-engineering | When your code is too clever |
| Aaron 💡 | Thoughtful, educational, constructive | Correctness & elegance | Learning framework patterns |
Or use both! Get Linus to kill complexity, then Aaron to polish correctness.
- /linus-review-my-code - Get roasted for complexity (Linus-style: direct & honest)
- /aaron-review-my-code - Get reviewed by the creator (Aaron: educational & principled)
- /aaron-build-my-agent - Let Aaron build your agent (scaffolding done right)
- /generate-code-map-headers - Generate code map headers with dependency analysis and data flow
- /design-refine - Iteratively refine website design to professional standards
All commands are grounded in actual ConnectOnion documentation to prevent hallucinations and ensure correctness.
|
Learn from Aaron, the framework creator. Every review teaches you the "why" behind patterns. |
Grounded in real docs. No hallucinations. Only patterns that actually work. |
Review code in seconds. Generate agents in minutes. No memorizing patterns. |
1. Add the marketplace:
2. Install the plugin:
3. Get your first review:
That's it! 🎉
Get help, share agents, and discuss with other builders.
"Keep simple things simple, make complicated things possible"
This plugin helps you write ConnectOnion code that follows the framework's philosophy:
- No over-engineering
- Clear, documented patterns
- Simple solutions first
- Complexity only when needed
Method 1: Direct Install (Recommended)
Method 2: Browse Interactively
Select "Browse Plugins" → Find "connectonion" → Install
Get your ConnectOnion code reviewed by Aaron, the framework creator. Principled, educational review focused on correctness and elegance.
Usage:
What Aaron Checks:
✅ Correctness
- Proper Agent() initialization
- System prompts in markdown files
- Type hints on all tools
- Framework pattern compliance
✅ Elegance
- Code simplicity (fighting over-engineering)
- Proper tool patterns (function vs class)
- llm_do vs code usage
- Maintainability
✅ Philosophy Alignment
- "Keep simple things simple"
- No unnecessary abstractions
- Framework intent honored
Review Style:
- Constructive - Always teaching, never just criticizing
- Personal - From the creator who designed the patterns
- Educational - Explains WHY, not just WHAT
- Community-focused - Invites you to Discord for help
Example Output:
At the End:
Every review ends with:
- Summary of critical vs nice-to-have fixes
- What you're doing right (always positive!)
- Specific next steps with file:line references
- Discord link to get help: https://discord.gg/4xfD9k8AUF
- Personal sign-off from Aaron
Best for:
- Learning ConnectOnion patterns from the creator
- Understanding framework philosophy
- Getting constructive, educational feedback
- Joining the community
Let Aaron (ConnectOnion creator) build your agent from scratch. He'll ask questions, choose the right pattern, and scaffold complete working code with explanations.
Usage:
Aaron will ask you:
- What should your agent do? (e.g., "Screenshot websites", "Analyze code")
- What operations does it need? (e.g., "Browser control", "File reading")
- Does it need to remember things? (e.g., "Keep browser session open")
Then Aaron creates:
- 🛠️ Complete agent code - Ready to run
- 📝 System prompt file - In markdown (prompts/[agent_name].md)
- 🎯 Right pattern - Simple functions OR class instance based on needs
- ✅ Proper type hints - ConnectOnion requires them
- 📚 Explanation - Why he built it this way
- 🚀 Usage instructions - How to run and customize
Building Style:
- Personal - From the creator who designed the patterns
- Educational - Explains the "why" behind choices
- Simple first - Starts with simplest pattern that works
- Runnable - Code works immediately
- Customizable - Shows how to modify it
Example Interaction:
At the end, every generated agent includes:
- Discord link to get help: https://discord.gg/4xfD9k8AUF
- GitHub issue reporting if something's wrong
- Customization guide
- Personal sign-off from Aaron
Best for:
- Building your first agent
- Learning ConnectOnion patterns from the creator
- Getting production-ready scaffolding
- Understanding framework design philosophy
Get direct, no-nonsense code review from Linus. Hunts down over-engineering and unnecessary complexity with brutal honesty.
Usage:
What It Checks:
🚨 Over-Engineering Detection
- Unnecessary try-catch blocks
- Over-abstraction (factories, managers, helpers)
- Utils.py anti-pattern
- Long functions (>40 lines)
- Deep nesting
🚨 Code Smells
- Classes that should be functions
- Complex error handling infrastructure
- Unnecessary if-else chains
- Functions that don't fit on one screen
✅ ConnectOnion Patterns
- Type hints on tools
- System prompts in files
- Class instance usage
- Proper error handling
Review Philosophy:
- Direct and honest - Calls out bad code clearly
- Constructive - Shows simple solutions
- Educational - Explains WHY simplicity matters
- Focused - Only flags real problems
Example Output:
Best for:
- Catching over-engineering early
- Learning "keep simple things simple"
- Getting honest feedback on code complexity
- Before committing large features
Generate code map headers that document dependencies, data flow, and integration points for each file.
Usage:
What It Does:
-
Dependency Analysis
- Builds import dependency graph
- Identifies who imports what
- Detects circular dependencies
- Finds associated test files
-
Smart Documentation
- Generates comprehensive file headers
- Documents data flow and dependencies
- Lists side effects and state changes
- Includes integration points
-
Quality Tracking
- Creates todo list for all files
- Processes in dependency order (leaves first)
- Skips already-documented files
- Reports circular dependencies
Header Format:
Analyze and iteratively refine website design until it meets professional standards.
Usage:
What It Does:
-
Screenshot Capture
- Full page, mobile, tablet, desktop views
- Uses co command for screenshots
-
Comprehensive Analysis
- Visual hierarchy (5 levels)
- Typography scale consistency
- Spacing system (8px grid)
- Color harmony and contrast (WCAG AA)
- Responsive layout at all breakpoints
- Accessibility compliance
- Interactive states
- White space balance
-
Iterative Refinement
- Creates prioritized fix list (Critical → Low)
- Fixes issues one by one
- Captures new screenshots after each fix
- Re-analyzes for improvements
- Continues until all Critical/High issues resolved
Quality Criteria:
- Clear visual hierarchy
- Consistent 8px spacing
- WCAG AA contrast
- Mobile-responsive
- Professional typography
- Proper interactive states
This plugin enforces patterns from:
- ConnectOnion Framework Documentation
- Official Examples
- Best Practices Guide
All recommendations cite specific documentation sections.
If a command is:
- Stuck in a loop or not completing
- Giving incorrect suggestions
- Missing obvious issues
- Not following documented patterns
Report it quickly via GitHub CLI:
Or report manually:
- GitHub Issues: https://github.com/openonion/connectonion-claude-plugin/issues
- Discord: https://discord.gg/4xfD9k8AUF
Your feedback makes the plugin better for everyone! 🙏
Want to improve the plugin?
- Fork: https://github.com/openonion/connectonion-claude-plugin
- Issues: Report bugs or request features
- Pull Requests: Submit improvements
- Discord: Discuss ideas at https://discord.gg/4xfD9k8AUF
If this plugin helps you build better agents, give it a star! ⭐
It helps others discover the plugin and motivates us to keep improving it.
Apache-2.0
- ConnectOnion Docs: https://docs.connectonion.com
- GitHub: https://github.com/openonion/connectonion
- PyPI: https://pypi.org/project/connectonion/
- Discord: https://discord.gg/4xfD9k8AUF
.png)

