Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating te...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tech-stack-evaluator或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tech-stack-evaluator⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tech-stack-evaluator/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "tech-stack-evaluator" description: 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. ---
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 |
---
Compare React vs Vue for a SaaS dashboard.
Priorities: developer productivity (40%), ecosystem (30%), performance (30%).
Calculate 5-year TCO for Next.js on Vercel.
Team: 8 developers. Hosting: $2500/month. Growth: 40%/year.
Evaluate migrating from Angular.js to React.
Codebase: 50,000 lines, 200 components. Team: 6 developers.
---
The evaluator accepts three input formats:
Text - Natural language queries
Compare PostgreSQL vs MongoDB for our e-commerce platform.
YAML - Structured input for automation
comparison:
technologies: ["React", "Vue"]
use_case: "SaaS dashboard"
weights:
ecosystem: 30
performance: 25
developer_experience: 45
JSON - Programmatic integration
{
"technologies": ["React", "Vue"],
"use_case": "SaaS dashboard"
}
---
---
Compare technologies with customizable weighted criteria.
python scripts/stack_comparator.py --help
Calculate total cost of ownership over multi-year projections.
python scripts/tco_calculator.py --input assets/sample_input_tco.json
Analyze ecosystem health from GitHub, npm, and community metrics.
python scripts/ecosystem_analyzer.py --technology react
Evaluate security posture and compliance readiness.
python scripts/security_assessor.py --technology express --compliance soc2,gdpr
Estimate migration complexity, effort, and risks.
python scripts/migration_analyzer.py --from angular-1.x --to react
---
| 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 |
---
安装 Tech Stack Evaluator 后,可以对 AI 说这些话来触发它
Help me get started with Tech Stack Evaluator
Explains what Tech Stack Evaluator does, walks through the setup, and runs a quick demo based on your current project
Use Tech Stack Evaluator to technology stack evaluation and comparison with TCO analysis, secur...
Invokes Tech Stack Evaluator with the right parameters and returns the result directly in the conversation
What can I do with Tech Stack Evaluator in my finance & investment workflow?
Lists the top use cases for Tech Stack Evaluator, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tech-stack-evaluator/ 目录(个人级,所有项目可用),或 .claude/skills/tech-stack-evaluator/(项目级)。重启 AI 客户端后,用 /tech-stack-evaluator 主动调用,或让 AI 根据上下文自动发现并使用。
Tech Stack Evaluator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Tech Stack Evaluator 可免费安装使用。请查阅仓库了解许可证信息。
Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating te...
Tech Stack Evaluator 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Tech Stack Evaluator
Identifies repetitive steps in your workflow and sets up Tech Stack Evaluator to handle them automatically