templates/.claude/skills/npm-publish/SKILL.md
Publish package to npm registry with pre-checks
npx skillsauth add baekenough/oh-my-customcode omcustom:npm-publishInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Publish package to npm registry with comprehensive pre-publish checks and validation.
--tag npm dist-tag (default: latest)
--dry-run Run all checks without publishing
--skip-tests Skip test execution
1. Validate package.json configuration
2. Check version against registry
3. Run pre-publish checks (tests, lint, build)
4. Execute npm pack (dry-run)
5. Publish with appropriate tag
6. Verify publication success
[NPM Publish] [email protected]
Pre-checks: All passed
Registry: https://registry.npmjs.org
Tag: latest
Package published successfully.
[NPM Publish] Failed
Error: {error_message}
Suggested fix: {fix_suggestion}
# Publish to npm with all checks
npm-publish
# Publish to beta tag
npm-publish --tag beta
# Validate without publishing
npm-publish --dry-run
development
Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
development
Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
tools
Analyze task trajectories to propose reusable SKILL.md candidates from successful patterns
data-ai
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis