
EpicenterHQ/epicenter
Press shortcut → speak → get text. Free and open source. More local-first apps soon ❤️
git
@epicenterhq/epicenter
Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit messages, creating PRs, or reviewing PR descriptions.
documentation
@epicenterhq/epicenter
In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or explaining code organization.
technical-articles
@epicenterhq/epicenter
Writing technical articles and blog posts. Use when creating articles in docs/articles/ or blog content explaining patterns, techniques, or lessons learned.
monorepo
@epicenterhq/epicenter
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.
github-issues
@epicenterhq/epicenter
GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports, feature requests, or any GitHub discussion.
error-handling
@epicenterhq/epicenter
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using try-catch blocks, or working with Result types and graceful error recovery.
