Upgrade chisel and refresh skills
You upgraded chisel and want your installed agent skills to match the new version’s rules. This guide upgrades the CLI package and refreshes the installed skills in one go.
Upgrade the CLI
Section titled “Upgrade the CLI”chisel update selfchisel update self --manager uv # auto | pip | pipx | uvchisel update self --dry-runchisel-js update selfchisel-js update self --manager bun # auto | npm | bunchisel-js update self --dry-runupdate self detects how the package was installed and re-installs the
latest version. Use --manager to force a specific package manager, and
--dry-run to preview.
Refresh the installed skills
Section titled “Refresh the installed skills”Skills shipped with the new version may have changed; fix guidance
wording, new rules, restructured references. update skills overwrites
the installed skills with the bundled copies so they always match the
checker version you’re on.
chisel update skills --target codexchisel update skills --target claude -y # no confirmation (automation)chisel update skills --target codex --dry-run --jsonchisel-js update skills --target codexchisel-js update skills --target claude -ychisel-js update skills --target codex --dry-run --jsonupdate skills always overwrites local modifications, so chisel asks for
confirmation before writing.
Verify
Section titled “Verify”After upgrading, run a check to confirm the new ruleset behaves as expected on your code:
chisel --versionchisel check ./your-backend --strictchisel-js --versionchisel-js check ./your-frontendWhat’s next
Section titled “What’s next”- Give your AI agent the rules: the first-install flow (if you skipped it).
- Commands reference: every flag for
update selfandupdate skills, side by side.