Dev toolkit for AI-assisted software development. Release pipeline, license compliance, repo visibility guard, and best practices.
Install
npx skillscat add wipcomputer/wip-dev-tools Install via the SkillsCat registry.
WIP Dev Tools
A collection of tools for AI-assisted software development.
What's Included
wip-release
One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub Packages, creates GitHub release.
Install: npm install -g @wipcomputer/wip-release
Usage: wip-release patch --notes="description"
Docs: README | REFERENCE
wip-license-hook
License rug-pull detection. Scans dependencies and forks for license changes. Git hooks block bad merges. Generates compliance dashboard.
Install: npm install -g @wipcomputer/wip-license-hook
Usage: wip-license-hook scan
Docs: README
wip-repo-permissions-hook
Repo visibility guard. Blocks repos from going public without a -private counterpart. CLI, Claude Code hook, OpenClaw plugin.
Usage: wip-repo-permissions check <org/repo> or wip-repo-permissions audit <org>
Docs: README
deploy-public.sh
Private-to-public repo sync. Excludes ai/ folder. Creates PR and merges.
Usage: bash guide/scripts/deploy-public.sh <private-repo-path> <public-github-repo>
Dev Guide
Best practices for AI development teams: release process, repo structure, ai/ folder convention, branch protection, private/public patterns.
Read: DEV-GUIDE.md
Setup
To install all tools:
npm install -g @wipcomputer/wip-release @wipcomputer/wip-license-hookFor the deploy script, clone this repo and run it directly:
bash guide/scripts/deploy-public.sh /path/to/private-repo org/public-repo