From generate-cpan-skill
Verify that a CPAN module exists and fetch its basic information
How 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 - ...
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:
npx claudepluginhub kfly8/claude-cpan-plugins --plugin generate-cpan-skill/verifyRuns the OMC verify skill by dispatching to the SKILL.md instructions from the installed plugin. Acts as a lightweight compatibility shim.
/devkit.verify-skillValidates a skill against DevKit standards — checks existence, frontmatter, file structure, and content quality. Reports pass/fail for each check.
/audit-pluginAudits Claude Code plugin artifacts for schema compliance, specification quality, structural integrity, and security defects. Supports --full (7 dimensions) and --mini (4 dimensions) audit depths.
/audit-pluginsAudits Claude plugins and skills against latest best practices, deprecations, and changelog compatibility. Generates a structured report with health scores and prioritized action items.
/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.