From memstack
Scans codebase for file/LOC counts in JS/TS/Python/CSS, pages, APIs, tables, integrations; assesses complexity tier and generates three-tier pricing estimates. Activates on 'scan project', estimate, pricing, or complexity analysis requests.
npx claudepluginhub cwinvestments/memstack --plugin memstackThis skill uses the workspace's default tool permissions.
*Analyze a project's complexity and generate pricing recommendations.*
Counts source lines by file type and auto-detected modules in JS/TS monorepos, Rust/Go/Python workspaces, Java/Kotlin multi-module projects, full-stack monoliths, and single-module codebases using shell inspection.
Generates a compact project map listing every file with size, token estimate, and category. Helps Claude understand codebase structure without reading all files.
Share bugs, ideas, or general feedback.
Analyze a project's complexity and generate pricing recommendations.
When this skill activates, output:
๐ Scan โ Analyzing project scope...
Then execute the protocol below.
| Context | Status |
|---|---|
| User asks to scan or analyze a project | ACTIVE โ full scan |
| User asks about pricing or estimates | ACTIVE โ full scan + pricing |
| User mentions project metrics (LOC, file count) | ACTIVE โ quick metrics |
| Discussing project analysis concepts generally | DORMANT โ do not activate |
| User is building/coding, not analyzing | DORMANT โ do not activate |
Scan the codebase:
find . -type f \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" -o -name "*.py" -o -name "*.css" \) | wc -l
find . -type f \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" \) -exec cat {} + | wc -l
Count key components: pages/routes, API endpoints, database tables, external integrations, auth complexity
Assess complexity tier:
Factor in: Auth (+2FA/SSO), payments (+$1-3K), real-time (+$1-2K), admin panel (+$2-5K), mobile responsive (+20-30%), per API integration (+$500-1.5K)
Generate three-tier pricing: Budget, Standard, Premium
User: "scan AdminStack and estimate pricing"
๐ Scan โ Analyzing project scope...
Files: 127 | LOC: ~28,000 | Pages: 27 | API Routes: 34 | Tables: 20
Integrations: Supabase, Stripe, Square, SendGrid, Railway, Hetzner
Complexity: Complex tier
Budget: $15,000 โ Core features, basic styling
Standard: $22,000 โ Full features, admin panel, responsive
Premium: $30,000 โ Full + custom integrations + 3mo support