Skills for coding agents (Grok Build, Claude Code, and others) to set up and operate Traceway, an error tracking and monitoring platform.
| Skill | What it does |
|---|---|
traceway |
Operates a Traceway instance through the traceway CLI: log in, query exceptions, logs, endpoints, and metrics, and debug production issues down to root cause. |
traceway-setup |
Connects a project to a Traceway instance so it reports endpoints, spans, errors, background tasks, AI traces, and metrics. Backends use OpenTelemetry over OTLP/HTTP, frontends and mobile apps use the Traceway SDKs. |
Once installed, invoke the skills from your agent:
/traceway login,/traceway debug <issue>, or/traceway what's broken in prodto investigate errors, crashes, slowness, or logs/traceway-setup with token <token> and url <instance url>to instrument a project
skills/
├── traceway/
│ └── SKILL.md
└── traceway-setup/
├── SKILL.md
└── data-model.md