Skillzwave Logo
Skillzwave

tech-stack-evaluator

0.0
C

Comprehensive technology stack evaluation and comparison tool with TCO analysis, security assessment, and intelligent recommendations for engineering teams

Commands Agents
#claude-skills-creator#ai-agents#claude-code#claude-ai#metrics#migration#TCO analysis#claude-skills

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-code-skill-factory/tech-stack-evaluator
skilz install alirezarezvani/claude-code-skill-factory/tech-stack-evaluator --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/tech-stack-evaluator --agent codex
skilz install alirezarezvani/claude-code-skill-factory/tech-stack-evaluator --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/tech-stack-evaluator ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

mexican-cuisine-specialist

by sandraschi

Authentic Mexican cooking expert covering moles, salsas, tacos, and regional Mexican dishes

85
B
security
+ci cd

fastapi-auth-patterns

by vanman2024

Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase inte...

80
B
TECHsecurity
Marketplace

network-engineer

by zenobi-us

Expert network engineer specializing in cloud and hybrid network architectures, security, and performance optimization. Masters network design, troubl...

76
C
TECHsecurity

flow-nexus-platform

by ruvnet

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

54
TECHsecurity
Marketplace
+kubernetes

Agentic Skill Details

Type
Technical
Meta-Domain
web api
Primary Domain
security
Market Score
0.0

Agent Skill Grade

C
Score: 77/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
18/30
Ease of Use
19/25
Writing Style
7/10
Utility
16/20
Modifiers: +6

Areas to Improve

  • No trigger phrases
  • 430-line SKILL.md with no references directory; violates layered structure principle
  • Capabilities section (lines 10-22) repeated in Output Formats section (lines 106-145); wastes 80+ tokens

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 1/24/2026

Developer Feedback

I just looked at how you're handling tech stack evaluation—there's a solid foundation here, but I'm noticing some architectural decisions are holding back what could be a really useful skill. What made you choose to pack everything into a single 430-line file?

Links:

The TL;DR

You're at 77/100, which is solid C-grade territory. This is graded against Anthropic's skill architecture best practices—specifically around token efficiency, layered structure, and spec compliance. Your strongest area is Utility (16/20)—the framework itself is genuinely comprehensive with TCO analysis and security assessment built in. The weakest is Spec Compliance (11/15), mainly because the description lacks trigger phrases that help users discover and activate your skill.

What's Working Well

  • Comprehensive evaluation framework: Your skill actually addresses a real gap. The multi-factor analysis (TCO, security, migration paths, team skill matching) is exactly what teams need when making stack decisions.
  • Clear output structure: You've thoughtfully designed five different report formats (Executive Summary, Detailed Analysis, Comparison Matrix, etc.), which shows you understand different user needs.
  • Good practical constraints: The skill boundaries are explicit—you handle "current popular stacks" and acknowledge limitations around bleeding-edge tech, which is honest and helpful.
  • Solid examples: Your input examples show real scenarios (comparing React vs Vue, migrations from Angular), making it discoverable and immediately useful.

The Big One: Architecture is Fighting You

Your single-file design is the core issue. Everything—metrics calculations, best practices, limitations, report formats—is crammed into SKILL.md, which kills your token efficiency and violates progressive disclosure architecture.

Why it matters: Skills are supposed to be lazy-loaded. You want users to quickly understand what your skill does, then gradually discover how it works. Right now, they're getting hit with 430 lines of everything at once.

The fix: Create a references/ directory:

  • references/metrics_calculations.md - Move lines 66-141 (capability details and calculations)
  • references/report_formats.md - Move output format specs (lines 73-145)
  • references/best_practices.md - Move the Best Practices section (lines 353-384)

Keep SKILL.md to ~150-200 lines as a clean entry point. This alone gains you +7 points (goes from 18→25 on PDA).

Other Things Worth Fixing

  1. Add trigger phrases to the description (11→13 on Spec Compliance). Currently: "Comprehensive technology stack evaluation..." Instead: "Use when asked to 'compare tech stacks', 'evaluate react vs vue', 'tco analysis', 'migration from angular', 'cloud provider comparison'." This is a quick +2 point win.

  2. Cut the repetition (lines 10-22 and 66-141 say basically the same thing). You're burning ~80 tokens describing capabilities twice. Move one to references, reference it in SKILL.md. Gains +3 points on token economy.

  3. Watch the voice consistency (Best Practices section uses "you/your"—should be imperative: "Define clear use cases" instead of "Define your clear use cases"). Small fix, +1 point.

  4. Add actual output examples—The report formats are well-structured, but showing an actual sample Executive Summary or Comparison Matrix would make Utility jump from 16→18.

Quick Wins (Most Impact First)

  • ✅ Create references/ subdirectory structure (+7 points)
  • ✅ Add trigger phrases to frontmatter description (+2 points)
  • ✅ Remove Capabilities repetition, keep one version (+3 points)
  • ✅ Add 1-2 example output reports (+2 points)

You're looking at +14 points (77→91) with these changes. The skill is genuinely useful—it just needs to breathe a little.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

AI-Detected Topics

Extracted using NLP analysis

claude-skills-creator ai-agents claude-code claude-ai metrics migration TCO analysis claude-skills ai-tools Cost analysis scoring security comparison TCO assessment

Report Security Issue

Found a security vulnerability in this agent skill?