35ed5223a026a1a8cac3dd44149b03898317e18d
- pnpm monorepo (apps/client + apps/server) - Server: Express + node:sqlite with numbered migration runner, REST API for all 9 features (members, events, chores, shopping, meals, messages, countdowns, photos, settings) - Client: React 18 + Vite + TypeScript + Tailwind + Framer Motion + Zustand - Theme system: dark/light + 5 accent colors, CSS custom properties, anti-FOUC script, ThemeToggle on every surface - AppShell: collapsible sidebar, animated route transitions, mobile drawer - Phase 2 features: Calendar (custom month grid, event chips, add/edit modal), Chores (card grid, complete/reset, member filter, streaks), Shopping (multi-list tabs, animated check-off, quick-add bar, member assign) - Family member CRUD with avatar, color picker - Settings page: theme/accent, photo folder, slideshow, weather, date/time - Docker: multi-stage Dockerfile, docker-compose.yml, entrypoint with PUID/PGID - Unraid: CA XML template, CLI install script, UNRAID.md guide - .gitignore covering node_modules, dist, db files, secrets, build artifacts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Drop-In Agent Instruction Suite
This repository is a portable markdown instruction pack for coding agents.
Copy these files into another repository to give the agent:
- a root
AGENTS.mdentrypoint, - a central skill index,
- category hubs for routing,
- specialized skill files for common software, docs, UX, marketing, and ideation tasks.
Structure
AGENTS.md- base instructions and routing rulesDEPLOYMENT-PROFILE.md- agent-readable prefilled deployment defaultsINSTALL.md- copy and customization guide for other repositoriesPROJECT-PROFILE-WORKBOOK.md- one-time questionnaire for staging defaultsSKILLS.md- canonical skill indexROUTING-EXAMPLES.md- representative prompt-to-skill routing exampleshubs/- category-level routing guidesskills/- specialized reusable skill files
Design Goals
- Plain markdown only
- Cross-agent portability
- Implementation-first defaults
- On-demand skill loading instead of loading everything every session
- Context-efficient routing for large skill libraries
- Prefilled deployment defaults without per-install questioning
- Repo-local instructions take precedence over this bundle
Intended Workflow
- The agent reads
AGENTS.md. - The agent reads
DEPLOYMENT-PROFILE.mdwhen it is filled in. - The agent checks
SKILLS.md. - The agent opens only the relevant hub and skill files for the task.
- The agent combines multiple skills when the task spans several domains.
Core Categories
- Software development
- Debugging
- Documentation
- UI/UX
- Marketing
- Brainstorming
Description
Languages
TypeScript
94.8%
Shell
2.2%
Dockerfile
1.6%
CSS
1.1%
HTML
0.3%