Implementations

February 20, 2026 ยท View on GitHub

Tools and platforms that implement the Service Reliability Manifest specification.

Reference Implementation

ToolDescriptionStatus
NthLayerCI/CD enforcement tool for SRM manifestsReference implementation

Validators

ToolDescriptionLanguage
OpenSRM Validator ActionOfficial GitHub Action for CI/CD validation (uses: rsionnach/opensrm@v1)JavaScript
JSON SchemaUse the schema.json with any JSON Schema validatorAny

IDE / Editor Integrations

ToolDescriptionPlatform
Shift-Left Reliability SkillClaude Code skill that generates OpenSRM manifests, suggests SLOs, and validates reliability decisions during developmentClaude Code

Integrations

No integrations listed yet.

Add Your Implementation

Building a tool that implements SRM? We'd love to list it here!

Requirements

To be listed, your implementation should:

  1. Support the current spec version (opensrm/v1)
  2. Validate manifests against the schema
  3. Be publicly available (open source preferred)
  4. Include documentation on usage

How to Add

  1. Fork this repository
  2. Add your tool to the appropriate section in this file
  3. Submit a pull request with:
    • Tool name and link
    • Brief description
    • Implementation language/platform
    • Status (stable, beta, alpha)

Implementation Categories

Validators - Tools that validate manifest syntax and semantics

Enforcers - Tools that enforce manifest requirements (metrics exist, dashboards exist, etc.)

Generators - Tools that generate manifests from existing infrastructure

Integrations - Plugins for CI/CD, service catalogs, observability platforms, etc.

Compliance

We're working on a compliance test suite to help implementations verify their conformance to the specification. Stay tuned!