npm-workspaces
Use when managing npm workspaces monorepos - package dependencies, build ordering, cross-package development, and publishing workflows
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-workspacesskilz install mcclowes/omg/npm-workspaces --agent opencodeskilz install mcclowes/omg/npm-workspaces --agent codexskilz install mcclowes/omg/npm-workspaces --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mcclowes/omgcp -r omg/.claude/skills/npm-workspaces ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
torch-geometric
by davila7
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, ...
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
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 installresolves 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...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.