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/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.
/audit-pluginAudits Claude Code plugin artifacts for schema, specification, security, and structural defects. Supports --full (7 dimensions) and --mini (4 dimensions) depth flags.
/doctorRuns a diagnostic script to verify CodeSensei plugin health and display local storage footprint, including installed tools, configuration validity, profile data, and pending lessons.
/audit-pluginsAudits specified Claude plugins (name, path, or 'all') for structure validity, best practices, deprecations, changelog compatibility, and security; generates Markdown report with summary, details, and action items.
/skill-auditPerforms static audit of SKILL.md files — validates frontmatter, checks edge-case coverage, surfaces prompt-injection risks, and reports length budget.