What problem does it solve?
This Skill reduces manual overhead by automatically saving fetched library documentation into a local cache, ensuring quick offline reference and consistent access across projects.
Core Features & Use Cases
- Automatic caching: when documentation is fetched, save a copy under docs/<library-name>/ with YAML frontmatter.
- Slug-based organization: create library directories and maintain a centralized index at docs/_index.md.
- Rich metadata: store source URL, fetched timestamp, library name, and a concise summary in the YAML header.
- Offline reference: preserves essential content for future use even without network access.
- Use Case: when onboarding a new project with external dependencies, cache their docs for future queries and reference.
Quick Start
Trigger the skill after you fetch documentation or paste library docs; verify a new directory docs/<library-name>/ is created, an appropriately slugified file is saved with frontmatter, and docs/_index.md is updated.