New Generator

How to add a new generator to hegel-rust. Use when the user asks to implement, add, or write a generator for a type — e.g. 'add a generator for Url', 'implement a UUID generator', 'write a generator for jiff::civil::Date'. Covers the generator struct, builder methods, Generator trait impl, argument validation, mod.rs wiring, rustdoc, and the required test set. Pair with the new-default-generator skill to also wire up gs::default::<T>().

hegeldev 0c311ee 12.3 KB Updated

File contents

hegeldev/hegel-rust/tree/main/.claude/skills/new-generator commit 0c311ee068

Frequently asked questions

npx skillmds@latest add hegeldev/new-generator