Production-ready Claude Code plugins for interactive UIs, LLM orchestration, creative frontends, and CLI tooling.
# Clone and install any plugin
git clone https://github.com/agentic-dev-io/claude-plugins.git
cd claude-plugins
# Load a plugin in Claude Code
claude --plugin-dir ./creative-frontend
claude --plugin-dir ./open-responses
# ... etc
| Plugin | Skills | Commands | Description |
|---|---|---|---|
| mcp-app-next-ui | 1 | - | MCP App UI with Next.js |
| open-responses | 3 | - | Multi-provider LLM orchestration |
| creative-frontend | 2 | - | WebGPU + Three.js frontends |
| tool-creator | 1 | 1 | AI-First CLI scaffolding |
Build MCP Apps with Next.js, React, Tailwind CSS, and shadcn/ui.
| Category | Count | Description |
|---|---|---|
| Skills | 1 | MCP App UI development patterns |
Features:
@modelcontextprotocol/ext-apps/reactintegrationuseApp,useHostStyleshooksregisterAppResourceserver-side setup- iframe embedding for interactive UI
Links: MCP Spec · Next.js 15 · shadcn/ui · Tailwind CSS
Open Responses specification implementation for multi-provider LLM orchestration.
| Category | Count | Description |
|---|---|---|
| Skills | 3 | Orchestrator, Agents SDK, Rust engine |
Features:
- Multi-provider routing (OpenAI, Anthropic, local models)
- Streaming support with SSE
- Tool calling and structured outputs
- Anthropic Agents SDK integration
- Rust backend implementation
Links: OpenAI API · Anthropic API · Agents SDK
Create distinctive, production-grade frontend interfaces with WebGPU 3D graphics.
| Category | Count | Description |
|---|---|---|
| Skills | 2 | Frontend design, WebGPU/Three.js/TSL |
| Templates | 6 | Next.js 15 project, WebGPU components, compute shaders |
| Scripts | 3 | Project setup, component installer, WebGPU checker |
Features:
- Bold UI design avoiding generic AI aesthetics
- Next.js + React + Tailwind + shadcn/ui stack
- WebGPU 3D graphics with Three.js TSL
- GPU compute shaders and post-processing
- Comprehensive shader reference
Links: Three.js · WebGPU · TSL Docs · Next.js 15
Create AI-First CLI tools with uv, Typer, Pydantic, and Loguru.
| Category | Count | Description |
|---|---|---|
| Skills | 1 | AI-First CLI development patterns |
| Commands | 1 | /create-tool scaffolding wizard |
| Templates | 2 | CLI project, paired skill |
| Scripts | 2 | Template application, name validation |
Features:
- uv-based package management (not pip/poetry)
--jsonoutput with stable schema- Typer + Pydantic + Loguru stack
- Paired skill generation for each tool
- Modern Python 3.11+ patterns
Links: uv · Typer · Pydantic · Loguru
- Claude Code CLI installed
- Plugin-specific requirements documented in each plugin's README
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-plugin) - Follow Claude Code Plugin Spec
- Submit a Pull Request
Ethical Source - MIT-based, excludes military and pharmaceutical use.