rustrak
Self-hosted error tracking compatible with Sentry SDKs
All Skills in This Repository (8)
Pure Emerald Level Indicatorsrust-code-debugger
Diagnose and fix Rust compiler errors, borrow-checker conflicts, and runtime panics.
typescript-strict
Design TypeScript type definitions with strict mode patterns and type guards.
rust-coding-skill
Design idiomatic Rust code with data modeling, traits, and module structure.
web-design-guidelines
Audit UI code against the Web Interface Guidelines for accessibility and UX compliance.
skill-creator
Create Claude skills with a standard SKILL.md template and directory structure.
rustrak-server
{your text}
vercel-react-best-practices
Apply Vercel Engineering performance guidelines to React and Next.js projects.
typescript-api-client
Build type-safe REST API clients using Zod schemas and ky.
Frequently Asked Questions
FAQPage SchemaHow to install Rustrak?â–¼
Run `npx skills add AbianS/rustrak --all -g -y` in your terminal to install all skills in this suite globally.
How to self-host Sentry error tracking?â–¼
Rustrak accepts the standard Sentry protocol, so you point your existing SDK at its DSN by changing one line. It runs as a single Rust process with SQLite by default, deployable with one Docker Compose file.
Does Rustrak work with my existing Sentry SDK?â–¼
Yes. Any official Sentry SDK in any language works by simply swapping the DSN, with no code rewrites or new libraries required.
Can Rustrak track AI agent traces?â–¼
Yes. Enable your SDK's AI integration and Rustrak shows runs, token counts, tool calls, and a full waterfall of every LLM call and handoff.
Can I manage Rustrak from my code editor?â–¼
Yes. It ships a typed TypeScript client and an MCP server, so an assistant can triage issues and manage projects directly from editors like Cursor or Claude Code.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core