Development

monorepo - Claude MCP Skill

Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.

SEO Guide: Enhance your AI agent with the monorepo tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to monorepo script commands and conventions for this codebase. use when running builds, tests, formatti... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟283 stars • 267 forks
📥0 downloads

Documentation

SKILL.md
# Script Commands

The monorepo uses consistent script naming conventions:

| Command            | Purpose                                        | When to use |
| ------------------ | ---------------------------------------------- | ----------- |
| `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        |

## 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:

```bash
bun typecheck
```

This runs `turbo run typecheck` which executes the `typecheck` script in each package (e.g., `tsc --noEmit`, `svelte-check`).

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
EpicenterHQ/epicenter
Author
EpicenterHQ
Last Sync
1/26/2026
Repo Updated
1/26/2026
Created
1/12/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

monorepo - Claude/MCP Skill for AI Agents | SkillAvatars | SkillAvatars