Markdown Converter
Agent skill for markdown-converter
Licheskis Cook Assistant is a React + Firebase Functions application for intelligent meal planning based on hormonal cycles.
Sign in to like and favorite skills
Licheskis Cook Assistant is a React + Firebase Functions application for intelligent meal planning based on hormonal cycles.
Frontend: React
Backend: Firebase Cloud Functions (Node.js/Express)
Database: Firestore
npm install (in the project root)cd functions && npm install (in the /functions folder)/functions (unless otherwise instructed).useToast, ToastProvider, etc.).alert() or window dialogs in UI code.useEffect hooks.redirectWithToast(path, message, type) for consistency.TODO comment for manual review.TODO or REVIEW comment in the relevant code section.// TODO: This change appears to affect business logic. Please review and confirm before proceeding.
// REVIEW: This modification may impact the API contract or database schema. Manual approval required.
// TODO: This may alter the application's workflow. Please provide explicit instructions if this is intended.
If any instruction is unclear or ambiguous, or a task may impact logic, leave a
TODO or REVIEW comment and escalate for manual review by a maintainer.
All Jest/unit tests must run with all Firebase services (auth, storage, firestore) mocked. The real Firebase API should never be called during tests. See /src/mocks/firebase.js for the complete mock implementation.