General
PromptBeginner5 minmarkdown
Untitled Skill
193
generic skill
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Use these documents to understand goals and implementation:
High-level layout (planned):
backend/: FastAPI service; health endpoints (/healthz, /readyz, /version), RSS ingestion, ranking, summarization APIsfrontend/: Next.js app with Tailwind; topic management and Daily Brief UIinfra/ (optional): Dockerfiles, compose, environment samples.github/workflows/: CI pipeline for lint, type-check, and testsWhen adding or modifying features: