Skip to content

Instantly share code, notes, and snippets.

View jhartquist's full-sized avatar

John Hartquist jhartquist

View GitHub Profile
@davidbarsky
davidbarsky / SKILL-1.md
Last active June 14, 2026 16:38
my Claude skills for authoring Rust. See the first comment for installation instructions!
name rustdoc
description Rust documentation conventions (RFC 1574). Apply when writing doc comments on public Rust items. Covers summary sentences, section headings, type references, and examples.

Rust Documentation Conventions (RFC 1574)

Apply these rules when writing doc comments (///) on public Rust items.

Summary Sentence