Releases: inklate/skills
Releases · inklate/skills
Release list
v0.0.1
Patch Changes
-
Spec-compliant tooling and release automation, mirrored from
inklate/social-skills.Added
- agentskills.io spec compliance: frontmatter hard limits (name ≤ 64, description ≤ 1024) and optional
license/compatibility;bun run validate:speccross-checks every skill against the canonicalskills-refvalidator. - Prettier (
bun run format/format:check). - Generated Claude Code plugin manifests (
plugin.json+marketplace.json) from a single version source, drift-checked in CI. - Per-skill
evals/evals.jsonfor all 6 skills.
Changed
- All skill frontmatter uses block-style YAML; every skill declares
license: MIT. - CI runs Prettier and the spec cross-check, and drift-checks the plugin manifests. Releases are Changesets-driven with per-skill zips.
- agentskills.io spec compliance: frontmatter hard limits (name ≤ 64, description ≤ 1024) and optional