What's new in 0.5
Self-updating skills
- Every skill's pre-flight update check is now consent-gated self-install. When a skill detects it's behind the manifest, it offers to update itself — on agreement, it downloads the
.skillfrom the latest release and unpacks it over the installed skill directory. The unpack path is resolved from where the running skill lives, so this works for any agent whose skills directory is writable, not just Claude Code. - All skills bumped a minor to carry the new flow:
astro-seo→ 0.6,readability-check→ 0.5, the rest → 0.4.
Astro SEO skill
- Updated for
@jdevalk/astro-seo-graph1.1.1 and 1.2.0. - 1.1.1 bug fixes folded in.
validateInternalLinksnow recognisespublic/assets as valid link targets (theskipcallback trims back to just SSR-only routes and dynamic params), andvalidateMetadataLengthno longer truncates descriptions at raw apostrophes — both workarounds removed. - 1.2.0 markdown alternates. New Should in category 6 (agent discovery): serve clean
.mdcopies of every page for AI agents. Integration example enablesmarkdownAlternate: true(gated on wiring the route first), and a new Phase 2 subsection coverscreateMarkdownEndpoint, route-before-discovery-link ordering, Cloudflare Transform Rules forAccept: text/markdowncontent negotiation, and therenderMarkdownAlternateexport.
Repository
- Reframed as agent skills rather than Claude Code-specific — repo tagline, README intro, and the self-install flow all drop the Claude Code hardcoding.
.claude/session state is now gitignored.
Install
Download the .skill file for the skill you want and open it — Claude installs it automatically. Or, for any agent that supports the skills format, unzip the .skill (or clone the repo) and copy the skill folder into your agent's skills directory. Once installed, the skill will offer to keep itself up to date.