بنقرة واحدة
iptvnator-sqlite-db-worker
// Repository-specific guidance for Electron non-EPG SQLite worker boundaries, request-scoped DB progress events, and validation for slow DB operations.
// Repository-specific guidance for Electron non-EPG SQLite worker boundaries, request-scoped DB progress events, and validation for slow DB operations.
Repository-specific Nx monorepo structure, library placement rules, scoped path aliases, and migration guardrails for portal/workspace/app code.
Theme architecture, design tokens, shared SCSS library, portal header/sidebar patterns, Electron drag regions, and cross-portal style consistency.
Repository-specific UI design guidance for IPTVnator channel rows, EPG views, settings surfaces, shared selection styles, and light/dark theme consistency.
IPTVnator's Electron-first Xtream implementation, including feature/data-access boundaries, worker-backed DB flows, and Xtream loading/progress UX.
| name | iptvnator-sqlite-db-worker |
| description | Repository-specific guidance for Electron non-EPG SQLite worker boundaries, request-scoped DB progress events, and validation for slow DB operations. |
Use this skill when changing Electron SQLite operations, worker-backed database flows, DB progress events, or Xtream/playlist import/search/delete persistence.
apps/electron-backend/src/app/services/database-worker-client.tsapps/electron-backend/src/app/workers/database-worker.types.tsapps/electron-backend/src/app/workers/database.worker.tsapps/electron-backend/src/app/database/operations/libs/shared/database/src/docs/architecture/sqlite-db-worker.mdDB_OPERATION_EVENT progress for long-running operations.pnpm nx test electron-backend for worker/client/operation changes.IPTVNATOR_TRACE_DB=1 or IPTVNATOR_TRACE_SQL=1 for manual debugging.