Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
AzureFoxStudios/wabi
SkillsMP has collected 36 skills from AzureFoxStudios/wabi. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 36
- GitHub stars
- 4
- GitHub forks
- 2
Skills in this repository
Showing 36 of 36 collected skills.
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.