EpicenterHQ

EpicenterHQ

@EpicenterHQ Organization

GitHub
35 Skills
161117 Total Stars
February 2026 Joined

Public Skills

typescript

by EpicenterHQ

TypeScript code style, type co-location, naming conventions (including acronym casing), test organization, and arktype patterns. Use when writing TypeScript code, defining types, naming variables/functions, organizing tests, or working with arktype schemas.

Database 4.6K 3mo ago

technical-articles

by EpicenterHQ

Writing technical articles and blog posts. Use when creating articles in docs/articles/ or blog content explaining patterns, techniques, or lessons learned.

File Ops 4.6K 3mo ago

writing-voice

by EpicenterHQ

Voice and tone rules for all written content. Use when writing prose that should sound human and be suitable for reading aloud.

Database 4.6K 3mo ago

git

by EpicenterHQ

Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit messages, creating PRs, or reviewing PR descriptions.

API Dev 4.6K 3mo ago

progress-summary

by EpicenterHQ

This skill should be used when the user asks questions like "can you summarize", "what happened", "what did we do", "what's the situation", "where are we at", "explain what's going on", "give me an overview", "what's been done", "tell me about this", "walk me through what happened", or any question asking to understand the current state of work or changes. Provides conversational, PR-style summaries with visual diagrams.

Auth 4.6K 3mo ago

method-shorthand-jsdoc

by EpicenterHQ

Move helper functions into return objects using method shorthand for proper JSDoc preservation. Use when factory functions have internal helpers that should expose documentation to consumers, or when hovering over returned methods shows no JSDoc.

Docs Gen 4.6K 3mo ago

github-issues

by EpicenterHQ

GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports, feature requests, or any GitHub discussion.

Code Review 4.6K 3mo ago

query-layer

by EpicenterHQ

Query layer patterns for consuming services with TanStack Query, error transformation, and runtime dependency injection. Use when implementing queries/mutations, transforming service errors for UI, or adding reactive data management.

Processing 4.6K 3mo ago

factory-function-composition

by EpicenterHQ

Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions that depend on external clients, wrapping resources with domain-specific methods, or refactoring code that mixes client/service/method options together.

API Dev 4.6K 3mo ago

monorepo

by EpicenterHQ

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

CLI Tools 4.6K 3mo ago

drizzle-orm

by EpicenterHQ

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

Processing 4.6K 3mo ago

honesty

by EpicenterHQ

Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for code review and technical discussions.

Code Review 4.6K 3mo ago

specification-writing

by EpicenterHQ

Write technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making. Use when planning features, documenting architecture decisions, or creating implementation guides.

Academic 4.6K 3mo ago

svelte

by EpicenterHQ

Svelte 5 patterns including TanStack Query mutations, shadcn-svelte components, and component composition. Use when writing Svelte components, using TanStack Query, or working with shadcn-svelte UI.

Automation 4.6K 3mo ago

tauri

by EpicenterHQ

Tauri path handling, cross-platform file operations, and API usage. Use when working with file paths in Tauri frontend code, accessing filesystem APIs, or handling platform differences in desktop apps.

API Dev 4.6K 3mo ago

yjs

by EpicenterHQ

Yjs CRDT patterns, shared types, conflict resolution, and meta data structures. Use when building collaborative apps with Yjs, handling Y.Map/Y.Array/Y.Text, implementing drag-and-drop reordering, or optimizing document storage.

Docs Gen 4.6K 3mo ago

styling

by EpicenterHQ

CSS and Tailwind styling guidelines. Use when writing styles, creating UI components, reviewing CSS/Tailwind code, or deciding on wrapper element structure.

Code Gen 4.6K 3mo ago

services-layer

by EpicenterHQ

Service layer patterns with createTaggedError, namespace exports, and Result types. Use when creating new services, defining domain-specific errors, or understanding the service architecture.

Debugging 4.6K 3mo ago

frontend-design

by EpicenterHQ

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Animation 4.6K 3mo ago

web-design-guidelines

by EpicenterHQ

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Accessibility 4.6K 3mo ago

better-auth-best-practices

by EpicenterHQ

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

Auth 4.6K 3mo ago

arktype

by EpicenterHQ

Arktype patterns for discriminated unions using .merge() and .or(), spread key syntax, and type composition. Use when building union types, combining base schemas with variants, or defining command/event schemas with arktype.

CLI Tools 4.6K 3mo ago

workspace-api

by EpicenterHQ

Workspace API patterns for defineTable, defineKv, versioning, and migrations. Use when defining workspace schemas, adding versions to existing tables/KV stores, or writing migration functions.

Code Gen 4.6K 3mo ago

error-handling

by EpicenterHQ

Error handling patterns using wellcrafted trySync and tryAsync. Use when writing or reviewing try-catch blocks, refactoring try-catch to linear control flow, working with Result types, or returning HTTP error responses from route handlers.

Processing 4.6K 3mo ago

control-flow

by EpicenterHQ

Human-readable control flow patterns for early returns, guard clauses, and linearizing nested logic. Use when refactoring nested conditionals, replacing try-catch with linear flow, or restructuring decision logic.

Code Review 4.6K 3mo ago

workflow

by EpicenterHQ

Standard workflow for implementing features with specs and planning documents. Use when starting a new feature, planning implementation, or working on any non-trivial task.

Agents 4.6K 3mo ago

single-or-array-pattern

by EpicenterHQ

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch processing APIs, or factory functions that should flexibly handle one or many inputs.

Code Gen 4.6K 3mo ago

rust-errors

by EpicenterHQ

Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to TypeScript, handling Tauri command errors, or creating discriminated union error types.

Processing 4.6K 3mo ago

incremental-commits

by EpicenterHQ

Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or features touching 3+ files.

Code Gen 4.6K 3mo ago

typebox

by EpicenterHQ

TypeBox and TypeMap patterns for schema validation. Use when working with runtime type validation, JSON Schema, or Standard Schema.

Code Review 4.6K 3mo ago

sync-construction-async-property-ui-render-gate-pattern

by EpicenterHQ

Sync construction with async property pattern. Use when creating clients that need async initialization but must be exportable from modules and usable synchronously in UI components.

Automation 4.6K 3mo ago

elysia

by EpicenterHQ

Elysia.js server patterns for error handling, status responses, and plugin composition. Use when writing Elysia route handlers, returning HTTP errors, creating plugins, or working with Eden Treaty type safety.

API Dev 4.6K 3mo ago

testing

by EpicenterHQ

Test file conventions for setup functions, factory patterns, test organization, type testing, and naming. Use when writing or modifying *.test.ts files, creating test setup functions, or reviewing test structure.

Docs Gen 4.6K 3mo ago

social-media

by EpicenterHQ

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

File Ops 4.6K 3mo ago

documentation

by EpicenterHQ

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

Comments 4.6K 3mo ago