> valid-skill
A valid test skill with proper formatting. This skill should pass all validations and serves as a reference for the expected format.
curl "https://skillshub.wtf/pproenca/dot-skills/valid-skill?format=md"Valid Skill
A simple valid skill for testing purposes.
When to Apply
Reference these guidelines when testing the skills-ref validator.
Quick Reference
1. Example Category (CRITICAL)
example-rule-one- First example rule for testingexample-rule-two- Second example rule for testing
How to Use
This skill is used for testing 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.
> too-long-skill
This skill has more than 500 lines which should fail validation.
> missing-references
This skill references rules that do not have corresponding files in the references directory.