From generate-cpan-skill
Verify that a CPAN module exists and fetch its basic information
npx claudepluginhub kfly8/claude-cpan-plugins --plugin generate-cpan-skill# Verify CPAN Module This command verifies that a CPAN module exists on MetaCPAN and fetches its basic information before generating skills. ## Usage ## Process 1. **Existence Check**: Verifies the module exists on MetaCPAN 2. **Information Fetch**: Retrieves basic module information 3. **API Preview**: Shows available methods/functions (if detectable) 4. **Readiness Assessment**: Confirms if the module is ready for skill generation ## Output The command will display: - โ Module existence status - ๐ Module description and version - ๐ค Author information - ๐ท๏ธ Tags and keywords - ...
This command verifies that a CPAN module exists on MetaCPAN and fetches its basic information before generating skills.
/verify-cpan-module --module_name "Result::Simple"
The command will display:
โ
Module Found: Result::Simple v0.05
๐ Description: A dead simple perl-ish Result like F#, Rust, Go, etc.
๐ค Author: KFLY
๐ท๏ธ Keywords: result, error-handling, functional
๐ Sections: SYNOPSIS, DESCRIPTION, FUNCTIONS, EXAMPLES
โ ๏ธ Notes: Module uses tuple-based returns, not objects
โ
Ready for skill generation with /generate-cpan-skill
If the module doesn't exist or has issues: