with one click
sven
sven contains 3 collected skills from swedishembedded, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when creating, refactoring, or debugging Slint UI in sven-gui. Covers .slint markup, Theme usage, Rust bindings, callbacks, and sven-specific layout patterns. Load for tasks involving crates/sven-gui, .slint files, Slint components, or sven desktop UI changes.
Analyse the sven P2P agent network for infinite message loops (echo loops, delegation storms, circular routing). Use when investigating unexpected runaway traffic between agents, infinite back-and-forth between nodes, task chains that never terminate, or when adding a new message channel/handler and needing to verify it cannot loop. Covers all three channels: Task (delegate_task), Session (send_message), and Room (post_to_room).
Provides the authoritative layout of the sven repository. Load when the task involves: navigating the repo (finding where code lives), adding or moving crates/modules/files, modifying CI or release workflows, understanding build/test/release targets, restructuring directories, or any task where knowing where things are avoids a full exploration. Do NOT load for tasks that only edit code inside a single already-known file.