Analyze open-source libraries for contribution readiness. Get a structured report covering codebase structure, lifecycle, issues, and recommended first contributions.
Install via hamkit:
hamkit install library-analyzer
/library-analyzer:analyze facebook/react
/library-analyzer:analyze /path/to/local/repo
The skill activates automatically when you mention contribution intent:
owner/repo shorthand, or local pathdeepwiki-cli (URL mode) or static file analysis (local mode)gh CLI (good-first-issue, help-wanted, recent)docs/library-analysis/<name>-<date>.mdThe generated report includes 8 sections:
cargo install deepwiki-clibrew install gh && gh auth loginIf deepwiki-cli is not installed, clone the repo and use local mode instead.
# Analyze a popular library
/library-analyzer:analyze facebook/react
# Analyze a Rust project
/library-analyzer:analyze tokio-rs/tokio
# Analyze a local clone
/library-analyzer:analyze ./my-local-repo