tech-stack-recommender

44 stars 10 forks
0
C

Recommend technology stacks based on project requirements, team expertise, and constraints. Use when selecting frameworks, languages, databases, and infrastructure for new projects.

CommandsAgentsMarketplace
#Python#Excellent#claude-ai#Node.js#cto-office#Good#cto#roadmap

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-cto-team/tech-stack-recommender
skilz install alirezarezvani/claude-cto-team/tech-stack-recommender --agent opencode
skilz install alirezarezvani/claude-cto-team/tech-stack-recommender --agent codex
skilz install alirezarezvani/claude-cto-team/tech-stack-recommender --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

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-cto-team
2. Copy the agent skill directory:
cp -r claude-cto-team/skills/tech-stack-recommender ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Stars
44
Forks
10
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
terraform
Market Score
0

Agent Skill Grade

C
Score: 70/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing Reference Files
  • Template Repetition
  • No Workflow Steps

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-24

Developer Feedback

I've been poking around tech stack selection problems lately, and I see you're tackling the decision-making side of it—how did you land on this particular approach for guiding those choices?

Links:

The TL;DR

You're at 70/100, solidly in C territory. This is based on Anthropic's skill grading rubric across five pillars. Your strongest area is Spec Compliance (12/15)—the frontmatter and naming are clean. Weakest area is Progressive Disclosure Architecture (15/30)—you're packing 448 lines into a single file when you could be more strategic about layering content.

What's Working Well

  • Clear decision framework (lines 20-41) with ASCII diagrams showing inputs and outputs—this actually gives people a visual anchor for how to use the skill
  • Excellent stack templates (lines 187-307) that show real-world examples for SaaS, e-commerce, and enterprise scenarios—people can see themselves in these
  • Strong metadata and triggers in the frontmatter—terms like "selecting frameworks," "language selection," and "infrastructure choices" are solid discovery hooks
  • Practical evaluation checklist (lines 327-348) that gives people a way to validate their choice after the fact

The Big One: Missing Reference Files

You're listing two reference files that don't actually exist: framework-comparison.md and migration-playbooks.md (lines 444-447). This is a PDA violation because you're claiming a layered structure you haven't actually built.

Here's the fix: Either create those files and move your detailed comparison content into them, or remove the References section. If you go with creating them, you'd move those 4 stack templates (120 lines of repetition) into `references/stack-tem...

AI-Detected Topics

Extracted using NLP analysis

Python Excellent claude-ai Node.js cto-office Good cto roadmap Medium claude-code

Report Security Issue

Found a security vulnerability in this agent skill?