npx skills add ...
npx skills add alirezarezvani/claude-skills --skill tech-stack-evaluator
Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating technology stacks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability.
npx skills add alirezarezvani/claude-skills --skill tech-stack-evaluator
Evaluate and compare technologies, frameworks, and cloud providers with data-driven analysis and actionable recommendations.
| Capability | Description |
|---|---|
| Technology Comparison | Compare frameworks and libraries with weighted scoring |
| TCO Analysis | Calculate 5-year total cost including hidden costs |
| Ecosystem Health | Assess GitHub metrics, npm adoption, community strength |
| Security Assessment | Evaluate vulnerabilities and compliance readiness |
| Migration Analysis | Estimate effort, risks, and timeline for migrations |
| Cloud Comparison | Compare AWS, Azure, GCP for specific workloads |
The evaluator accepts three input formats:
Text - Natural language queries
YAML - Structured input for automation
JSON - Programmatic integration
Compare technologies with customizable weighted criteria.
Calculate total cost of ownership over multi-year projections.
Analyze ecosystem health from GitHub, npm, and community metrics.
Evaluate security posture and compliance readiness.
Estimate migration complexity, effort, and risks.
| Document | Content |
|---|---|
references/metrics.md | Detailed scoring algorithms and calculation formulas |
references/examples.md | Input/output examples for all analysis types |
references/workflows.md | Step-by-step evaluation workflows |
| Level | Score | Interpretation |
|---|---|---|
| High | 80-100% | Clear winner, strong data |
| Medium | 50-79% | Trade-offs present, moderate uncertainty |
| Low | < 50% | Close call, limited data |
{
"technologies": ["React", "Vue"],
"use_case": "SaaS dashboard"
}python scripts/stack_comparator.py --helppython scripts/tco_calculator.py --input assets/sample_input_tco.jsonpython scripts/ecosystem_analyzer.py --technology reactpython scripts/security_assessor.py --technology express --compliance soc2,gdprpython scripts/migration_analyzer.py --from angular-1.x --to react