v0.4.13
drizzle-team/drizzle-ormv0.4.13Apr 29, 2026by github-actions[bot]
AI Summary
This release adds a standardized backlink to the documentation site at the bottom of every SKILL.md file to improve SEO for external aggregators.
Key Highlights
- Added canonical documentation backlink to all `SKILL.md` files.
- The link is automatically stripped during the build process for the docs site.
- Improved SEO rendering for skill aggregators like skills.sh.
New Features
- Canonical Documentation backlink in SKILL.md
Full Release Notes
### Added
- Canonical Documentation backlink at the bottom of every `SKILL.md` linking to the docs site (`[Documentation](https://jeffallan.github.io/claude-skills/skills/{domain}/{skill-name}/)`), so skill aggregators (skills.sh, etc.) that consume raw source markdown render a real `<a href>` backlink to the docs site for SEO. The docs build pipeline (`syncSkillPages` in `site/scripts/sync-content.mjs`) strips this line at build time, so the docs site, public markdown mirrors, `llms.txt`, and `llms-full.txt` render cleanly without self-references. Documented the convention in CLAUDE.md.
---
**Documentation:** https://jeffallan.github.io/claude-skills/