Skip to content

Releases: inklate/skills

Release list

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:17

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:spec cross-checks every skill against the canonical skills-ref validator.
    • 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.json for 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.