Skip to content

tracewayapp/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traceway Logo

Traceway Agent Skills

Skills for coding agents (Grok Build, Claude Code, and others) to set up and operate Traceway, an error tracking and monitoring platform.

Skills

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.

Usage

Once installed, invoke the skills from your agent:

  • /traceway login, /traceway debug <issue>, or /traceway what's broken in prod to investigate errors, crashes, slowness, or logs
  • /traceway-setup with token <token> and url <instance url> to instrument a project

Repository layout

skills/
├── traceway/
│   └── SKILL.md
└── traceway-setup/
    ├── SKILL.md
    └── data-model.md

Links

License

MIT

About

Mirror of skills located in tracewayapp/traceway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors