name: icebreakers-monorepo-cli description: Use when working with @icebreakers/monorepo in this pnpm/turbo monorepo. Covers CLI tasks like upgrade/up, init, sync, clean, mirror, creating new template packages (tsdown/tsup/unbuild/vitepress/etc), generating agentic prompt templates (monorepo ai create/new), and editing monorepo.config.ts defaults.
Icebreakers Monorepo Cli
Overview
Map user requests to the correct monorepo CLI command, templates, and configuration defaults.
Quick Workflow
- Confirm the workspace root (look for
pnpm-workspace.yamlandpackage.json). - Check
monorepo.config.tsfor command defaults or overrides. - Select the task below and follow the linked reference.
Tasks
Create a template package
- Use
monorepo new [path](aliascreate) and pick a template fromreferences/templates.md. - Example: for "create a tsdown app in apps/my-app", run
npx monorepo new apps/my-appand selecttsdown. - For non-interactive defaults, set
commands.create.defaultTemplateinmonorepo.config.ts.
Upgrade or sync monorepo assets
- Use
monorepo up(upgrade) and options fromreferences/commands.md.
Generate agentic prompt templates
- Use
monorepo ai create(ai new) and options fromreferences/commands.md.
Maintenance tasks
- Use
monorepo clean,sync,mirror, orinitfromreferences/commands.md. - Confirm destructive actions (clean) and note repo-wide effects.
References
-
references/commands.mdfor CLI options and flags. -
references/templates.mdfor template mapping and placement. -
references/config.mdformonorepo.config.tsdefaults.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
44
GitHub Forks
7
Created
Jan 2026
Last Updated
3 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!