← ClaudeAtlas

rust-workspace-documentationlisted

Reconcile a Rust repository's Markdown and agent-facing documentation with its current code, manifests, commands, ownership, and validation workflow. Use when behavior or structure changes require coordinated updates to README, architecture, contributor, operational, or agent guidance. Do not use for a public-API rustdoc-only refresh, a narrow copyedit, or undocumented code changes.
genaptic/skillsets · ★ 1 · Data & Documents · score 70
Install: claude install-skill genaptic/skillsets
## Outcome Produce a reviewed, evidence-backed documentation change that describes the repository as it currently behaves, preserves clear ownership between documents, and leaves validation claims traceable to commands that actually ran. ## Compatibility Portable across Claude Code, Codex, and OpenCode. Work against the target repository's Rust toolchain, MSRV, edition, workspace layout, lockfile policy, and documented commands; Edition 2024 examples require Rust 1.85 or newer. Network access is optional: use current primary sources when allowed, otherwise identify which external guidance could not be refreshed. Native-client behavior is unverified until a dated report records the client version and exact source commit. ## Use this skill when - A Rust change alters commands, modules, crate ownership, workflows, configuration, examples, compatibility, or validation and several repository-owned Markdown surfaces may drift. - The task is to audit or refresh README files, architecture documents, contributor guides, operational runbooks, agent instructions, or an explicit documentation inventory as one pass. - A branch or worktree needs a no-op documentation audit whose result must be supported by source and diff evidence. ## Do not use this skill when - The requested output is exclusively public API documentation, `//!`/`///` comments, or doctests; use `rustdoc-maintenance`. - The user asks for a localized copyedit and does not need repository-wide reconciliation.