latitude-devlatitude-devOfficialยท28 Agent Skills Included

latitude-llm

Monitor, debug, and auto-fix LLM agents in production

Captures every LLM trace, groups failures into tracked issues, and dispatches coding agents to write fixes automatically. Eliminates manual log digging, blind agent deployments, and regressions that slip back into production. Includes skills for CI monitoring, PR reviews, releases, database migrations, and Temporal workflows to speed up engineering work.
npx skills add latitude-dev/latitude-llm --all -g -y
Available:

Tells the AI agent how the monorepo is structured, which repo-wide rules to follow, and how to route each task to the right skill in the .agents/skills glossary before editing code.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

env-configuration

Enforce LAT_ prefixed environment variables and validate startup configuration with parseEnv.

Official
Intermediate
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

review-pr-comments

Load PR comments and apply consolidated fixes via GitHub CLI.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

architecture-boundaries

Define and enforce architecture boundaries across multi-layer applications.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

gh-issue

Create structured GitHub issues with problem, impact, solution, and acceptance criteria.

Official
Intermediate
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

async-jobs-and-events

Automate background jobs, domain events, and asynchronous side effects with queuing and outbox patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

ci-watchdog

Monitor GitHub PR CI checks and automatically fix failures until all pass.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

agentation-watch-mode

Watch Agentation annotations, acknowledge, apply fixes, and resolve them in a loop.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

analyze-problem

Analyze bug reports to identify root causes and propose fixes.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

temporal-developer

Guide Temporal workflow development across Python, TypeScript, and Go.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

docs

Archive session decisions and repo changes into structured docs and AGENTS.md.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

testing

Codify unit and integration test types with in-memory Postgres and ClickHouse databases.

Official
Advanced
๐Ÿ“ฆ In Repo
latitude-devlatitude-dev

toolchain-commands

Automate Node.js environment setup, dependency management, and development tasks.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’