npx claudepluginhub hmcts/.claudeHMCTS ExpressJS monorepo development workflow with GOV.UK standards, specialized agents, and quality hooks
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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
Share bugs, ideas, or general feedback.
Official HMCTS plugin marketplace for Claude Code development tools and workflows.
Description: Complete development workflow for HMCTS ExpressJS monorepos with GOV.UK standards
Features:
Installation:
/plugin marketplace add hmcts/.claude
/plugin install expressjs-monorepo@hmcts
See expressjs-monorepo/README.md for full documentation.
/plugin marketplace add hmcts/.claude
/plugin marketplace list
/plugin install <plugin-name>@hmcts
To add a new plugin to this marketplace:
Create plugin directory with proper structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── README.md
└── ... (commands/, agents/, hooks/, etc.)
Add plugin entry to .claude-plugin/marketplace.json
Submit PR with plugin documentation
Every plugin must include:
.claude-plugin/plugin.json - Plugin metadataREADME.md - Installation and usage instructionscommands/ - Custom slash commandsagents/ - Specialized agentshooks/ - Event-driven automation.mcp.json - MCP server configurationplugin.json must include:
{
"name": "plugin-name",
"version": "1.0.0",
"description": "Clear description",
"author": "HMCTS",
"homepage": "https://github.com/hmcts/.claude"
}
All plugins must:
For issues or questions:
Copyright © 2025 HMCTS