Shared database, design, documentation, and AI-development resources for ClashKing applications and services.
| Path | Contents |
|---|---|
database/ |
TimescaleDB schema, Goose migrations, MongoDB-to-Timescale backfills, and the local Timescale/Valkey Compose stack. |
design/ |
Cross-platform design tokens and reusable CSS and Flutter packages. |
docs/ |
DevKit-specific architecture, workflows, ownership, and mobile design guidance. |
skills/ |
Versioned copies of custom Codex skills plus reusable workflow skills derived from recurring team work. |
Database migration executables stay in database/migrations/ because they
share a Go module, environment loading, checkpoint storage, and schema-root
discovery.
cd database
cp .env.example .env
docker compose -f docker-compose.timescale.yml -f docker-compose.valkey.yml up -dSee database/README.md and
docs/database-workflows.md. Privacy and retention
requirements for personal-data schemas live in
database/timescale/privacy_compliance.md.
npm --prefix design install
npm --prefix design run checkSee design/README.md and
docs/mobile-design.md.
Browse docs/skills-catalog.md. Each directory under
skills/ is self-contained and can be copied into a Codex skills directory.