Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
> This file is the **single source of truth for coding agents** (OpenAI Codex/GPT Agents/IDE bots).
Sign in to like and favorite skills
This file is the single source of truth for coding agents (OpenAI Codex/GPT Agents/IDE bots). Follow commands exactly. If context is needed, read the referenced files only.
docker compose -f infra/compose/docker-compose.yml up -dpnpm -C apps/web install && pnpm -C apps/web dev./apps/ledger-svc/gradlew -p apps/ledger-svc bootRunpnpm -C apps/web testpnpm -C apps/web e2e (Playwright; requires server)./apps/ledger-svc/gradlew testpnpm -C apps/web biome:fix / ./apps/ledger-svc/gradlew spotlessApplyPOST /plaid/link-token (BE)public_token to POST /plaid/exchangePOST /transactions/syncGET /analytics/summary?month=YYYY-MMPATCH /transactions/{id}safepocket.ai.* from application.yml.OPENAI_API_KEY before starting the backend. When not set, a deterministic fallback summary is used (no network calls).gpt-4.1-minihttps://api.openai.com/v1/responsesany.numeric(12,2), timestamptz, avoid SELECT *.docs/coding-standards.md for full rules.SET LOCAL appsec.user_id = '<uuid>' (RLS).access_token using KMS at app-layer before storing.Idempotency-Key on write paths.apps/web/**, apps/ledger-svc/**, contracts/openapi.yaml, tests, CI/CD.infra/terraform/prod/* without an explicit issue.contracts/openapi.yaml → generate types for Web (openapi-typescript) → implement BE controller → update tests.GET /analytics/top-merchants (month param). Update openapi, BE controller/service/repo, Web route, tests.”EXPLAIN ANALYZE of transaction list; propose index or partial index and migrate via Flyway.”docs/requirements/phase1-mvp.mddocs/architecture.mddocs/coding-standards.mddocs/operations.md