Official Claude Code plugins from Plaited Labs for development workflows, agent testing, and the Plaited framework
npx claudepluginhub plaited/marketplaceDevelopment skills for Claude Code - TypeScript LSP, code documentation, and validation tools
Agent Client Protocol client and evaluation harness for TypeScript/Bun projects. Includes: createACPClient for programmatic agent access, run-harness.ts for trajectory capture, and LLM-as-judge evaluation templates. Requires Bun runtime.
AI design workshop for Plaited templates. Creates outcome-based UI patterns for agent-driven interfaces using generative design principles. Requires Bun JavaScript runtime.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
Aggregator for Plaited's Claude Code plugins.
claude plugins add github:plaited/marketplace
For agents supporting the AgentSkills spec (Gemini CLI, GitHub Copilot, Cursor, OpenCode, Amp, Goose, Factory):
# Install a specific plugin
curl -fsSL https://raw.githubusercontent.com/plaited/marketplace/main/install.sh | bash -s -- --agent <agent-name> --plugin development-skills
Or clone and run locally:
git clone https://github.com/plaited/marketplace.git
cd marketplace
./install.sh # Interactive mode
./install.sh --agent gemini # Install all for Gemini CLI
./install.sh --agent cursor --plugin acp-harness # Specific plugin
./install.sh --list # List available plugins
./install.sh --update # Update existing
./install.sh --uninstall # Remove all
Supported agents:
| Agent | Skills | Commands |
|---|---|---|
| gemini | .gemini/skills/ | - |
| copilot | .github/skills/ | - |
| cursor | .cursor/skills/ | .cursor/commands/ |
| opencode | .opencode/skill/ | .opencode/command/ |
| amp | .amp/skills/ | .amp/commands/ |
| goose | .goose/skills/ | - |
| factory | .factory/skills/ | .factory/commands/ |
| Plugin | Description |
|---|---|
| development-skills | Development skills for Claude Code - TypeScript LSP, code documentation, and validation tools |
| acp-harness | ACP client and evaluation harness for agent testing |
| plaited | Plaited framework development tools - behavioral programming, UI patterns, and web components |
Development tools including:
/lsp-hover - Get type information at a position/lsp-find - Search for symbols across workspace/lsp-refs - Find all references to a symbol/lsp-analyze - Batch analysis of a fileSource: plaited/development-skills
Unified toolkit for ACP client usage and agent evaluation:
Source: plaited/acp-harness
Development tools for the Plaited behavioral programming framework:
Source: plaited/plaited
ISC