From cogni-ai-developer
Reference and index of documentation pages for npm CLI commands and configurations. You MUST load this skill when interacting with the npm CLI or asking about npm configuration, package.json, or npm scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cogni-ai-developer:npm-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- markdownlint-disable MD013 MD023 MD031 MD032 -->
npm commands (e.g., npm install, npm exec, npm ci)..npmrc, package.json, or package-lock.json.yarn or pnpm.npm install instead of npm ci in CI environments can produce different dependency trees than committed in package-lock.json. Always use npm ci in CI for reproducible installs..npmrc files that are committed to the repository can expose credentials. Use npm token with environment variables or .npmrc entries scoped per-registry.postinstall and preinstall scripts in dependencies execute arbitrary code. Use npm install --ignore-scripts when installing untrusted packages, then selectively run scripts for trusted dependencies.engines field in package.json without also setting engine-strict=true in .npmrc means npm will only warn (not fail) on version mismatches.The following pages are mapped from the official npm CLI documentation (v11.15.0), with a small set of troubleshooting links sourced from the npm documentation repo (which tracks main). Use an available web fetching tool to read the raw markdown contents for deep insights into each command and concept.
To fully utilize this skill, you MUST read at least one of the links relevant to the current context:
npx claudepluginhub cogni-ai-ou/cogni-ai-agentic-collections --plugin cogni-ai-developerProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.