Implementations
February 20, 2026 ยท View on GitHub
Tools and platforms that implement the Service Reliability Manifest specification.
Reference Implementation
| Tool | Description | Status |
|---|---|---|
| NthLayer | CI/CD enforcement tool for SRM manifests | Reference implementation |
Validators
| Tool | Description | Language |
|---|---|---|
| OpenSRM Validator Action | Official GitHub Action for CI/CD validation (uses: rsionnach/opensrm@v1) | JavaScript |
| JSON Schema | Use the schema.json with any JSON Schema validator | Any |
IDE / Editor Integrations
| Tool | Description | Platform |
|---|---|---|
| Shift-Left Reliability Skill | Claude Code skill that generates OpenSRM manifests, suggests SLOs, and validates reliability decisions during development | Claude 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:
- Support the current spec version (
opensrm/v1) - Validate manifests against the schema
- Be publicly available (open source preferred)
- Include documentation on usage
How to Add
- Fork this repository
- Add your tool to the appropriate section in this file
- 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!