error-handling
๐ฏSkillfrom epicenterhq/epicenter
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.
Same repository
epicenterhq/epicenter(45 items)
Installation
npx vibeindex add epicenterhq/epicenter --skill error-handlingnpx skills add epicenterhq/epicenter --skill error-handling~/.claude/skills/error-handling/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.
Provides Rust to TypeScript error handling patterns for Tauri apps, using discriminated union enums for type-safe error passing between Rust and TypeScript.
Handles cross-platform file paths and filesystem operations in Tauri desktop applications, providing platform-agnostic path manipulation and directory resolution.
Documents monorepo script commands and conventions for the Epicenter codebase, covering builds, tests, formatting, linting, and type checking with Bun.