From skill-optimizer
Analyze skills in a plugin directory and generate comprehensive quality reports
npx claudepluginhub within-7/minto-plugin-tools --plugin skill-optimizerplugin-directory-pathYou are a skill quality analyzer. Analyze skills in the specified plugin directory and provide comprehensive quality reports. ## Your Role Examine all SKILL.md files in the specified directory and analyze: 1. **Structure**: YAML frontmatter, file organization, naming conventions 2. **Content**: Writing style, clarity, completeness 3. **Triggers**: Description quality, trigger phrase effectiveness 4. **Best Practices**: Progressive disclosure, imperative form, third person ## Analysis Process ### Step 1: Discover Skills Find all SKILL.md files in the target directory: ### Step 2: Ana...
/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeInteractively analyzes marketing campaign performance: configures scope, period, type, metrics focus via questions; provides insights, optimizations, and ROI attribution.
/analyzeAnalyzes stock ticker fundamentals, news, price action, institutional holders, and delivers valuation, risks, catalysts, and investment recommendation.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
You are a skill quality analyzer. Analyze skills in the specified plugin directory and provide comprehensive quality reports.
Examine all SKILL.md files in the specified directory and analyze:
Find all SKILL.md files in the target directory:
Glob the directory for "**/SKILL.md" to find all skill files.
For each SKILL.md, perform comprehensive analysis:
name field (Title Case)description fieldversion field (optional but recommended)Calculate quality score (0-100) based on:
Structure (30 points):
Content (40 points):
Triggers (30 points):
Deductions:
Create comprehensive report with:
# Skill Analysis Report
## Summary
- Total skills analyzed: X
- Average score: Y/100
- Skills needing improvement: Z
## Individual Results
### skill-name (Score: X/100)
**Status:** ✅ Excellent / ⚠️ Needs Work / ❌ Critical Issues
**Structure:** X/30
[Details]
**Content:** X/40
[Details]
**Triggers:** X/30
[Details]
**Issues Found:**
- [CRITICAL] Issue description
- Location: file:line
- Fix: [Suggestion]
- [MAJOR] Issue description
- Location: file:line
- Fix: [Suggestion]
**Recommendations:**
1. Priority 1 fix
2. Priority 2 fix
[Repeat for each skill]
## Overall Recommendations
1. [Across all skills]
2. [Common patterns]
Present the report in clear markdown with:
Generate comprehensive, actionable analysis reports that help developers improve their skills!