document-update — how to use document-update how to use document-update, document-update setup guide, Rust documentation best practices, document-update alternative, document-update vs rustdoc, keeping rust docs up-to-date, rust documentation workflow, document-update install, rust code commenting

v1.0.0
GitHub

About this Skill

Perfect for Code Maintenance Agents needing automated Rust documentation updates. document-update is a library crate for maintaining accurate and consistent Rust documentation, ensuring that comments and code remain in sync.

Features

Updates Rust doc comments to reflect current code
Supports synchronization of non-doc comments with code changes
Automatically updates README files to ensure consistency
Identifies and addresses out-of-sync files, including Rust modules and public types/functions
Treats current code as the source of truth, preventing unnecessary changes

# Core Topics

Kotaro7750 Kotaro7750
[0]
[0]
Updated: 1/19/2026

Quality Score

Top 5%
23
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Kotaro7750/typing_engine/document-update

Agent Capability Analysis

The document-update MCP Server by Kotaro7750 is an open-source Community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use document-update, document-update setup guide, Rust documentation best practices.

Ideal Agent Persona

Perfect for Code Maintenance Agents needing automated Rust documentation updates.

Core Value

Empowers agents to keep Rust documentation aligned with current code by updating doc comments, non-doc comments, and README files, ensuring consistency without changing behavior or APIs, and supporting Rust modules, public types, and functions.

Capabilities Granted for document-update MCP Server

Updating Rust doc comments for public types and functions
Synchronizing README files with current codebase
Maintaining consistency between code and documentation for Rust modules

! Prerequisites & Limits

  • Limited to Rust programming language
  • Does not modify code, only updates documentation
  • Requires identification of files changed or out of sync
Project
SKILL.md
2.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Document Update

Overview

Keep docs and comments aligned with the current code by updating Rust doc comments, non-doc comments, and README without changing behavior or APIs.

Workflow

1) Establish scope and sources of truth

  • Identify which files changed or are likely out of sync (Rust modules, public types/functions, README).
  • Treat current code as the source of truth; do not change code while updating docs.
  • If doc changes imply code changes are needed, stop and ask.

2) Read existing tone and structure

  • Read the local section/module/file to match tone, language, and formatting.
  • If the file mixes languages, prefer the surrounding section’s language.
  • Keep README concise; do not inflate with speculative content.

3) Update Rust doc comments

  • Module-level //!: Describe the module’s role, then explain relationships and differences between its major symbols (types/functions/modules) and how they fit together.
  • Item-level ///: Explain design intent, invariants, constraints, tradeoffs, and non-obvious behavior. Avoid repeating obvious names, fields, or signatures.
  • Add/adjust examples only when they clarify non-obvious usage or invariants.

4) Update non-doc comments (//, /* */)

  • Use comments for rationale and high-level flow of complex logic.
  • Avoid restating line-by-line behavior; prefer intent and “why.”
  • Remove or rewrite comments that are now misleading or redundant.

5) Update README

  • Ensure summary, usage pointers, and examples align with current API and behavior.
  • Keep the README brief; link to docs.rs or other references when appropriate.

6) Final consistency check

  • No code changes.
  • No stale terminology or outdated file/module names.
  • Comments do not contradict each other or the code.

Quality Checklist

  • Doc comments explain intent and invariants, not just “what.”
  • Module docs explain relationships/differences between key symbols.
  • Non-doc comments describe rationale or flow for complex sections.
  • README aligns with current public API and behavior.
  • Language and tone match the existing file.

References

  • references/doc-style.md for project-specific tone and conventions.

Related Skills

Looking for an alternative to document-update or building a Community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication