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
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "skillzy"
version = "0.1.0"
edition = "2024"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/AstraBert/skillzy"
description = "Initialize and validate skills according to the specification adopted by agentskills.io and skills.sh"
keywords = ["skills", "coding-agent", "cli", "validation"]

[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.0", features = ["derive"] }
markdown-frontmatter = "0.5.1"
regex = "1.12.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"