#798 · Primary category: AI Agents & Automation

library-skills

Library Agent Skills

Project last updated:08/12/26

GitHub Stars

783

Forks

43

Contributors

4

License

MIT

Why we included this project

If you use AI coding agents, you've probably watched them reach for library APIs from memory and get details wrong. This project fixes that by installing the official agent skills that libraries ship with, so the agent works from the current documentation instead of whatever it was trained on. It scans your project's dependencies, finds the skills that supporting libraries publish with each release, and links them into your agent's skills directory as symlinks. Updating a dependency refreshes those skills automatically, and since the links are relative, you can commit them to Git. It runs as a single command in both Python and JavaScript/TypeScript projects, and it leaves hand-authored skill folders alone.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category