RU

rust-rebuild

Manages isolated Rust source modification and validation.

Install

mkdir -p .claude/skills/rust-rebuild && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11143" && unzip -o skill.zip -d .claude/skills/rust-rebuild && rm skill.zip

Installs to .claude/skills/rust-rebuild

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Modify Allbert in an isolated rebuild worktree, run Tier A validation, and produce an operator-reviewed patch.
110 charsno explicit “when” trigger
Advanced

Key capabilities

  • Modify Rust source code
  • Run Tier A validation
  • Produce patch artifacts
  • Review code changes

How it works

It operates within an isolated worktree to modify Rust source code, mandating validation before patch production.

Inputs & outputs

You give it
Modification request
You get back
Patch artifact

When to use rust-rebuild

  • Updating core Rust logic
  • Applying self-improvement patches
  • Validating code changes

About this skill

Rust Rebuild

Use this skill only when the operator explicitly asks Allbert to change its own Rust source.

Safety Contract

  • Never edit the source checkout directly.
  • Never edit skills/rust-rebuild/ in the source checkout.
  • Work only inside the active self-improvement worktree.
  • Run the Tier A validation chain before proposing a patch.
  • Treat failures as needs-review, not as permission to bypass review.
  • Produce a concise summary plus the patch artifact path; do not inline large diffs in chat.

Operating Ritual

  1. Confirm that allbert-cli self-improvement config show resolves a source checkout and reports a pinned Rust toolchain.
  2. Use the kernel-created worktree path from the self-improvement workflow.
  3. Inspect files with read_file and make edits with write_file only inside that worktree.
  4. Use process_exec inside the worktree for validation commands.
  5. If validation fails, capture the failing command and the relevant output tail.
  6. Hand the operator a patch summary and next-step hint for approval.

The rebuild output is a review artifact, not an install action. The operator must explicitly approve and install any patch in a later step.

When not to use it

  • Editing source checkout directly
  • Editing rebuild skill files

Prerequisites

Allbert self-improvement config

Limitations

  • Never edit the source checkout directly
  • Requires operator approval for patches

How it compares

It enforces a strict safety contract and validation chain for self-improvement, unlike direct editing.

Compared to similar skills

rust-rebuild side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
rust-rebuild (this skill)03moNo flagsAdvanced
write-script-rust43moNo flagsBeginner
domain-cli16moNo flagsIntermediate
implementing-cards72moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry