This repository's skills bundle has moved to
onsager-ai/dev-skills as part
of a cross-repo consolidation of engineering-methodology skills shared
across onsager-ai/* and codervisor/* projects. This repo is now
archived.
| Skill | New home |
|---|---|
git-commit |
onsager-ai/dev-skills/skills/git-commit |
github-integration |
onsager-ai/dev-skills/skills/github-integration |
parallel-worktrees |
onsager-ai/dev-skills/skills/parallel-worktrees |
rust-node-bootstrap |
onsager-ai/dev-skills/skills/rust-node-bootstrap |
rust-node-ci |
onsager-ai/dev-skills/skills/rust-node-ci |
rust-npm-publish |
onsager-ai/dev-skills/skills/rust-npm-publish |
Install all of them globally:
npx skills add -g onsager-ai/dev-skills --skill '*' -a claude-codeOr a single skill:
npx skills add -g onsager-ai/dev-skills --skill rust-node-ci -a claude-codeEach skill's git history was preserved during migration (via git subtree split for skills with substantial history; copies with
Import … commit messages for smaller skills referencing the
source SHA).
The composite actions under actions/ (setup-workspace,
rust-cross-build, compute-version, wait-npm-propagation) were
not part of the skills migration. Consumers that referenced
them by ref (e.g. uses: codervisor/forge/actions/setup-workspace@main)
should keep working against this archived repo — GitHub's archive
state preserves all refs. If you need to evolve any of those
actions, fork them into your own repo.
The skills here had drifted across onsager-ai/onsager,
onsager-ai/onsager-skills, onsager-ai/duhem, and
codervisor/lean-spec — each carrying its own copy or vendoring
forge via npx skills add. Consolidating into a single
onsager-ai/dev-skills bundle (one global install per machine,
single PR loop to evolve a skill) is simpler than maintaining
parallel copies and per-repo skills-lock.json entries pointing
at this repo.