monorepo

monorepo is a skill for Claude Code from saajunaid/caddis-plugin. It costs 82 tokens per session (2,167 once invoked), scanned C, original, no licence file.

A management setup for monorepos, where multiple applications and shared packages live in one Git repository. It focuses on Turborepo and pnpm workspaces.

In plain words
What is it for?
Use it to configure Turborepo and pnpm, organize apps and packages, share UI or configuration libraries, and support selective CI/CD builds.
Why use it?
It helps coordinate shared code, task dependencies, versions, caching, and builds that only include affected applications or packages.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter.

Good fit Use it to configure Turborepo and pnpm, organize apps and packages, share UI or configuration libraries, and support selective CI/CD builds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saajunaid/caddis-plugin/monorepo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add saajunaid/caddis-plugin --skill monorepo
Clone the repo
git clone --depth 1 https://github.com/saajunaid/caddis-plugin

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for monorepo

README.md
[![agentmods](https://agentmods.dev/badge/skills/saajunaid/caddis-plugin/monorepo/github.svg)](https://agentmods.dev/skills/saajunaid/caddis-plugin/monorepo)
Your own site
<a href="https://agentmods.dev/skills/saajunaid/caddis-plugin/monorepo"><img src="https://agentmods.dev/badge/skills/saajunaid/caddis-plugin/monorepo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for monorepo

Your own site · 80×15
<a href="https://agentmods.dev/skills/saajunaid/caddis-plugin/monorepo"><img src="https://agentmods.dev/badge/skills/saajunaid/caddis-plugin/monorepo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,167 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.02167
Opus 5 $0.00041 $0.01084
Sonnet 5 $0.00016 $0.00433
Haiku 4.5 $0.00008 $0.00217

Measured 5d ago against content hash 03168f2ed312, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

monorepo scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

"clean": "turbo clean && rm -rf node_modules"
.github/skills/devops/monorepo/SKILL.md · 268 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 268 lines · 82 tokens per session scan C 03168f2ed312

Subscribe to this mod's changes

monorepo is a skill published in the GitHub repository saajunaid/caddis-plugin (0 stars, last pushed 10d ago), with no licence file. It adds 82 tokens to every session and 2,167 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

worktree-isolation

Worktree isolation for parallel agent execution in the pipeline.

Insajin/autopus-adk · 15 tokens

ci-cd

A guide for designing automated build and delivery workflows with GitHub Actions. These workflows can run checks such as tests, code-quality scans, coverage checks, and builds when code is pushed or a pull request is opened.

Insajin/autopus-adk · 18 tokens

git-worktrees

A guide to Git worktrees, which let you check out and work on multiple branches in separate directories at the same time. It includes patterns for isolating parallel coding-agent work.

Insajin/autopus-adk · 18 tokens

commit

Atomic git commit with conventional message. Use when the user says "commit", "save my changes", "commit this", or wants to create a git commit. Stages specific files, writes a conventional commit message with body explaining non-obvious decisions. Never uses git add -A.

congchuanling-dot/Cohort · 59 tokens

ai-agents-generation-and-release

Operate the ai-agents generation and release machinery, covering the seven buildall.py generators, generateagents.py, syncpluginlib.py, the drift gates, the version-free plugin manifests, and the npm publish path. Use when you say regenerate the mirrors, run the drift checks, why is the plugin version gate red…

rjmurillo/ai-agents · 110 tokens

merge-resolver

Resolve merge conflicts by analyzing git history and commit intent. Handles PR conflicts, branch conflicts, and session file conflicts with automated resolution for known patterns. Use when you say "resolve merge conflicts", "fix conflicts on this branch", "PR has conflicts with main", "can't merge due to conflicts"…

rjmurillo/ai-agents · 93 tokens