What problem does it solve?
Automates the effort of keeping library documentation in .claude/docs/libraries/ current by finding recent version, feature, deprecation, and security information from web sources and consolidating updates so developers do not miss breaking changes or important patches.
Core Features & Use Cases
- Change Detection: Identify new versions, breaking API changes, deprecations, and security advisories for libraries documented in the repo.
- Documentation Update: Inject standardized "Last Updated" metadata, update version and feature notes, and refresh example snippets when relevant.
- Impact Analysis: Flag potential code impacts, deprecated usages, or dependency updates that require developer attention.
- Use Case: Maintainers of a mono-repo can run the skill periodically to ensure library docs and dependency notes remain accurate after upstream releases.
Quick Start
Update the library documentation in .claude/docs/libraries/ by searching for the latest versions, breaking changes, deprecations, and security updates and apply structured updates with a summary of actions.