monorepo

The monorepo uses consistent script naming conventions:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "monorepo" with this command: npx skills add epicenterhq/epicenter/epicenterhq-epicenter-monorepo

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)

  • :check suffix = check only (for CI, no modifications)

  • typecheck alone = 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 ).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

svelte

No summary provided by upstream source.

Repository SourceNeeds Review
General

documentation

No summary provided by upstream source.

Repository SourceNeeds Review
General

writing-voice

No summary provided by upstream source.

Repository SourceNeeds Review
General

git

No summary provided by upstream source.

Repository SourceNeeds Review