Skip to content

agentic-dev-io/claude-plugins

Repository files navigation

Claude Plugins

License: Ethical Source Claude Code Plugins Skills

Production-ready Claude Code plugins for interactive UIs, LLM orchestration, creative frontends, and CLI tooling.

Quick Start

# 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

Plugins

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

mcp-app-next-ui

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/react integration
  • useApp, useHostStyles hooks
  • registerAppResource server-side setup
  • iframe embedding for interactive UI

Links: MCP Spec · Next.js 15 · shadcn/ui · Tailwind CSS

Full Documentation


open-responses

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

Full Documentation


creative-frontend

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

Full Documentation


tool-creator

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)
  • --json output with stable schema
  • Typer + Pydantic + Loguru stack
  • Paired skill generation for each tool
  • Modern Python 3.11+ patterns

Links: uv · Typer · Pydantic · Loguru

Full Documentation


Requirements

  • Claude Code CLI installed
  • Plugin-specific requirements documented in each plugin's README

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-plugin)
  3. Follow Claude Code Plugin Spec
  4. Submit a Pull Request

Resources

License

Ethical Source - MIT-based, excludes military and pharmaceutical use.

About

Claude Code plugins for game development and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published