> missing-references
This skill references rules that do not have corresponding files in the references directory.
curl "https://skillshub.wtf/pproenca/dot-skills/missing-references?format=md"Missing References Skill
This skill has rules in Quick Reference that are missing reference files.
Quick Reference
1. Example Category (CRITICAL)
missing-rule-one- This rule has no reference filemissing-rule-two- This rule also has no reference fileexisting-rule- This rule has a reference file
How to Use
This skill is used for testing reference consistency validation.
> related_skills --same-repo
> rust-write-tests
Skill for writing expert-level Rust tests. Teaches the "What Could Break?" framework, five transformations from superficial to expert tests, flake hunting protocol, intent-based assertions, naming conventions, and a mandatory self-review checklist. Triggers on writing Rust tests, designing test cases, improving test quality, or reviewing test coverage.
> rust-implement
Write production-grade Rust code using a multi-pass approach. Design types first, then implement, then simplify, then verify with automated lint. Use this skill whenever writing new Rust functions, structs, modules, or features. Triggers on Rust implementation, new Rust code, Rust functions, Rust modules, error handling in Rust, async Rust, or type design in Rust.
> valid-skill
A valid test skill with proper formatting. This skill should pass all validations and serves as a reference for the expected format.
> too-long-skill
This skill has more than 500 lines which should fail validation.