v0.11.0
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: MITand ametadatablock (author: betahope,bundle-version). The build reads the version from theVERSIONfile through a new built-in{{var:BUNDLE_VERSION}}directive, so a release zip identifies which bundle version it came from. compatibilityfield oncofounder-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-refvalidator 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.mddocuments the built-in{{var:BUNDLE_VERSION}}directive, the spec's allowed frontmatter fields, and where the humanizer version now lives.
Changed
humanizerfrontmatter, made spec-compliant. The top-levelversion: 3.0.0field, not allowed by the spec and the one thing that failed the official validator, moved tometadata.version.allowed-toolschanged from a YAML list to the spec's space-separated string. Thecompatibilityfield 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).