← Back to Skills Marketplace
alirezarezvani

monorepo-navigator

by Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
306
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install monorepo-navigator
Description
Monorepo Navigator
Usage Guidance
This is a coherent, instruction-only monorepo guide. Before running anything from it: 1) review any commands that rewrite git history (git filter-repo) and make backups (clone, create tags, or mirror the repo) — those commands are destructive if misused; 2) inspect any example scripts that execute shell commands (the Node execSync example) before running them in your workspace; 3) remote cache configuration mentions TURBO_TOKEN / TURBO_TEAM / TURBO_API — only provide tokens or point caches at servers you trust (a malicious or misconfigured cache endpoint could receive build artifacts or metadata); 4) the examples clone from example GitHub URLs — replace with your real remotes and avoid running commands that fetch/merge unknown repos. If you want greater assurance, ask the skill author for a smaller, non-destructive demo or run commands in an isolated sandbox copy of your repo first.
Capability Analysis
Type: OpenClaw Skill Name: monorepo-navigator Version: 1.0.0 The monorepo-navigator skill bundle provides comprehensive documentation, configuration templates, and best practices for managing monorepos using Turborepo, Nx, and pnpm. While it includes a helper script (scripts/gen-dep-graph.js) that uses Node.js child_process.execSync to query package information, the usage is legitimate and scoped to the stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found across SKILL.md or the reference documentation.
Capability Assessment
Purpose & Capability
The name/description (monorepo tooling) matches the content: Turborepo, Nx, pnpm, changesets, dependency-graph generation, migration steps, CI patterns, and CLAUDE.md guidance are all within the stated purpose. The SKILL.md does reference remote-cache tokens (TURBO_TOKEN, TURBO_TEAM) and DATABASE_URL in example configs, which are relevant to CI/remote-cache setup for monorepos; their mention is appropriate for this domain even though the skill metadata does not declare required env vars.
Instruction Scope
The instructions include shell commands and example scripts that will read and write repository files, run Node (execSync), generate files, perform git operations (git clone, git filter-repo, git merge --allow-unrelated-histories), and contact remote services (Vercel/turbo remote cache, GitHub). These are expected for migration and build tooling, but some operations are destructive (git filter-repo rewrites history, merges with allow-unrelated-histories) and should be run only with backups and review. The skill does not instruct the agent to access unrelated system secrets or non-repo system paths.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Example scripts are provided for users to run themselves; the skill does not perform installs automatically.
Credentials
The SKILL.md references environment variables that are reasonable for CI and remote caching (TURBO_TOKEN, TURBO_TEAM, TURBO_API, NODE_ENV, DATABASE_URL). The skill metadata does not declare required env vars, which is acceptable for an instruction-only guide, but users should be aware examples assume those variables may exist and be used by the commands. No unrelated third-party credentials are requested.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, has no install actions, and does not request persistent platform privileges. It does not modify other skills' configs or platform-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install monorepo-navigator
  3. After installation, invoke the skill by name or use /monorepo-navigator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
Metadata
Slug monorepo-navigator
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is monorepo-navigator?

Monorepo Navigator. It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install monorepo-navigator?

Run "/install monorepo-navigator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is monorepo-navigator free?

Yes, monorepo-navigator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does monorepo-navigator support?

monorepo-navigator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created monorepo-navigator?

It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.

💬 Comments