
Monorepo
- 114 installs
- 99 repo stars
- Updated August 4, 2026
- thebeardedbearsas/claude-craft
Helps with ai & agent building tasks.
About
monorepo is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- monorepo
- AI & Agent Building
- AI-coding skill
Monorepo by the numbers
- 114 all-time installs (skills.sh)
- Ranked #3,964 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thebeardedbearsas/claude-craft --skill monorepoAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 114 |
|---|---|
| repo stars | ★ 99 |
| Last updated | August 4, 2026 |
| Repository | thebeardedbearsas/claude-craft ↗ |
What it does
Helps with ai & agent building tasks.
Files
Monorepo — Nx, Turborepo, pnpm Workspaces
Monorepo moderne avec caching distribué, task orchestration.
Tools
Nx — Graph-based, plugins, enterprise Turborepo — Simple, fast, Vercel pnpm workspaces — Léger, fast Lerna — Legacy (migrer)
Turborepo
{ "pipeline": {
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
"test": { "cache": true }
}}pnpm turbo build # Cache
pnpm turbo test --filter=...@mainNx
nx affected --target=build
nx graphCode Sharing
monorepo/
├── packages/ (ui, utils, config)
├── apps/ (web, api, mobile)import { Button } from '@monorepo/ui';Caching
Local — Dev | Remote — Team (Vercel, Nx Cloud) | Distributed — CI
npx turbo login && npx turbo link # Turborepo
npx nx connect-to-nx-cloud # Nxpnpm Workspaces
packages: ['packages/*', 'apps/*']Best Practices
Atomic commits | Versioning (changesets) | CI (affected) | Shared configs (root)
---
Voir @.claude/skills/tooling/SKILL.md
Related skills
AI & Agent Buildingagents