By sinositato
Manage Docker containers across homelab hosts via the Portainer API — status, control, logs, port mapping, networks, volumes, and stack deployment
Start, stop, or restart a Docker container on a Portainer-managed host. Use when asked to restart, stop, or start a specific container.
Deploy or update a Docker Compose stack on a homelab host via Portainer. Reads a compose file and pushes it as a Portainer stack. Use when asked to deploy, update, or push a stack.
View container logs from a Portainer-managed Docker host. Use when asked to "view logs", "show logs", "tail logs", "check logs", or "read console output" for a specific container.
Manage Docker networks across all Portainer-managed hosts. Use when asked to list networks, inspect a network, create a network, remove a network, check network configuration, or troubleshoot container connectivity.
Show port allocations across all Portainer-managed Docker hosts. Use when asked to check ports, port usage, what ports are in use, available ports, or port conflicts.
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.
A curated marketplace of productivity plugins for Claude Code.
| Plugin | Version | Category | Description |
|---|---|---|---|
| PRD Builder | 1.0.0 | Productivity | Complete PRD generation and refinement system with 13 specialized skills |
claude command available)# Add to ~/.claude/plugins/known_marketplaces.json
{
"tato-plugins": {
"source": {
"source": "github",
"repo": "tato/tato-claude-plugins"
}
}
}
/plugin install prd-builder@tato-plugins
Clone the repository and install locally:
git clone https://github.com/tato/tato-claude-plugins.git
cd tato-claude-plugins
/plugin install ./plugins/prd-builder
After installing a plugin, verify it's working:
# Check that skills are available
/help | grep prd-
# Test a skill
/prd-status
Generate your first Product Requirements Document in 5 commands:
# 1. Install the plugin
/plugin install prd-builder@tato-plugins
# 2. Start a discovery session (gather context)
/prd-discover user-authentication
# 3. Generate the PRD from context
/prd-draft prd/user-authentication/prd-context-user-authentication.md
# 4. Analyze the quality
/prd-analyze prd/user-authentication/prd.md
# 5. Iteratively improve it
/prd-refine prd/user-authentication/prd.md
See the PRD Builder documentation for comprehensive guides and advanced usage.
Complete PRD generation and refinement system
Key Features:
View PRD Builder Documentation →
To add your own plugin to this marketplace:
plugins/<plugin-name>/plugins/<plugin-name>/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonplugins/<plugin-name>/README.mdSee CONTRIBUTING.md for detailed guidelines. (Coming soon)
Before publishing, test plugins locally:
# Install from local directory
/plugin install ./plugins/<plugin-name>
# Verify installation
/help | grep <plugin-skills>
# Test functionality
# Run plugin skills and verify they work as expected
To update an installed plugin:
/plugin update prd-builder@tato-plugins
To update all plugins:
/plugin update-all
Each plugin has its own comprehensive documentation:
Report issues or request features:
Contributions are welcome! See CONTRIBUTING.md for guidelines. (Coming soon)
Planned Plugins:
Want to suggest a plugin? Open an issue!
This marketplace and all plugins are licensed under the MIT License.
Individual plugins may have additional licensing terms - see each plugin's directory for details.
Created and maintained by tato.
npx claudepluginhub sinositato/tato-claude-plugins --plugin portainer-toolsComplete PRD generation and refinement system with 13 specialized skills
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls