monorepo
✓Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.
Installation
SKILL.md
| bun format | Fix formatting (biome + prettier) | Development | | bun format:check | Check formatting | CI | | bun lint | Fix lint issues (eslint + biome) | Development | | bun lint:check | Check lint issues | CI | | bun typecheck | Type checking (tsc, svelte-check, astro check) | Both |
This runs turbo run typecheck which executes the typecheck script in each package (e.g., tsc --noEmit, svelte-check).
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking. Source: epicenterhq/epicenter.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill monorepo Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/epicenterhq/epicenter --skill monorepo- Source
- epicenterhq/epicenter
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is monorepo?
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking. Source: epicenterhq/epicenter.
How do I install monorepo?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicenterhq/epicenter --skill monorepo Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/epicenterhq/epicenter
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01