latitude-llm
Monitor, debug, and auto-fix LLM agents in production
All Skills in This Repository (28)
Pure Emerald Level Indicatorsenv-configuration
Enforce LAT_ prefixed environment variables and validate startup configuration with parseEnv.
review-pr-comments
Load PR comments and apply consolidated fixes via GitHub CLI.
architecture-boundaries
Define and enforce architecture boundaries across multi-layer applications.
gh-issue
Create structured GitHub issues with problem, impact, solution, and acceptance criteria.
async-jobs-and-events
Automate background jobs, domain events, and asynchronous side effects with queuing and outbox patterns.
ci-watchdog
Monitor GitHub PR CI checks and automatically fix failures until all pass.
agentation-watch-mode
Watch Agentation annotations, acknowledge, apply fixes, and resolve them in a loop.
analyze-problem
Analyze bug reports to identify root causes and propose fixes.
temporal-developer
Guide Temporal workflow development across Python, TypeScript, and Go.
docs
Archive session decisions and repo changes into structured docs and AGENTS.md.
testing
Codify unit and integration test types with in-memory Postgres and ClickHouse databases.
toolchain-commands
Automate Node.js environment setup, dependency management, and development tasks.
Frequently Asked Questions
FAQPage SchemaHow to install Latitude?โผ
Run `npx skills add latitude-dev/latitude-llm --all -g -y` in your terminal to install all skills in this suite globally.
What does Latitude do for AI agents?โผ
Latitude captures every trace from your LLM agents, groups failures into tracked issues, and dispatches coding agents like Claude Code to write and verify fixes automatically.
How do I add tracing to my app?โผ
Install the telemetry package with `npm install @latitude-data/telemetry`, then initialize it with your API key and project slug; every supported LLM call then appears as a trace.
Does Latitude work with Claude Code and Cursor?โผ
Yes. Latitude dispatches fixes directly to Claude Code and Cursor, and all skills follow the universal SKILL.md standard for major coding agents.
Can I self-host Latitude?โผ
Yes. Latitude is MIT-licensed and self-hostable via Docker Compose for a single host or a Helm chart for Kubernetes clusters.
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