tech-stack-evaluator
Comprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and intelligent recommendations for engineering teams
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/tech-stack-evaluatorskilz install alirezarezvani/claude-skills/tech-stack-evaluator --agent opencodeskilz install alirezarezvani/claude-skills/tech-stack-evaluator --agent codexskilz install alirezarezvani/claude-skills/tech-stack-evaluator --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skillscp -r claude-skills/engineering-team/tech-stack-evaluator ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Stars
- 579
- Forks
- 112
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
C Score: 76/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- Missing References Architecture
- Missing Table of Contents
Recommendations
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I've been diving into how developers choose their tech stacks, and your skill's approach to systematizing that decision-making really caught my eye—though the grading suggests there's some untapped potential in how you're structuring the guidance.
Links:
The TL;DR
You're at 76/100, solidly C territory. This evaluation is based on Anthropic's Progressive Disclosure Architecture standards—the five pillars that make skills actually useful to developers. Your strongest area is Utility (16/20)—the core capability is genuinely solid. But PDA is your weak point (18/30)—you're cramming 430 lines into one file when you should be layering the complexity.
What's Working Well
- Comprehensive coverage: You're addressing a real gap. The TCO analysis, security assessment, and migration path evaluation? That's exactly what teams need when evaluating stacks.
- Clear metadata: Your triggers are specific ("tech stack evaluator", "run tech stack evaluator") and your description paints a picture of what this does. That's better than most.
- Solid utility design: You've built in weighted criteria and progressive disclosure concepts—users can select analysis sections rather than getting dumped on with everything. That's thoughtful.
- Structured sections: The progression from Use Cases through Output Formats feels logical. Navigation isn't broken, it's just... dense.
The Big One: Your Architecture is Upside Down
Here's the thing: all 430 lines live in one SKILL.md file. That's the killer for PDA. You should have:
- SKILL.md: Lightweight entry point (~80 lines max)
- references/metrics.md: All your metric calculations (currently ~180 lines of repetitive detail)
- **references/exa...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.