docs
Documentation Sync
Purpose
Use this skill to keep durable repository knowledge in sync with the current coding session.
The sources of truth are:
- the current conversation
- the current git changes
- the existing
dev-docs/*.md, relevantspecs/*.md, andAGENTS.md
This skill is for durable knowledge, not changelog prose.
Repository docs and specs
More from latitude-dev/latitude-llm
gh-issue
Create clear, actionable GitHub issues for bugs, features, and improvements. Issues are primarily consumed by LLMs, so optimize for agent readability and actionability.
4testing
Writing or debugging tests, choosing unit vs integration style, Postgres/ClickHouse tests, regenerating ClickHouse test schema, or exporting test helpers from packages without pulling test code into production bundles.
4create-pr
Patterns and conventions for creating a good PR
4authentication
Sessions, sign-in/sign-up flows, OAuth, magic links, or organization context on the session.
4analyze-problem
>-
4code-style
Biome formatting, import style, strict TypeScript, naming (including React file names), or generated files.
4