概要
This skill guides the development of applications following the "Breath of Now" local-first architecture. It mandates that all user data is stored and managed within the browser's IndexedDB (using Dexie.js), making it the definitive source of truth. This approach guarantees full offline functionality, enhances performance with instant local data access, and prioritizes user privacy by making cloud synchronization an optional, premium feature. Use this skill when implementing data models, CRUD operations, state management, or sync features to ensure a robust, privacy-first user experience.