Help us improve
Share bugs, ideas, or general feedback.
RedJay plugin marketplace - observability and productivity tools for Claude Code
npx claudepluginhub joshuaramirez/claude-code-plugins24 MCP tools for color space conversions, harmony generation, accessibility validation, and cultural meaning lookup.
Roslyn-powered C# refactoring MCP server — 41 tools for code navigation, analysis, generation, and refactoring across entire .NET solutions
Universal LLM facade MCP server - dual-layer information architecture abstracting any LLM backend (local or cloud) with typed extensions
Universal prompt creation engine — MCP server with 12-axis philosophical manifold for principled prompt construction
Pipes-and-filters orchestration for chunk-level analysis. Splits a corpus into chunks, runs a deterministic DAG of sub-agent filters (map / reduce / fan-out / fan-in / loop / terminal), and unions the results.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Federated plugin marketplace for Claude Code. This repository is the central registry — individual plugins live in their own repositories and are referenced here by URL.
For personal and vault-embedded plugins, see RedJay-Private (private).
| Plugin | Version | Category | Source |
|---|---|---|---|
| ado-work-items | 1.0.0 | integrations | GitHub |
| roslyn-mcp | 0.4.0 | languages | GitHub |
| llm-api-facade | 0.1.0 | integrations | GitHub |
.claude-plugin/
marketplace.json # Plugin registry manifest
.github/
workflows/
validate.yml # CI: JSON validation and structure checks
The manifest at .claude-plugin/marketplace.json is the single source of truth for plugin discovery.
Add an entry to the plugins array in marketplace.json:
{
"name": "my-plugin",
"source": { "source": "url", "url": "https://github.com/user/repo.git" },
"description": "What the plugin does",
"version": "1.0.0",
"category": "category-name"
}
MIT