Svelte 5 patterns including TanStack Query mutations, shadcn-svelte components, and component composition. Use when...
find ~/EpicenterHQ/ -name "*.skill"
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or...
Apply factory function patterns to compose clients and services with proper separation of concerns. Use when...
Write technical specifications that give agents enough context to implement features while leaving room for...
Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to...
Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or...
Sync construction with async property pattern. Use when creating clients that need async initialization but must be...
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or...
Query layer patterns for consuming services with TanStack Query, error transformation, and runtime dependency...
Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit...
Social media post guidelines for LinkedIn, Reddit, and Twitter/X. Use when drafting posts, announcements, or sharing...
Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services,...
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction...
CSS and Tailwind styling guidelines. Use when writing styles, creating UI components, reviewing CSS/Tailwind code,...
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using...
Move helper functions into return objects using method shorthand for proper JSDoc preservation. Use when factory...
Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals,...
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded...
GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports,...
Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch...