swpm
Unified commands across npm, yarn, pnpm, bun, and deno
All Skills in This Repository (8)
Pure Emerald Level Indicatorsswpm-dev-standards
Codify SWPM development standards for typing, naming, and file structure.
swpm-code-review
Automate SWPM code review checks for typing, naming, and export standards.
swpm-dev-guide
Guides developers through SWPM setup, build, test, and debugging commands.
swpm-keepachangelog
Enforce Keep a Changelog 1.1.0 formatting for SWPM CHANGELOG.md entries.
swpm-release
Bump SWPM versions in package.json and update CHANGELOG.md from commits.
swpm-conventional-commits
Enforce Conventional Commits 1.0.0 formatting for SWPM projects.
swpm-semver
Calculate SemVer 2.0.0 version bumps for SWPM releases from package.json and CHANGELOG.md.
swpm-manage-commands-args
Synchronize cmds and args mappings across SWPM package-manager configs.
Frequently Asked Questions
FAQPage SchemaHow to install swpm?โผ
Run `npx skills add deinsoftware/swpm --all -g -y` in your terminal to install all skills in this suite globally.
What problem does swpm solve?โผ
It lets you run one universal command like `swpm install` and automatically translates it to the correct syntax for whichever package manager the project uses, preventing broken lock files.
Which package managers does swpm support?โผ
It supports npm, yarn classic, yarn berry, pnpm, bun, and deno (v2.0+), detecting the right one from the project's lock file or a pinned setting.
How do the release and code review skills work?โผ
The release skill analyzes commits to suggest a SemVer bump and updates package.json and CHANGELOG.md, while the code review skill checks typing rules, naming conventions, and lint compliance automatically.
Does swpm work with AI coding agents?โผ
Yes. The included skills follow the universal SKILL.md standard, so agents in Claude Code, Cursor, and similar environments can enforce project standards and automate releases.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core