skillzy 0.1.0

Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh
1
2
3
4
5
6
build = "cargo build"
test = "cargo test"
clippy-fix = "cargo clippy --fix --bin jake"
clippy = "cargo clippy"
format = "cargo fmt"
format-check = "cargo fmt --check"