What problem does it solve?
This Skill helps maintain the Grimoire librarian's library index by enabling the user to add, remove, or modify library entries in libraries.yaml, ensuring the librarian references accurate sources and prevents stale entries.
Core Features & Use Cases
- Add, remove, or change library entries in libraries.yaml to reflect current sources and access patterns.
- Validate that the libraries.yaml file exists and is valid YAML, verify the target entry's presence or absence for the operation, and validate the library source (git reachable or absolute path for symlink) before applying changes.
- Optionally clone git libraries into the library/ directory upon addition, and provide clear reporting and error handling to rollback on failures.
Quick Start
Provide an operation (add, remove, or change), the library name, the type (git or symlink), and the source so I can update libraries.yaml accordingly.