npm-workspaces

1 stars
14
C

Use when managing npm workspaces monorepos - package dependencies, build ordering, cross-package development, and publishing workflows

Also in: ci cd

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install mcclowes/omg/npm-workspaces
skilz install mcclowes/omg/npm-workspaces --agent opencode
skilz install mcclowes/omg/npm-workspaces --agent codex
skilz install mcclowes/omg/npm-workspaces --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mcclowes/omg
2. Copy the agent skill directory:
cp -r omg/.claude/skills/npm-workspaces ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
omg
Stars
1
Type
Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
14

Agent Skill Grade

C
Score: 77/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
23/30
Ease of Use
20/25
Writing Style
8/10
Utility
16/20
Modifiers: -2

Areas to Improve

  • Missing Table of Contents
  • Missing Troubleshooting Section
  • Tips Section Not Action-Oriented

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I was looking at your npm-workspaces skill and noticed you're tackling monorepo management—that's a genuinely tricky domain where most guides gloss over the real gotchas. Your approach here scores 77/100 (Grade C), which tells me you've got solid fundamentals but might be missing some of the edge cases that trip people up in production setups.

Links:

The TL;DR

You're sitting at 77/100 in C territory (70-79 range). This is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (12/15)—your YAML frontmatter and naming conventions are clean. Weakest pull is Utility (16/20)—you're missing the troubleshooting and error scenarios that separate "I read the docs" from "I can actually debug this."

What's Working Well

  • Solid triggers – "monorepos, dependencies, build ordering, publishing" are all spot-on for discoverability; the skill activates when it should
  • Efficient token use – Your Quick Start and Core Commands sections pack real value per line; no fluff
  • Good JSON templates – The package.json examples show cross-package dependencies clearly; developers can copy-paste and adapt
  • Consistent terminology – You stick with npm workspaces language throughout, which helps folks unfamiliar with the CLI still follow along

The Big One: Missing Troubleshooting Section

This is the gap that's costing you ~4 points. Right now you've got commands and tips, but zero guidance on what breaks and how to fix it. In the real world, people hit these problems:

  • npm install resolves weirdly and they don't know why
  • Workspace dependency loops cause cryptic errors
  • Build ordering fails silently

The fix: Add a ## Troubleshooting section after Tips with common error patterns:

### Depe...

Report Security Issue

Found a security vulnerability in this agent skill?