AI SummaryA system prompt that provides comprehensive context for developers working on vac-dashboard, a Firebase-backed vacation management application for EGIS-UKRAINA. Useful for AI assistants (Claude, ChatGPT) and code editors (Cursor, Windsurf) to understand project architecture, workflows, and conventions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "vac-dashboard — System Prompt" prompt rules to my project. Repository: https://github.com/AnatoliiNovyk/vac-dashboard Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
System Prompt for vac-dashboard
Project Overview
This is a Firebase-backed vacation dashboard for EGIS-UKRAINA, with a Node.js/Express backend (in functions/), a browser-based frontend (in index.html, app.js, style.css), and supporting scripts for data seeding and synchronization.
Examples
• To add a new vacation type, update vacation_dashboard_data.json and seed with scripts/seed.js. • To change permissions, update logic in functions/index.js and redeploy. • To debug backend, use Firebase emulator logs and firestore-debug.log.
Architecture & Data Flow
• Frontend: Single-page app in index.html using app.js for logic and style.css for styling. Communicates with Firebase Firestore and Auth. • Backend: Cloud Functions in functions/index.js handle server-side logic, authentication, and data manipulation. Backend is deployed via Firebase. • Data: Firestore is the main database. Data models and seed data are in vacation_dashboard_data.json and scripts/seed.js. • Scripts: Use scripts/seed.js for initial data population and scripts/sync-auth.js for syncing authentication data.
Developer Workflows
• Local Development: Use firebase emulators:start to run Firestore and Functions locally. Edit frontend files directly and refresh browser. • Deploy: Run firebase deploy to push changes to Firebase hosting and functions. • Seeding Data: Execute node scripts/seed.js to populate Firestore with initial data. • Sync Auth: Run node scripts/sync-auth.js to update authentication users.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts