agent-telemetry
Originally frompetekp/claude-code-setup
Installation
SKILL.md
Agent Telemetry
Make application runtime behavior queryable by coding agents through structured logging and telemetry endpoints.
Core Problem
Coding agents debugging issues often can't answer "what actually happened at runtime?" because:
- Logs don't exist, or are unstructured
console.lognoise - Logs exist but there's no documented way for agents to query them
- Agent docs (CLAUDE.md, AGENTS.md) don't mention how to access telemetry
Workflow
Phase 1: Audit Current State
Determine what telemetry already exists.
1. Check for logging infrastructure: