Agent skill · AI & Agents

scale-check

This skill supports three modes: Create, Update, and Find.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scale-check --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/scale-check/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: scale-check description: Create or update a scalability assessment at 2x, 10x, 100x argument-hint: [process, system, or initiative] or [update path/to/check.md] --- ## Document Intelligence This skill supports three modes: **Create**, **Update**, and **Find**. ### Mode Detection | Signal | Mode | Confidence | |--------|------|------------| | "update", "reassess", "refresh" in input | UPDATE | 100% | | File path provided | UPDATE | 100% | | "create", "new", "assess" in input | CREATE | 100% | | "find", "search", "list" | FIND | 100% | | "the scale check", "our assessment" | UPDATE | 85% | | Just process/system/initiative | CREATE | 60% | **Threshold**: ≥85% auto-proceed | 70-84% state assumption | <70% ask user ### Mode Behaviors **CREATE**: Generate complete new scale check using template below. **UPDATE**: 1. Check document registry first, then search user's structure 2. Preserve investment roadmap and historical assessments 3. Update scale readiness or bottleneck analysis 4. Show diff summary **FIND**: Check registry, then search user's folders for scale checks. --- Assess **scalability** of a process, system, or initiative at 2x, 10x, and 100x scale, validating Princip

What's inside
Steps it walks through
  1. Document Intelligence
  2. Mode Detection
  3. Mode Behaviors
  4. V2V Phase
  5. Purpose
  6. Output Structure
  7. Instructions
  8. Validation Questions
  9. Red Flag Triggers
  10. When to Use
  11. Related Skills
  12. Operating Principle
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the scale-check skill do?

This skill supports three modes: Create, Update, and Find.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill scale-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going