Latitude
Official@latitude-dev · United States of America
Self-healing AI Agents
Agent Skills by Latitude
Showing 28 vetted skills indexed across 1 GitHub repositories.
production-release
Automates production releases by updating changelogs, bumping Helm chart versions, and pushing git tags.
fix-datadog-issues
Triage and fix production errors from Datadog Error Tracking, then open a pull request.
backoffice
Implements staff-only admin features gated behind three independent security guards.
api-endpoints
Define API operations that generate HTTP routes, OpenAPI specs, MCP tools, SDKs, and CLI commands.
explain-diff-html
Generates a self-contained interactive HTML explanation of a code change or diff.
artifact-designer
Create, validate, preview, and publish self-contained HTML artifacts to Cloudflare Workers.
humanizer
Detect and rewrite AI-generated writing patterns to produce natural human-sounding text.
create-pr
Generates GitHub pull request titles and descriptions following team writing conventions.
notifications
Implements multi-channel notification kinds, groups, topics, and delivery pipelines with idempotency.
env-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.
better-auth-best-practices
Standardize Better Auth setup for TypeScript projects with structured workflows.
code-style
Enforce Biome-based code style and TypeScript conventions in monorepos.
database-clickhouse-weaviate
Automate ClickHouse and Weaviate integration with queries, migrations, and schema bootstrapping.
Frequently Asked Questions About Latitude
FAQPage SchemaWhat specific engineering tasks does Latitude enable?▼
Latitude enables structured management of environment variables, automated PR check resolution, and enforcement of architectural boundaries. It provides standardized patterns for database migrations in Postgres and ClickHouse, authentication implementation via Better Auth, and error modeling using Effect, ensuring consistency across complex TypeScript and Go development environments.
Which technical personas benefit most from these capabilities?▼
Full-stack engineers, platform architects, and backend developers working in TypeScript-heavy monorepos benefit from these capabilities. It is specifically designed for teams requiring rigorous enforcement of code style, database schema integrity, and standardized authentication patterns to maintain high-velocity development cycles without sacrificing system reliability.
What are the prerequisites for integrating these capabilities?▼
Integration requires a TypeScript-based project environment, typically utilizing Node.js. Specific dependencies include Drizzle ORM for database interactions, Biome for code style enforcement, and Better Auth for identity management. Users should have an existing GitHub repository to leverage the PR-based monitoring and issue-tracking features provided by the registry.