Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:03
· 10 commits to main since this release

What changed

Aligns the skill bundle with the Agent Skills spec (https://agentskills.io/specification), the open standard shared by Claude Code, Claude.ai, and other tools.

Added

  • Spec-compliant frontmatter. Every skill's frontmatter now carries license: MIT and a metadata block (author: betahope, bundle-version). The build reads the version from the VERSION file through a new built-in {{var:BUNDLE_VERSION}} directive, so a release zip identifies which bundle version it came from.
  • compatibility field on cofounder-team-upgrade. Marks it Claude Code only, since it needs git and a local clone. This is the spec's intended use of that field.
  • CI validation gate. The release workflow now validates every built skill, in both flavors, with the official skills-ref validator right after building and before zipping, so an off-spec skill can never ship.
  • "Built on an open standard" section in README.md. The intro now calls the bundle portable Agent Skills, and the new section explains that release zips are plain Agent Skills folders that work in any tool supporting the standard (Cursor, OpenAI Codex, GitHub Copilot, Gemini CLI, and others), not just Claude Code and Claude.ai.
  • Docs. CLAUDE.md documents the built-in {{var:BUNDLE_VERSION}} directive, the spec's allowed frontmatter fields, and where the humanizer version now lives.

Changed

  • humanizer frontmatter, made spec-compliant. The top-level version: 3.0.0 field, not allowed by the spec and the one thing that failed the official validator, moved to metadata.version. allowed-tools changed from a YAML list to the spec's space-separated string. The compatibility field was dropped, since the skill is words-only and runs anywhere. The description was rewritten without em dashes.
  • Dan's description trimmed. Down from exactly 1024 characters, the spec's hard limit, to 981, keeping every trigger keyword.

Install in Claude.ai

Download the zips for the skills you want. Then in Claude.ai, open Customize → Skills from the left sidebar, click Upload, and drop each zip in.

The cofounder-team-upgrade skill is Claude Code only and is not included here. To get a newer version on Claude.ai, download the latest release zips and re-upload.

For Claude Code, install the whole bundle in one command (see the README).