Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or...
find ~/EpicenterHQ/ -name "*.skill"
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction...
GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports,...
Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit...
Apply factory function patterns to compose clients and services with proper separation of concerns. Use when...
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using...
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded...
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or...