Help us improve
Share bugs, ideas, or general feedback.
From generate-cpan-skill
Verify that a CPAN module exists and fetch its basic information
npx claudepluginhub kfly8/claude-cpan-plugins --plugin generate-cpan-skillHow this command is triggered — by the user, by Claude, or both
Slash command
/generate-cpan-skill:verify-moduleThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 - ...
/doctorVerifies CodeSensei plugin installation health via bash script, checks dependencies and config, shows profile stats, local files, issues, and next steps.
/validateValidates Claude Code plugin structure including plugin.json, marketplace.json, skills frontmatter, and commands, producing a structured checklist of pass/fail results.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
/check-factVerifies accuracy of provided claims against project codebase, docs, README, configs, and issues. Outputs structured report with verdict (✅/❌/⚠️/❓), file evidence, code snippets, and explanations.
/package-reviewReviews current Python package for best-practice violations in structure, pyproject.toml, typing, testing, CI/CD, docs, versioning, API design, packaging, security, DX. Reports findings by principle with fixes and health score.
Share bugs, ideas, or general feedback.
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: