latitude-dev

33 mods across 1 repository, 4.6k stars between them.

latitude-dev/latitude-llm

Skill Claude CodeCodex

Continuous Agentation annotation handling. Use when the user says "watch mode", asks you to watch for Agentation annotations, process feedback as it arrives, or keep fixing annotation-driven changes until told to stop or a timeout is reached.

4.6k 3d ago A 51 tokens original MIT

analyze-problem

02

latitude-dev/latitude-llm

Skill Claude CodeCodex

Analyze a problem and provide a detailed explanation of the issue, root cause, proposed fix, and verification steps.

4.6k 3d ago A 27 tokens original MIT

api-endpoints

03

latitude-dev/latitude-llm

Skill Claude CodeCodex

Adding or changing API operations in @repo/operations. One source of truth (defineOperation + a Zod schema) becomes an HTTP endpoint, an OpenAPI operation, an MCP tool, TS + Python SDK methods, a latitude CLI command, and an in-process agent tool — descriptions and contracts must be written with all of these readers…

4.6k 3d ago A 78 tokens original MIT

latitude-dev/latitude-llm

Skill Claude CodeCodex

Layering and boundaries, web vs public API, app layout (clients, routes, logging), ports/adapters, runtime-portable domain/shared/utils code, multi-tenancy, DDD layout, or anti-patterns.

4.6k 3d ago A 48 tokens original MIT

artifact-designer

05

latitude-dev/latitude-llm

Skill Claude CodeCodex

Create, validate, preview, and publish self-contained HTML artifacts. Use for dashboards, reports, timelines, prototypes, diff walkthroughs, benchmark viewers, decision docs, and existing HTML files that need previewing or publishing. Use direct file commands for user-provided HTML; scaffold only when creating a new…

4.6k 3d ago A 66 tokens original MIT

latitude-dev/latitude-llm

Skill Claude CodeCodex

Queues and workers, domain event publishers, async notifications or projections, or not doing that work inside HTTP handlers.

4.6k 3d ago A 28 tokens original MIT

authentication

07

latitude-dev/latitude-llm

Skill Claude CodeCodex

Sessions, sign-in/sign-up flows, OAuth, magic links, or organization context on the session.

4.6k 3d ago A 22 tokens original MIT

backoffice

08

latitude-dev/latitude-llm

Skill Claude CodeCodex

Adding, modifying, or guarding staff-only /backoffice features — cross-organisation admin tools gated behind users.role === "admin".

4.6k 3d ago A 32 tokens original MIT

latitude-dev/latitude-llm

Skill Claude CodeCodex

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

4.6k 3d ago A 61 tokens original MIT

ci-watchdog

10

latitude-dev/latitude-llm

Skill Claude CodeCodex

Continuously monitor GitHub PR CI checks and automatically fix failures until all checks pass. USE THIS SKILL when: The user wants to "keep an eye on CI" or "wait for checks to pass" The user mentions monitoring PR status, CI status, or GitHub checks The user asks to watch a PR until it's ready or fix failing checks…

4.6k 3d ago A 155 tokens original MIT

code-style

11

latitude-dev/latitude-llm

Skill Claude CodeCodex

Biome formatting, import style, strict TypeScript, naming (including React file names), or generated files.

4.6k 3d ago A 24 tokens original MIT

database-postgres

14

latitude-dev/latitude-llm

Skill Claude CodeCodex

Drizzle schema, repositories, RLS, SqlClient wiring, Postgres migrations, psql / reset, or platform mappers (toDomain / toInsertRow).

4.6k 3d ago A 39 tokens original MIT

docs

15

latitude-dev/latitude-llm

Skill Claude CodeCodex

Review the current conversation context and git changes, then persist durable repository knowledge into dev-docs/.md by domain and into AGENTS.md for cross-cutting repo rules. Use after features, fixes, refactors, architecture changes, schema changes, or when the user mentions docs, documentation, design…

4.6k 3d ago A 79 tokens original MIT

effect-and-errors

16

latitude-dev/latitude-llm

Skill Claude CodeCodex

Composing Effect programs, domain errors, HttpError, repository error types, or error propagation at HTTP boundaries.

4.6k 3d ago A 26 tokens original MIT

env-configuration

17

latitude-dev/latitude-llm

Skill Claude CodeCodex

Adding or reading env vars, updating .env.example, or validating config at startup with parseEnv / parseEnvOptional.

4.6k 3d ago A 28 tokens original MIT

explain-diff-html

18

latitude-dev/latitude-llm

Skill Claude CodeCodex

Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

4.6k 3d ago A 32 tokens original MIT

fix-datadog-issues

19

latitude-dev/latitude-llm

Skill Claude CodeCodex

Find, triage, and fix production errors captured by Datadog Error Tracking, then open a PR. Use when asked to look at "Datadog issues/incidents/errors", "find and fix bugs from Datadog", investigate the most-frequent or newest production errors, or work a specific Datadog Error Tracking issue.

4.6k 3d ago A 76 tokens original MIT

gh-issue

20

latitude-dev/latitude-llm

Skill Claude CodeCodex

Create clear, actionable GitHub issues for bugs, features, and improvements. Issues are primarily consumed by LLMs, so optimize for agent readability and actionability.

4.6k 3d ago A 37 tokens original MIT

humanizer

21

latitude-dev/latitude-llm

Skill Claude CodeCodex

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…

4.6k 3d ago A 93 tokens original MIT

latitude-dev/latitude-llm

Skill Claude CodeCodex

Enables or disables Latitude production maintenance mode by redirecting all publicly exposed production services to the Better Stack status page. Use when asked to start, stop, toggle, verify, or prepare a maintenance window.

4.6k 3d ago A 48 tokens original MIT

mintlify-preview

23

latitude-dev/latitude-llm

Skill Claude CodeCodex

Run the public Mintlify product docs site locally for live preview. Use when previewing or iterating on docs under docs/ (.mdx/.md pages, docs.json nav), or when the user says "start the docs", "run mintlify", "preview the docs site".

4.6k 3d ago A 69 tokens original MIT

notifications

24

latitude-dev/latitude-llm

Skill Claude CodeCodex

Multi-channel notifications. Adding a new notification kind, group, or channel; in-app + email delivery; per-user prefs; project-level gates; idempotency.

4.6k 3d ago A 35 tokens original MIT