Skip to content

v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:43

Patch Changes

  • Spec-compliant tooling and multi-agent distribution overhaul.

    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.
    • Multi-agent install docs (Claude Code, Codex CLI, Cursor, OpenCode, Gemini CLI, Copilot) via the skills CLI.
    • post-check exemplar: a bundled lint-post.mjs validator plus a platform-limits reference; per-skill evals/evals.json for all 13 skills.

    Changed

    • All skill frontmatter uses block-style YAML (the canonical validator rejects flow arrays).
    • CI runs Prettier and the spec cross-check, and drift-checks the plugin manifests alongside the index and README table.