Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٣٦ من skills من AzureFoxStudios/wabi. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٣٦ من أصل ٣٦ skills مجمعة.
Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
لغة النص الأصلي: الإنجليزية
Wabi production deployment and runtime debugging. Covers the Rust wabi-server binary (rust_embed static frontend), the SvelteKit build-mode mismatch (adapter-static SPA vs adapter-node SSR and why the Rust server needs index.html),…
لغة النص الأصلي: الإنجليزية
Verify a Wabi binary before swap: addons, probes, locks.
لغة النص الأصلي: الإنجليزية
Deploy wabi-server (WabiDB-embedded Rust binary) to Tim or other hosts. Build static frontend + release binary, bind-mount swap, health checks. Cloudflare is optional. Always audit live stack before deploy.
لغة النص الأصلي: الإنجليزية
Replace sunburst settings SVG with proper gear icon in Wabi.
لغة النص الأصلي: الإنجليزية
Ship Wabi Lore across Git, Tim, and runtime.
لغة النص الأصلي: الإنجليزية
Use when Wabi live runtime breaks after a deploy.
لغة النص الأصلي: الإنجليزية
Audit Wabi data privacy, deletion semantics, and retention.
لغة النص الأصلي: الإنجليزية
ServerRail density, side, popout, logo, persistence.
لغة النص الأصلي: الإنجليزية
Wabi self-hostable login and boot branding. Use when a self-hosted Wabi needs a custom server brand, alternate login theme, boot splash, or new launch-page config. Covers `Login.svelte`, `LaunchPanel.svelte`, boot shell mechanics, branding config, and how to…
لغة النص الأصلي: الإنجليزية
Use when building or revamping the Wabi Rust CLI TUI.
لغة النص الأصلي: الإنجليزية
CORS configuration for WabiServer deployments, especially behind Cloudflare tunnels. Covers WABI_CORS_ORIGINS setup, header forwarding, and debugging CORS failures.
لغة النص الأصلي: الإنجليزية
Run the Wabi website-finish implementation loop — Hermes captain + OpenCode DeepSeek-v4 workers, card cadence, free-model stall recovery, and Tim deploy batches. Use when Ronin asks to finish wabi.chat via the loop, burn SuperGrok/DeepSeek battery on DoD…
لغة النص الأصلي: الإنجليزية
Wabi frontend architecture patterns: surface routing, layout shell, right-panel system, and how mature standalone modules are isolated and merged into the main app. Use when refactoring the SvelteKit frontend, integrating standalone routes like `/business`…
لغة النص الأصلي: الإنجليزية
Use when OpenCode does multi-phase Wabi UX revival.
لغة النص الأصلي: الإنجليزية
Use when reviving or extending Wabi Planner UX.
لغة النص الأصلي: الإنجليزية
Use when adding/editing Wabi themes or ambient effects. Map + checklists.
لغة النص الأصلي: الإنجليزية
Use when extending Wabi Rust TUI FPS or admin screens.
لغة النص الأصلي: الإنجليزية
Client-side WabiDB work in the SvelteKit frontend (frontend/src/lib/wabidb/). Covers the IndexedDB outbound-queue store, scope registry, and the "Offline & Storage" settings wiring. Use when reviewing, fixing, or extending the WabiDB client abstraction, the…
لغة النص الأصلي: الإنجليزية
Integrate WabiDB engine into wabi-server and close the assault queue gaps.
لغة النص الأصلي: الإنجليزية
Troubleshooting guide for WabiChat deployment and runtime issues, including 502 errors, service health checks, and deployment verification.
لغة النص الأصلي: الإنجليزية
Learn the wabi-server REST API handler patterns — route registration, auth, payloads, error handling, and all endpoint groups.
لغة النص الأصلي: الإنجليزية
Client-side WabiDB offline persistence layer (frontend/src/lib/wabidb): outbound queue, scope registry, ALL emit sites wired for offline, SQLite stub retired. Use when touching the frontend WabiDB client, StorageSettings Offline & Storage UI, or any outbound…
لغة النص الأصلي: الإنجليزية
Fact-checked reference for WabiDB's event-store architecture and API.
لغة النص الأصلي: الإنجليزية
Learn WabiDB crash recovery patterns from the 5 implemented crash points.
لغة النص الأصلي: الإنجليزية
Learn WabiDB's 4 inline fuzz targets for binary format safety.
لغة النص الأصلي: الإنجليزية
Learn WabiDB's benchmark suite — 24 criterion benchmarks measuring projection read performance across get, list, and compact operations on 10k records.
لغة النص الأصلي: الإنجليزية
Learn WabiDB subprocess power-loss testing with 5 crash boundaries.
لغة النص الأصلي: الإنجليزية
Learn WabiDB's projection engine: materialized views, the Projection trait, compaction, and all 20+ registered index handlers.
لغة النص الأصلي: الإنجليزية
Learn WabiDB replication deployment patterns for production environments.
لغة النص الأصلي: الإنجليزية
Learn WabiDB replication system including SyncTransport and HTTP endpoints.
لغة النص الأصلي: الإنجليزية
Learn WabiDB storage format specification from STORAGE_FORMAT.md
لغة النص الأصلي: الإنجليزية
Learn the WabiStore trait — WabiDB's typed domain API with 50+ read/write methods, and its two implementations: WdbAdapter and LocalWabiStore.
لغة النص الأصلي: الإنجليزية
Learn WabiDB testing: unit, integration, property, fuzz, and crash.
لغة النص الأصلي: الإنجليزية
Learn WabiDB transaction system and ACID guarantees.
لغة النص الأصلي: الإنجليزية
Learn WabiDB integration patterns for wabi-server adapter.
لغة النص الأصلي: الإنجليزية