What problem does it solve?
This Skill helps developers rapidly scaffold a desktop-first Flutter app shell that combines local OCR, whisper.cpp transcription, and local LLM extraction to support offline AI-powered workflows.
Core Features & Use Cases
- Modular architecture: intake (audio/docs/text), processing (OCR/STT/LLM), review (provenance viewer), export (PDF + audit events).
- Native bindings & offline-first UX: Bind to whisper.cpp and OCR via FFI; heavy inference runs in background isolates; provide explicit no-network mode with retry, resume, and crash-safe persistence.
- Secure storage: Encrypt artifacts in a local database; implement user session lock and multi-platform data protection.
Quick Start
Scaffold a desktop-first Flutter app skeleton that integrates local OCR, whisper.cpp transcription, and local LLM extraction, with modules for intake, processing, review, and export, plus encrypted local storage.