By paddo
Launch OpenAI Codex agent to review software architecture: evaluate designs, explore patterns and best practices, analyze trade-offs, and receive structured recommendations for code and design.
Claude Code plugin marketplace.
claude plugin marketplace add paddo/claude-tools
claude plugin install gemini-tools@paddo-tools
claude plugin install codex@paddo-tools
claude plugin install dns@paddo-tools
claude plugin install headless@paddo-tools
claude plugin install mobile@paddo-tools
claude plugin install miro@paddo-tools
claude plugin install monday@paddo-tools
claude plugin install whatsapp@paddo-tools
# or via slash command
/plugin marketplace add paddo/claude-tools
/plugin install gemini-tools@paddo-tools
/plugin install codex@paddo-tools
/plugin install dns@paddo-tools
/plugin install headless@paddo-tools
/plugin install mobile@paddo-tools
/plugin install miro@paddo-tools
/plugin install monday@paddo-tools
/plugin install whatsapp@paddo-tools
| Plugin | Description |
|---|---|
| gemini-tools | Gemini models for visual analysis and UI mockup generation (/gemini-tools:visual, /gemini-tools:mockup) |
| codex | OpenAI Codex for architecture analysis and code review (/codex:review) |
| dns | Manage DNS records (/dns:spaceship, /dns:godaddy) |
| headless | Headless browser automation for site comparison and E2E testing (/headless:parity, /headless:test) |
| mobile | Mobile app testing for iOS, Android, React Native, Xamarin, Flutter (/mobile:test, /mobile:parity) |
| miro | Read and interpret Miro boards (/miro:board) |
| monday | Manage Monday.com tasks: list boards, update status, assign (/monday:monday) |
Search WhatsApp messages and retrieve media from native macOS client (/whatsapp) |
⏺ Now spawning parallel parity-browser agents to test the public pages:
⏺ Running 4 headless:parity-browser agents… (ctrl+o to expand)
├─ Parity: Homepage · 34 tool uses · 33.4k tokens
│ ⎿ Done
├─ Parity: Terms page · 19 tool uses · 21.0k tokens
│ ⎿ Bash: Run test from parity lib directory
├─ Parity: Login page · 46 tool uses · 57.5k tokens
│ ⎿ Done
└─ Parity: Dashboard page · 24 tool uses · 28.2k tokens
⎿ Done
# gemini-tools
bun install -g gemini-cli
brew install pngpaste jq
# codex
bun install -g @openai/codex
Plugins need API keys. Set them via:
1. Claude settings (~/.claude/settings.json) - recommended:
{
"env": {
"GEMINI_API_KEY": "...",
"OPENAI_API_KEY": "...",
"SPACESHIP_API_KEY": "...",
"SPACESHIP_API_SECRET": "...",
"GODADDY_API_KEY": "...",
"GODADDY_API_SECRET": "...",
"MIRO_TOKEN": "...",
"MONDAY_API_TOKEN": "..."
}
}
2. Project settings (.claude/settings.local.json) - per-project creds
3. Shell profile (~/.zshrc) - if already exported globally
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Headless browser automation for site comparison and E2E testing
Gemini models for visual analysis, UI/UX work, and image generation
Search WhatsApp messages and retrieve media from the native macOS client database
Manage DNS records via provider APIs
Read and interpret Miro boards
npx claudepluginhub paddo/claude-tools --plugin codexUse this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> <uses agent>. Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> <uses agent>.
[Beta] 6つの専門エージェントチームでコードベースのアーキテクチャを多角的に分析するスキル
Gemini models for visual analysis, UI/UX work, and image generation
Google Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis via command-line tool.
External tools integration skills for CLI utilities, APIs, and third-party services
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.