library-docs
Installation
SKILL.md
Library Docs
Look up library documentation by finding and exploring the library's source code repository.
Workflow
1. Check for Local Availability
First, check if the library source code already exists locally:
# Check common locations
ls /tmp/cc-repos/{library-name} 2>/dev/null
If the library exists locally, skip to step 3.
2. Clone the Repository
Related skills