All skills
Skillintermediate
Project Instructions
Native binaries are on GCS, not GitHub releases. To install a specific version:
Claude Code Knowledge Pack7/10/2026
Overview
Project Instructions
- Writing: keep user's voice, conversational, stick closely to what user said without making things up, but fix small grammar mistakes
- After adding or renaming tips, run
node scripts/generate-toc.jsto update the table of contents ~/.claude/CLAUDE.mdis symlinked toGLOBAL-CLAUDE.mdin this repo- When committing changes to the plugin (skills, plugin.json, etc.), bump the patch version in both
.claude-plugin/plugin.jsonand.claude-plugin/marketplace.json. Don't bump for non-plugin changes like system prompt patches. - Git tags/releases (e.g.
v0.25.1) and plugin versions (e.g.0.14.9) are separate. The git tag follows the repo release progression and is bumped for any change. The plugin version is only inplugin.jsonandmarketplace.json.
Installing a specific native binary version
Native binaries are on GCS, not GitHub releases. To install a specific version:
- Fetch the manifest:
curl -sL "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/{VERSION}/manifest.json" - Download the binary (use a safeclaw container):
.../claude-code-releases/{VERSION}/{PLATFORM}/claudewhere PLATFORM isdarwin-arm64,linux-arm64, etc. - Verify SHA256 checksum against the manifest
- Place at
~/.local/share/claude/versions/{VERSION}andchmod 755 - Update symlink:
ln -sf ~/.local/share/claude/versions/{VERSION} ~/.local/bin/claude - Patch with
bash system-prompt/{VERSION}/patch-native.sh