EpicenterHQ

Epicenter

@EpicenterHQ
28 skills 111,328 total stars

find ~/EpicenterHQ/ -name "*.skill"

Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals,...

In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or...

Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded...

Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using...

Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit...

GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports,...

Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction...

Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or...

Move helper functions into return objects using method shorthand for proper JSDoc preservation. Use when factory...

Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or...

Query layer patterns for consuming services with TanStack Query, error transformation, and runtime dependency...

Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to...

Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services,...

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch...

Social media post guidelines for LinkedIn, Reddit, and Twitter/X. Use when drafting posts, announcements, or sharing...

Write technical specifications that give agents enough context to implement features while leaving room for...

CSS and Tailwind styling guidelines. Use when writing styles, creating UI components, reviewing CSS/Tailwind code,...

Svelte 5 patterns including TanStack Query mutations, shadcn-svelte components, and component composition. Use when...