Skip to main content
Manusで任意のスキルを実行
ワンクリックで
hmcts
GitHub クリエイタープロフィール

hmcts

15 件の GitHub リポジトリにある 80 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
80
リポジトリ
15
更新
2026-07-16
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
agentic-plugins-marketplace
17 件の skills · 2026-07-16
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター卸売・小売バイヤー(農産物除く)
3 件の職業カテゴリ · 100% 分類済み
21%比率
#02
claude
15 件の skills · 2026-05-22
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
19%比率
#03
cft-workspace
13 件の skills · 2026-05-13
ソフトウェア開発者カスタマーサービス担当者コンピュータシステムアナリスト
3 件の職業カテゴリ · 100% 分類済み
16%比率
#04
cpp-context-progression
8 件の skills · 2026-05-15
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
10%比率
#05
cpp-context-staging-bulkscan
8 件の skills · 2026-05-09
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
10%比率
#06
apim-claude-template
4 件の skills · 2026-05-21
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
5.0%比率
#07
opal-frontend-common-ui-lib
3 件の skills · 2026-04-01
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
3.8%比率
#08
ram-analysis
3 件の skills · 2026-06-12
ソフトウェア開発者DTPオペレーター
2 件の職業カテゴリ · 100% 分類済み
3.8%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

publish-api-to-catalog
ソフトウェア開発者

Use when working inside an api-cp-* repo and the user wants to publish/expose their API docs, "add my API to the catalog", set up the publish-api-docs workflow, or get a hmcts.github.io docs site. Wires the current repo into the amp-catalog Swagger UI pipeline, handles the two one-time GitHub Pages admin gaps that fail silently otherwise, and verifies the live site. This is the per-repo counterpart to the catalog-publisher agent, which only touches amp-catalog/docs/apis.json.

2026-07-16
wire-service-deployment
ソフトウェア開発者

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 up a newly bootstrapped service for the first time.

2026-06-27
springboot-api-from-template
ソフトウェア開発者

Start a new HMCTS API-Marketplace API specification repo using the canonical HMCTS template (api-hmcts-crime-template) as master source. Use when creating a new api-cp-* repo (OpenAPI-first, spec-only) distinct from a runtime service-cp-* service.

2026-06-26
springboot-service-from-template
ソフトウェア開発者

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.

2026-06-26
bootstrap-context
ソフトウェア開発者

Bootstrap the gitignored .claude/CLAUDE.md for any api-cp-* or service-cp-* repo with three @import lines pointing to hmcts-apim-sdlc-orchestrator context standards. Runs automatically on every session start via the SessionStart hook — invoke manually only to force an update.

2026-06-24
openapi-spec-reviewer
ソフトウェア開発者

Use when the user wants to review, audit, or check an OpenAPI v3 spec — applies HMCTS data-sharing policy (UK GDPR/DPA 2018), infrastructure SLA (Azure APIM/AKS), API standards, and security standards (OAuth 2, TLS, input validation). Returns a scored report with Critical/Warning/Info findings.

2026-06-24
export-design-artifact
ソフトウェア開発者

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 that fits the scenario (plan, decision, comparison, architecture, investigation, status) and writes it to docs/pipeline/artifacts/. <example> user: "We've finished the design — get ready to implement the booking engine." assistant: "Before implementation starts I'll use export-design-artifact to export the implementation plan (template 03) to docs/pipeline/artifacts/ and surface it at the Stage 4 gate." </example> <example> user: "Should the move-to-past action be a new endpoint or extend the existing one?" assistant: "That's a decision — I'll use export-design-artifact to produce a decision record (template 07) weighing the options before we commit." </example> <example> user: "The design does

2026-06-24
review-pr
ソフトウェア品質保証アナリスト・テスター

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.

2026-06-24
このリポジトリの収集済み skills 17 件中、上位 8 件を表示しています。
api-contract-check
ソフトウェア開発者

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

2026-05-22
architecture-design
ソフトウェア開発者

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" for a CPP feature, service, integration, or cross-context change.

2026-05-22
cpp-test-authoring
ソフトウェア品質保証アナリスト・テスター

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.

2026-05-22
openspec-apply-change
ソフトウェア開発者

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2026-05-22
openspec-archive-change
ソフトウェア開発者

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2026-05-22
openspec-explore
プロジェクト管理専門家

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2026-05-22
openspec-propose
プロジェクト管理専門家

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

2026-05-22
pipeline-debug
ソフトウェア開発者

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.

2026-05-22
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
cft-api-spec
ソフトウェア開発者

Summarise one HMCTS service's OpenAPI spec from cnp-api-docs. Reports title, version, auth, endpoint count by tag, owning product, hosted Swagger UI link, and local file path. Use when the user asks "what does pcs-api expose", "summarise ccd-data-store-api", "what auth does X use", "show me the endpoints of Y".

2026-05-13
cft-ccd-find-feature
ソフトウェア開発者

Find every product that uses a given CCD feature token (e.g. notice_of_change, case_flags). Use when the user asks "which services use X", "who has NoC enabled", "what products configure case flags".

2026-05-13
cft-ccd-trace-callback
ソフトウェア開発者

Trace a CCD callback for a given event-id and service from definition through to controller. Returns the chain of file:line locations. Use when the user wants to know what runs when an event is submitted in a specific service.

2026-05-13
cft-cross-repo-search
ソフトウェア開発者

Search across all cloned HMCTS repos using the workspace's pre-tuned ripgrep wrapper. Use when the user asks about code or text patterns spanning multiple service teams or platform components.

2026-05-13
cft-explain
カスタマーサービス担当者

Answer a "what is X" / "how does Y work" / "explain Z" question about any CFT topic — workspace, CCD, XUI, WA, AM, bulk-scan, platform/CNP. Routes via DOCS.md to the right page in either the root docs/ tree or a product-level apps/<product>/docs/ tree.

2026-05-13
cft-find-endpoint
ソフトウェア開発者

Find which HMCTS API service exposes a given HTTP path. Searches cnp-api-docs for matching OpenAPI paths and reports the owning service, methods, the local spec file, the hosted Swagger UI link and the workspace product that publishes it. Use when the user asks "which service has POST /cases/{id}/...", "what exposes /hearings", "where is /case-types defined", etc.

2026-05-13
cft-find-example
ソフトウェア開発者

Find real, in-repo examples of how a feature is implemented in any HMCTS CFT product (CCD, XUI, WA, AM, bulk-scan, service teams). Use when the user wants concrete code references — "show me a real Notice of Change implementation", "where do they use case_flags", "give me an example of a mid-event callback".

2026-05-13
cft-how-to
カスタマーサービス担当者

Find a Diátaxis how-to recipe for an action-shaped task across the workspace docs. Use when the user asks "how do I add an event in CCD", "where do I configure work allocation tasks", "how do I add a repo", "how do I publish a definition to AAT".

2026-05-13
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
api-contract-check
ソフトウェア開発者

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

2026-05-15
architecture-design
ソフトウェア開発者

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" for a CPP feature, service, integration, or cross-context change.

2026-05-15
openspec-apply-change
ソフトウェア開発者

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2026-05-15
openspec-archive-change
ソフトウェア開発者

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2026-05-15
openspec-explore
ソフトウェア開発者

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2026-05-15
openspec-propose
ソフトウェア開発者

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

2026-05-15
pipeline-debug
ソフトウェア開発者

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.

2026-05-15
review-pr
ソフトウェア開発者

Review a pull request for a CP repository. Use when asked to review a PR, check code changes, or provide feedback on a pull request.

2026-05-15
api-contract-check
ソフトウェア開発者

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

2026-05-09
context-scaffold
ソフトウェア開発者

Scaffold new modules, commands, queries, events, or viewstore entities within an existing cpp-context-* service. Use when adding new capabilities to a context service.

2026-05-09
context-service-guide
ソフトウェア開発者

Navigate and understand any cpp-context-* service. Use when onboarding to a context service, exploring its modules, or understanding its CQRS structure and integrations.

2026-05-09
dependency-audit
ソフトウェア開発者

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

2026-05-09
mbd-bootstrap
ソフトウェア開発者

Bootstrap a new Modern by Default (MbD) Spring Boot service for the Common Platform. Use when creating a new microservice, event processor, or API service.

2026-05-09
pipeline-debug
ソフトウェア開発者

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.

2026-05-09
review-pr
ソフトウェア開発者

Review a pull request for a CPP repository. Use when asked to review a PR, check code changes, or provide feedback on a pull request.

2026-05-09
terraform-validate
ネットワーク・コンピュータシステム管理者

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

2026-05-09
create-data-dependency-architecture
ソフトウェア開発者

Use when the user asks to produce a data-dependencies architecture document for a system from a folder of source binary documents (.docx, .doc, .pdf, .pptx, .md, .txt). The skill distils the binaries into plain text via the BMAD-style distillation process (pandoc + textutil + pdftotext), analyses them for the system's inbound and outbound data dependencies, writes a deterministic Markdown document with a top-level "At a Glance" summary table, a clustered Mermaid overview diagram (Inbound / Platform / Outbound subgraphs), and a compact `Attribute / Detail` summary table under every dependency, then renders the Markdown to a styled PDF using the house typography and Mermaid theme. Triggered by phrases like "create a data dependencies doc from this folder", "build the data-dependency architecture for X", "generate the data-dependencies PDF from these source docs".

2026-06-12
create-functional-modules-architecture
DTPオペレーター

Use when the user asks to produce a module-organised functional architecture document for a system from a folder of source binary documents (.docx, .doc, .pdf, .md, .txt). The skill distils the binaries to plain text, identifies the application's functional modules, writes a deterministic Markdown document with a top-level "At a Glance" module table, a single Mermaid `Module overview` diagram, and a per-module section (lead paragraph + Capabilities bullets + Attribute / Detail table + Key user actions + Sources blockquote), then renders the Markdown to a styled PDF using the same house typography and Mermaid theme as the sibling `create-data-dependency-architecture` skill. Triggered by phrases like "build a functional modules document", "what modules does this system have", "describe the application module by module", "create a module architecture PDF".

2026-04-30
docs-to-c4
ソフトウェア開発者

Transform a folder of mixed-format source documents (Markdown, PDF, DOCX, XLSX, images, etc.) into a C4 architecture model. Runs bmad-distillator on the sources, synthesizes a Structurizr DSL workspace (at minimum a System Context view; adds Container and Component views when the documents support them), and generates a browsable static site with `structurizr-site-generatr`. Also exposes a serve command so the model can be explored in a browser. Use this skill whenever the user wants to derive architecture diagrams, a C4 model, or a Structurizr workspace from existing documentation — even when they don't use those exact terms. Common triggers include "create an architecture diagram from these docs", "I have a folder of design docs, visualise the system", "generate a C4 model for this project", "build a Structurizr workspace", "reverse-engineer an architecture from docs".

2026-04-30
15 件中 12 件のリポジトリを表示