Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
tech-stack-evaluator
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when comparing frameworks, evaluating technology stacks, calculating TCO, assessing migration paths, or analyzing ecosystem viability with weighted scoring and data-driven recommendations.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: tech-stack-evaluator description: Use when comparing frameworks, evaluating technology stacks, calculating TCO, assessing migration paths, or analyzing ecosystem viability with weighted scoring and data-driven recommendations. category: Engineering version: 1.0.0 tools: [] --- # Technology Stack Evaluator Evaluate and compare technologies, frameworks, and cloud providers with data-driven analysis, TCO calculations, and ecosystem health scoring. ## Capabilities | Capability | Description | |------------|-------------| | Technology Comparison | Compare frameworks/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, timeline for migrations | | Cloud Comparison | Compare AWS, Azure, GCP for specific workloads | ## Quick Start **Compare Two Technologies:** "Compare React vs Vue for a SaaS dashboard. Priorities: developer productivity (40%), ecosystem (30%), performance (30%)." **Calculate TCO:** "Calculate 5-year TCO for Next.js on Vercel. Team: 8 developers. Hosting: $2500/month. Growth: 40%/year." **Assess Migration:** "Evaluate migrating from Angular.js to React. Codebase: 50,000 lines, 200 components. Team: 6 developers." ## Input Formats The evaluator accepts three input formats: **Text** — Natural language queries **YAML** — Structured input for automation **JSON** — Programmatic integration ## Analysis Types | Type | Length | Output | |------|--------|--------| | Quick Comparison | 200–300 tokens | Weighted scores, top 3 decision factors, confidence | | Standard Analysis | 500–800 tokens | Comparison matrix, TCO overview, security summary | | Full Report | 1200–1500 tokens | All metrics, migration analysis, detailed recommendations | ## Scripts | Script | Purpose | |--------|----------| | `stack_comparator.py` | Compare technologies with weighted criteria | | `tco_calculator.py` | Calculate total cost of ownership over multi-year projections | | `ecosystem_analyzer.py` | Analyze ecosystem health from GitHub, npm, and community metrics | | `security_assessor.py` | Evaluate security posture and compliance readiness | | `migration_analyzer.py` | Estimate migration complexity, effort, and risks | ## Prioritization Frameworks - `cost_of_delay`: weighted by business impact - `wsjf`: weighted shortest job first (value, urgency, complexity, risk) - `rice`: reach, impact, confidence, effort ## Confidence Levels | Level | Score | Interpretation | |-------|-------|----------------| | High | 80–100% | Clear winner, strong data | | Medium | 50–79% | Trade-offs present, moderate uncertainty | | Low | < 50% | Close call, limited data | ## When to Use - Comparing frontend/backend frameworks for new projects - Evaluating cloud providers for specific workloads - Planning technology migrations with risk assessment - Calculating build vs. buy decisions with TCO - Assessing open-source library viability ## When NOT to Use - Trivial decisions between similar tools (use team preference) - Mandated technology choices (decision already made) - Emergency production issues (use monitoring tools)
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/alirezarezvani/claude-skills/blob/main/engineering-team/skills/tech-stack-evaluator/SKILL.md
Open Source LinkRelated Skills
a11y-audit
Use when auditing WCAG 2.2 Level A/AA accessibility, fixing violations in React, Next.js, Vue, Angular...
Engineeringadversarial-reviewer
Use when reviewing recent code changes or a PR before merge and you want a genuinely critical review, not...
Engineeringagent-designer
Use when architecting multi-agent systems, selecting orchestration patterns, or evaluating agent performance.
Engineeringagent-harness
Use when building bounded agentic loops with verified task execution and state machines.