Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    redisearch

    rust-docs-guidelines

    redisearch/rust-docs-guidelines
    Writing
    6,080
    3 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Guidelines for writing Rust documentation

    SKILL.md

    Rust Docs Guidelines

    Standards to follow when writing Rust documentation.

    Guidelines

    • Key concepts should be explained only once. All other documentation should use an intra-documentation link to the first explanation.
    • Always use an intra-documentation link when mentioning a Rust symbol (type, function, constant, etc.).
    • Avoid referring to specific lines or line ranges, as they may change over time. Use line comments if the documentation needs to be attached to a specific code section inside a function/method body.
    • Focus on why, not how. In particular, avoid explaining trivial implementation details in line comments.
    • Refer to constants using intra-documentation links. Don't hard-code their values in the documentation of other items.
    • Intra-documentation links to private items are preferable to duplication. Add #[allow(rustdoc::private_intra_doc_links)] where relevant.
    Recommended Servers
    Astro Docs
    Astro Docs
    Google Docs
    Google Docs
    Docfork
    Docfork
    Repository
    redisearch/redisearch
    Files