rust-errors
๐ฏSkillfrom epicenterhq/epicenter
Provides Rust to TypeScript error handling patterns for Tauri apps, using discriminated union enums for type-safe error passing between Rust and TypeScript.
Same repository
epicenterhq/epicenter(45 items)
Installation
npx vibeindex add epicenterhq/epicenter --skill rust-errorsnpx skills add epicenterhq/epicenter --skill rust-errors~/.claude/skills/rust-errors/SKILL.mdSKILL.md
More from this repository10
In-code documentation skill for the Epicenter project, focused on writing folder READMEs, JSDoc comments, and code explanations that explain 'why' rather than 'what'
Svelte 5 patterns skill for Epicenter, covering TanStack Query mutations, shadcn-svelte components, and component composition with reactive state management
A Yjs real-time collaboration skill from Epicenter, a local-first, open-source app platform that lets users own their data and use any AI model.
Enforces TypeScript best practices for type definitions, naming conventions, code organization, and type safety patterns.
Social media post guidelines and writing voice skills for crafting platform-specific content on LinkedIn, Reddit, and Twitter/X with focus on technical audiences.
Enforces brutally honest feedback during code review and technical discussions, ensuring direct and transparent communication instead of agreeable responses.
Git commit and pull request guidelines skill using conventional commits format, covering commit types, scope usage, description rules, and breaking change conventions for the Epicenter project.
Handles cross-platform file paths and filesystem operations in Tauri desktop applications, providing platform-agnostic path manipulation and directory resolution.
Writes technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making.
Provides error handling patterns using wellcrafted's trySync and tryAsync utilities as a type-safe alternative to try-catch blocks. Enables graceful error recovery with explicit Result types (Ok/Err) for both synchronous and asynchronous operations.