Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

latitude-llm

latitude-llm에는 latitude-dev에서 수집한 skills 25개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
25
Stars
4.3k
업데이트
2026-06-30
Forks
347
직업 범위
직업 카테고리 6개 · 88% 분류됨
저장소 탐색

이 저장소의 skills

api-endpoints
미분류

Adding or changing routes in `apps/api`. One source of truth (`defineApiEndpoint` + a Zod schema) becomes an HTTP endpoint, an OpenAPI operation, an MCP tool, and a TS SDK method — descriptions and contracts must be written with all four readers in mind.

2026-06-30
architecture-boundaries
미분류

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.

2026-06-30
production-release
미분류

Preparing a production release, pushing a vX.Y.Z release tag, running scripts/release.sh, or updating CHANGELOG.md with the changes that are about to be deployed to production.

2026-06-24
managing-maintenance-windows
네트워크·컴퓨터 시스템 관리자

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.

2026-06-18
env-configuration
소프트웨어 개발자

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

2026-06-15
database-clickhouse-weaviate
데이터베이스 아키텍트

ClickHouse queries, Goose migrations, chdb test schema, or telemetry storage paths.

2026-06-12
code-style
소프트웨어 개발자

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

2026-06-11
testing
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-11
notifications
소프트웨어 개발자

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

2026-06-11
mintlify-preview
소프트웨어 개발자

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".

2026-06-09
fix-datadog-issues
소프트웨어 개발자

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.

2026-06-09
docs
소프트웨어 개발자

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, architecture, business logic, conventions, or `AGENTS.md`.

2026-06-01
web-frontend
웹 개발자

apps/web UI — routes, @repo/ui, TanStack Start server functions and collections, navigation (Link vs useNavigate), forms (useForm + createFormSubmitHandler + fieldErrorsAsStrings for Zod field errors), Tailwind layout rules, design-system updates, and useEffect / useMountEffect policy.

2026-06-01
database-postgres
데이터베이스 아키텍트

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

2026-05-13
async-jobs-and-events
소프트웨어 개발자

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

2026-05-12
create-pr
소프트웨어 개발자

Patterns and conventions for creating a good PR

2026-05-06
effect-and-errors
소프트웨어 개발자

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

2026-04-27
backoffice
소프트웨어 개발자

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

2026-04-27
toolchain-commands
소프트웨어 개발자

Installing dependencies, running dev/build/test/lint, filtering packages, single-test runs, git hooks, preparing a clone (.env.development / .env.test), or Docker-backed local services and dev servers.

2026-04-23
analyze-problem
소프트웨어 개발자

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

2026-04-22
review-pr-comments
소프트웨어 품질 보증 분석가·테스터

Triages a PR with GitHub CLI: loads issue-level and inline review feedback (gh pr view, gh api REST, gh api graphql as appropriate), walks items in order, replies in the correct thread, optional resolve. Groups duplicate comments into one fix. Use when addressing PR review comments, Copilot inline threads, or babysitting PR feedback.

2026-04-22
agentation-watch-mode
기타 컴퓨터 관련 직업

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.

2026-04-13
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.

2026-04-13
temporal-developer
소프트웨어 개발자

This skill should be used when the user asks to "create a Temporal workflow", "write a Temporal activity", "debug stuck workflow", "fix non-determinism error", "Temporal Python", "Temporal TypeScript", "Temporal Go", "Temporal Golang", "workflow replay", "activity timeout", "signal workflow", "query workflow", "worker not starting", "activity keeps retrying", "Temporal heartbeat", "continue-as-new", "child workflow", "saga pattern", "workflow versioning", "durable execution", "reliable distributed systems", or mentions Temporal SDK development.

2026-04-09
authentication
소프트웨어 개발자

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

2026-03-31