hmcts

62 mods across 2 repositories, 4 stars between them.

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Stand up a new HMCTS API-Marketplace service-cp- using the canonical HMCTS template (service-hmcts-crime-springboot-template) as master source. Use when creating a new Spring Boot service for the Common Platform.

3 6d ago A 55 tokens original MIT

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Wire up auto-dev and auto-SIT deployment CI for a service-cp- repo after Azure provisioning and cp-vp-aks-deploy registration are complete. Idempotent — safe to invoke again if the jobs already exist. Use when a service-cp- repo is missing the deploy-dev and deploy-sit jobs in its ci-build-publish.yml, or when setting…

3 6d ago A 124 tokens original MIT

hmcts/agentic-plugins-marketplace

Plugin Claude Code

HMCTS SDLC pipeline orchestrator for Crime Common Platform — bundles the 8-stage pipeline sub-agents, HMCTS-specific skills (Spring Boot service/API templates, CPP test authoring), context docs (tech-stack, HMCTS standards, Azure cloud-native, logging, Azure SDK), guard hooks (PII, secrets, bash, paths), and the opsx…

3 6d ago A tokens not measured original MIT

hmcts/agentic-plugins-marketplace

Agent

Architecture and design agent for CPP. Produces designs for new capabilities — choosing between CQRS/Event Sourcing (context services) and Modern by Default (Spring Boot) patterns, defining bounded contexts, event flows, APIs, and data ownership. Returns design proposals with trade-offs, component diagrams…

3 6d ago A 164 tokens original MIT

doc-generator

29

hmcts/agentic-plugins-marketplace

Agent

Auto-generates README.md and CLAUDE.md files for CPP repositories by reading code structure, POM files, schemas, and event definitions. Fills the documentation gap across 19+ undocumented context services. user: "Generate the README for cpp-context-hearing" assistant: "I'll use the doc-generator agent to read the…

3 6d ago A 129 tokens original MIT

event-flow-mapper

30

hmcts/agentic-plugins-marketplace

Agent

Maps cross-context event flows across CPP services. Traces events from producer through all consumers, detects circular dependencies, and validates subscription configurations. user: "Trace the CaseOpened event through all consumers across CPP" assistant: "I'll use the event-flow-mapper agent to trace the event…

3 6d ago A 118 tokens original MIT

hmcts/agentic-plugins-marketplace

Agent

Validates Helm chart configurations across CPP environments. Detects secrets in values, missing environment overrides, configuration drift, and misconfigured resources. user: "Validate the Helm chart config for cpp-hearing across all environments" assistant: "I'll use the helm-config-validator agent to check for…

3 6d ago A 119 tokens original MIT

migration-reviewer

32

hmcts/agentic-plugins-marketplace

Agent

Reviews Liquibase database migrations across CPP context services. Validates changesets for backwards compatibility, rollback safety, naming conventions, and cross-service schema conflicts. user: "Review the new Liquibase migration for cpp-context-hearing" assistant: "I'll use the migration-reviewer agent to validate…

3 6d ago A 120 tokens original MIT

rbac-auditor

33

hmcts/agentic-plugins-marketplace

Agent

Audits role-based access control (RBAC) rules across CPP context services. Checks Drools rule consistency, permission gaps, and cross-service access control alignment. user: "Audit the RBAC Drools rules for the resulting service" assistant: "I'll use the rbac-auditor agent to review the rules for completeness…

3 6d ago A 131 tokens original MIT

research

34

hmcts/agentic-plugins-marketplace

Agent

Deep research agent for CPP — traces events across services, investigates cross-context integrations, and maps dependencies across the platform's 42 context services. Use when asked to trace an event flow, understand how a service integrates with another, find all usages of a library, or investigate a cross-service…

3 6d ago A 152 tokens original MIT

test-analyzer

35

hmcts/agentic-plugins-marketplace

Agent

Analyzes test suites across CPP services. Identifies coverage gaps, flaky tests, missing integration tests, and test-to-feature mapping across 50+ test modules and 632+ API test files. user: "Find coverage gaps in the cpp-context-resulting test suite" assistant: "I'll use the test-analyzer agent to map test files to…

3 6d ago A 138 tokens original MIT

test-engineer

36

hmcts/agentic-plugins-marketplace

Agent

Translate approved CPP user stories into a complete test automation suite before any implementation code is written (A-TDD). Use when the user has approved story files and needs the test scaffolding produced first. user: "Write the test suite for the approved custody timer stories" assistant: "I'll use the…

3 6d ago A 131 tokens original MIT

api-contract-check

37

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Validate API contracts (RAML/JSON Schema/OpenAPI) against their implementations. Use when checking for API drift, reviewing schema changes, or verifying contract consistency.

3 6d ago A 36 tokens original MIT

architecture-design

38

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Design a new CPP capability or service — choose between CQRS context service and Modern by Default patterns, define bounded contexts, events, APIs, and produce a design proposal with diagrams and trade-offs. Use when the user asks to "design", "architect", "plan the architecture of", or decide "how should we build X"…

3 6d ago A 83 tokens original MIT

context-scaffold

39

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Scaffold new modules, commands, queries, events, or viewstore entities within an existing legacy cpp-context- WildFly service. LEGACY ONLY — must not be applied to new Spring Boot work.

3 6d ago A 44 tokens original MIT

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Navigate and understand any legacy cpp-context- WildFly/Maven service. LEGACY ONLY — must not be applied to new Spring Boot work. Use when onboarding to a context service, exploring its modules, or understanding its CQRS structure and integrations.

3 6d ago A 53 tokens original MIT

cpp-test-authoring

41

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Author or extend automated tests in HMCTS CPP test repos. Use when writing a new Serenity BDD/Cucumber UI scenario in cpp-ui-e2e-serenity, or a new JUnit 5 + REST Assured IT.java in cpp-apitests, or when extending existing features, step definitions, page objects, or integration tests in those repos.

3 6d ago A 77 tokens original MIT

dependency-audit

42

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Audit dependency versions across CP repositories. Use when checking for version mismatches, outdated libraries, or parent POM alignment across context services.

3 6d ago A 31 tokens original MIT

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Export a self-contained, night-friendly HTML artifact for a CPP pipeline stage — using the right template from the bundled gallery. Use whenever a decision must be made, a plan needs improving, or a design gap is discovered — AND always to export the implementation plan before any code is written. Picks the template…

3 6d ago A 274 tokens original MIT

pipeline-debug

44

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Debug and understand Azure DevOps pipeline configurations. Use when a pipeline fails, when setting up CI/CD for a new repo, or when tracing variable resolution across templates.

3 6d ago A 36 tokens original MIT

review-pr

45

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Review a pull request for a CPP or HMCTS Crime Common Platform repository against CPP coding standards. Use when asked to review a PR or code changes specifically in a CP or HMCTS context service.

3 6d ago A 42 tokens original MIT

terraform-validate

46

hmcts/agentic-plugins-marketplace

Skill Claude CodeCodex

Validate Terraform modules and configurations across CP infrastructure repos. Use when checking Terraform code, reviewing infrastructure changes, or verifying module consistency.

3 6d ago A 29 tokens original MIT