Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Remember to also check out docs/DDD.md and docs/TDD.md for deeper dives into Domain-Driven Development and Test-Driven Development practices.
Sign in to like and favorite skills
Remember to also check out docs/DDD.md and docs/TDD.md for deeper dives into Domain-Driven Development and Test-Driven Development practices.
apps/art is the Unity workspace for the interactive art installation.apps/art-backend is the Node.js backend for the art installation.apps/photo is the Next.js workspace for the photobooth app.apps/photo-cleaner is the Firebase Functions workspace for cleaning photobooth images.apps/stamp/ is the Next.js workspace. Pages live in src/app, shared UI in src/components, Domain-Driven Development files in src/domain, src/infra, src/application, Firebase wiring in src/firebase.ts, custom hooks in src/hooks, and i18n copy in src/libs/i18n.**/__tests__/*.test.{ts,tsx} for unit testing or in apps/stamp/test/integration for integration testing so coverage reporting stays aligned with the constitution.pnpm install — sync workspace dependencies.pnpm dev:stamp — run the stamp rally app locally on http://localhost:4001 via Turbopack.pnpm lint / pnpm lint:fix — run Biome + ESLint; use the fix variant before committing.pnpm test:stamp and pnpm coverage --filter stamp — execute Vitest suites and enforce 100% coverage.pnpm build:stamp (or pnpm build for the full workspace) — produce production bundles before deployment.page.tsx, layout.tsx, route directories).pnpm lint:fix and confirm no Biome or ESLint diagnostics remain.@testing-library/react + @testing-library/jest-dom. Name specs *.test.ts or *.test.tsx.pnpm coverage --filter stamp.add stamp redemption flow, fix sentry tagging).docs/spec/.apps/stamp, packages, etc.).apps/stamp/firestore.rules..env.example when adding environment variables and distribute real values via 1Password.docs/spec/change-log.md so on-site operators stay informed.specs/002-gemini-ai-docs/ when executing tasks.tasks.md or files in tasks/ directory as you finish each task.