scalability-advisor
Guidance for scaling systems from startup to enterprise scale. Use when planning for growth, diagnosing bottlenecks, or designing systems that need to handle 10x-1000x current load.
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/scalability-advisor skilz install alirezarezvani/claude-cto-team/scalability-advisor --agent opencode skilz install alirezarezvani/claude-cto-team/scalability-advisor --agent codex skilz install alirezarezvani/claude-cto-team/scalability-advisor --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
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-cto-team cp -r claude-cto-team/skills/scalability-advisor ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
mastering-github-cli
by SpillwaveSolutionsGitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" comman...
mastering-github-cli
by SpillwaveSolutionsGitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" comman...
signal-intel
by gtmagentsUse when consolidating intent, product usage, and third-party signals to prioritize ABM actions.
meal-prep-efficiency-guru
by sandraschiExpert in batch cooking, meal planning, food storage, and efficient kitchen workflows
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-cto-team
- Type
- Non-Technical
- Meta-Domain
- development
- Primary Domain
- github
- Market Score
- 0.0
Agent Skill Grade
B
Score: 83/100
Click to see breakdown
Score Breakdown
Areas to Improve
- References point to non-existent files, breaking the layered structure pattern
- File is 466 lines but lacks table of contents for navigation
- Checklists lack clear instructions on how to verify or implement each item
Recommendations
- Address 1 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 found your scalability-advisor skill while reviewing distributed systems tooling—the way you've structured the guidance around architectural patterns rather than just optimization tricks is genuinely useful. Scored it an 83, and I think the main lift for a 90+ would be tightening up the PDA structure to reduce token overhead in the explanatory sections.
Links:
The TL;DR
You're at 83/100, solid B territory. This evaluation's based on Anthropic's skill best practices—specifically looking at Progressive Disclosure Architecture, ease of use, spec compliance, writing style, and utility. Your strongest area is Writing Style (9/10)—the content is concise and technically sound. Weakest is PDA (18/30)—mostly because you've packed everything into one 466-line file instead of using a layered reference structure.
What's Working Well
- Trigger phrase specificity: You nailed the discovery angle with concrete scenarios like "planning growth," "diagnosing bottlenecks," and "10x-1000x load changes." That's exactly how developers search for skills.
- Stage-based framework: Breaking scaling into Startup → Growth → Scale stages with clear metrics (10k users, 100k users, etc.) makes it actionable rather than abstract advice.
- Copy-paste ready content: Your SQL queries, formulas, and ASCII architecture diagrams are genuinely useful—the kind of thing someone can actually use without modification. That earned you a +2 bonus.
- Decision criteria: Each "When to Move to Stage X" section has concrete thresholds. That's rare and valuable.
The Big One: Missing Reference Files Breaking PDA
Your SKILL.md references two files that don't exist:
bottleneck-diagnosis.mdcapacity-calculator.md
Why this matters: Progressive Disclosure Architecture is about splitting content across reference files so the main SKILL.md stays under ~150 lines. You're at 466 lines, which means a Claude instance loading your skill burns tokens upfront instead of lazily loading details. It also violates the one-level-deep requirement.
The fix: Either (1) create those two reference files with detailed diagnostic checklists and capacity planning templates, OR (2) remove the references and keep the content inline since your skill is already comprehensive. I'd suggest option 2 here—you don't have enough overflow content to justify splitting. Remove lines 464-465 and you're cleaner. This alone gets you +4 points to 87.
Other Things Worth Fixing
Add a table of contents — At 466 lines, you need a TOC after the description. Add one after line 10 with links to each Stage and major section. +2 points.
Make checklists actionable — Lines 241-249 say "Stateless application servers" but don't explain how to verify or what to change. Expand to: "Verify stateless servers: Check for local file writes, in-memory session storage; move state to Redis/database." +2 points.
Add a run→check→fix feedback loop — You provide metrics but no clear iteration pattern. Add a short section showing: "1. Implement (add caching) 2. Measure (cache hit rate) 3. Adjust (modify TTL if issues)." +1 point.
Sharpen sharding guidance — Your sharding strategies (hash-based, range-based, directory-based) list pros/cons but don't say when to pick each. Add decision rules: "Use hash-based for: even distribution. Use range-based for: time-series data." +1 point.
Quick Wins
- Remove broken references (464-465) → +4 points
- Add TOC after intro → +2 points
- Expand checklists with how-to steps → +2 points
- Add feedback loop pattern → +1 point
Hit those first three and you're at 92/100 territory.
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
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?