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.
npx skills add felipeblassioli/agent-skills --skill nx-monorepogit clone --depth 1 https://github.com/felipeblassioli/agent-skillsWrote 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.
[](https://agentmods.dev/skills/felipeblassioli/agent-skills/nx-monorepo)<a href="https://agentmods.dev/skills/felipeblassioli/agent-skills/nx-monorepo"><img src="https://agentmods.dev/badge/skills/felipeblassioli/agent-skills/nx-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.
<a href="https://agentmods.dev/skills/felipeblassioli/agent-skills/nx-monorepo"><img src="https://agentmods.dev/badge/skills/felipeblassioli/agent-skills/nx-monorepo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01419 |
| Opus 5 | $0.00028 | $0.00709 |
| Sonnet 5 | $0.00011 | $0.00284 |
| Haiku 4.5 | $0.00006 | $0.00142 |
Grade A, and why
nx-monorepo scanned grade A with 0 findings 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/authoring/rule-template.md 631 B
- assets/authoring/sections.md 1.8 KB
- assets/metadata.json 1.3 KB
- assets/templates/package-json-lib.json 445 B
- assets/templates/project-json-app.json 943 B
- assets/templates/project-json-lib.json 806 B
- assets/templates/tsconfig-lib.json 259 B
- assets/templates/tsconfig-spec.json 310 B
- CHANGELOG.md 479 B
- references/compiled-rules.md 29 KB
- references/rules/arch-apps-thin-shell.md 2.2 KB
- references/rules/arch-domain-purity.md 2.3 KB
- references/rules/arch-hexagonal-deps.md 2.4 KB
- references/rules/arch-library-first.md 2.0 KB
- references/rules/arch-project-locations.md 1.9 KB
- references/rules/build-composite-tsconfig.md 1.7 KB
- references/rules/build-no-circular-refs.md 1.8 KB
- references/rules/build-rootdir-separation.md 1.9 KB
- references/rules/build-tsconfig-base-locked.md 1.8 KB
- references/rules/linking-consumer-deps.md 1.5 KB
- references/rules/linking-exports-field.md 1.9 KB
- references/rules/linking-no-file-link.md 1.4 KB
- references/rules/linking-no-path-aliases.md 1.8 KB
- references/rules/linking-workspaces-coverage.md 1.8 KB
- references/rules/tags-hex-constraints.md 1.8 KB
- references/rules/tags-required-dimensions.md 1.7 KB
- references/TROUBLESHOOTING.md 6.4 KB
- scripts/check-package-json.sh 2.8 KB runs code
- scripts/check-project-tags.sh 2.6 KB runs code
- scripts/check-tsconfig.sh 3.4 KB runs code
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.
- 8d ago First seen · 122 lines · 57 tokens per session scan A c75e5215e704
nx-monorepo is a skill published in the GitHub repository felipeblassioli/agent-skills (2 stars, last pushed yesterday), with no licence file. It adds 57 tokens to every session and 1,419 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
monorepo-management
Monorepo tooling, task orchestration, and workspace architecture for JavaScript/TypeScript repositories. Use when setting up Turborepo, Nx, pnpm workspaces, or npm workspaces; designing package boundaries; configuring remote caching; optimizing CI for affected packages; managing versioning with Changesets; or…
add-a-lib
Scaffold a new shared library under libs/ in the builders-stack monorepo. Use when code is needed in two or more places (apps or services) and should become a single source of truth consumed by package name. Covers the package.json, tsconfig, the one-public-door src/index.ts barrel, and wiring it into a consumer…
monorepo
A guide to monorepos, where several related applications and shared libraries live in one code repository. It covers package workspaces, build tools, shared configuration, and releases.
no-bare-casts
Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.
aws-sst-development
SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.
league-akari-shard-development
Use when creating, extending, refactoring, splitting, or reviewing League Akari main or renderer shards, including shard file organization, controller/loader/executor/handler boundaries, naming conventions, renderer TSX usage, platform guards, and public contract compatibility.