monorepo
SKILL.md
Script Commands
The monorepo uses consistent script naming conventions:
| Command | Purpose | When to use |
|---|---|---|
bun format |
Fix formatting (biome) | Development |
bun format:check |
Check formatting | CI |
bun lint |
Fix lint issues (biome) | Development |
bun lint:check |
Check lint issues | CI |
bun typecheck |
Type checking (tsc, svelte-check, astro check) | Both |
Convention
- No suffix = fix (modifies files)
:checksuffix = check only (for CI, no modifications)typecheckalone = type checking (separate concern, cannot auto-fix)
After Completing Code Changes
Run type checking to verify:
bun typecheck
This runs turbo run typecheck which executes the typecheck script in each package (e.g., tsc --noEmit, svelte-check).
Weekly Installs
59
Repository
epicenterhq/epicenterGitHub Stars
4.3K
First Seen
Jan 20, 2026
Security Audits
Installed on
opencode55
gemini-cli54
claude-code53
codex52
github-copilot50
cursor50