Add Observability banner
marvinrichter marvinrichter

Add Observability

Development community

Description

--- description: Add production observability to a service — structured logging, metrics endpoint, health checks, and Sentry error tracking. Detects project type and adds the right libraries and middleware. --- # Add Observability Add the three pillars of production observability (Logs, Metrics, Errors + Health checks) to the current project. ## Instructions ### 1. Detect Project Read the project to determine: - Language and framework (TypeScript/Express/Fastify/Next.js, Python/FastAPI/Djan

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-add-observability/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-add-observability && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/add-observability.md -o ~/.claude/skills/marvinrichter-clarc-add-observability/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository