First tagged release. Within a major version, skill names and directory layout stay
put, which is what copying or symlinking a skill folder depends on.
Added
- 18 skills covering workflow, code quality, architecture and frameworks. The
skills README lists them. - Setup scripts:
setup-project.sh,link-skills.sh,generate-claude-md.sh,
configure-mcp.sh,configure-settings.sh,test-all.sh. - Templates for
CLAUDE.md, MCP configuration and Claude Code settings. - Skill review workflow that evaluates changed skills against
docs/SKILL_GUIDELINES.md. - #5: Compliance with the Agent Skills specification.
scripts/validate-skills.shchecks the hard requirements with no dependencies, and CI
also runs the reference validator from the spec authors. - #5:
license: MITin every skill's frontmatter, so the license travels with a folder
copied out of this repo. - #5:
Testworkflow running the script suite and spec validation on pull requests and
onmain.
Changed
- #5: The README describes the project by the open format it follows rather than by one
client. Claude Code remains where the skills are developed and tested. - #5: The skill review prompt no longer checks structure, which the validators now do
deterministically and for less.
Fixed
- #5: The
checkexample indocs/TESTING.mdhad its arguments reversed, so following
it produced a test that always reported the wrong result.