بنقرة واحدة
crypto
Client-side cryptography with libsodium. Use when working on files in src/lib/crypto/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Client-side cryptography with libsodium. Use when working on files in src/lib/crypto/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
UI component patterns for React 19, shadcn/ui, and Tailwind. Use when working on files in src/components/.
Loro CRDT state management with loro-mirror. Use when working on files in src/lib/crdt/.
Playwright E2E testing patterns. Use when working on files in tests/e2e/.
CSV and OFX transaction import parsing. Use when working on files in src/lib/import/.
Real-time sync with Supabase, Loro CRDT, and IndexedDB. Use when working on files in src/lib/sync/.
tRPC v11 API layer with Zod and Ed25519 auth. Use when working on files in src/server/.
| name | crypto |
| description | Client-side cryptography with libsodium. Use when working on files in src/lib/crypto/. |
All crypto happens client-side. Server NEVER sees plaintext.
sodium.compare for secretssodium.memzero when donecrypto.randomBytes → use sodium.randombytes_bufawait sodium.ready before operationsUse property-based tests for roundtrip verification with fast-check.