Manage deployments and feature flags
operabilityskillsetup L3★381
majiayu000/claude-skill-registry ↗What it does
Make codebases observable, testable, debuggable
Best for
When shipping code that teams will operate and you need introspection, logging, and easy repro
Inputs
- · application code
Outputs
- · logging framework
- · test fixtures
- · debug tooling
Preconditions
Application codebase ready for instrumentation
Failure modes
- · Logging is too verbose and makes debugging harder
- · Test fixtures are so complex they require documentation