Project Helper
A local skill that provides project-specific guidance.
Instructions
- Read the project's README.md for context
- Check Cargo.toml for dependencies and configuration
- Review src/ directory structure
Project Conventions
- Use
cargo fmtbefore committing - Run
cargo clippyto check for lints - Tests go in the same file as the code they test