Official marketplace for cc-polymath: efficient skill management with progressive discovery across 33+ domains
npx claudepluginhub rand/cc-polymathEfficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Context-efficient development knowledge via progressive skill discovery
Install in 30 seconds:
/plugin marketplace add rand/cc-polymath
/plugin install cc-polymath@cc-polymath
Your first 3 commands:
/skills # See what's recommended for your project
/discover-frontend # Load React, Next.js, TypeScript skills (example)
bash scripts/verify-install.sh # Verify installation
Learn more:
This repository solves a tradeoff problem: how to give Claude Code access to comprehensive development knowledge without overwhelming its context window on boot. The solution is atomic, composable skills organized through a multi-tier discovery system.
Using the default mechanism with many atomic skills yields a dilemma:
This creates an challenging tradeoff between comprehensive coverage and context efficiency.
Each skill is focused, self-contained, and composable:
Why atomic matters: Loading 5 focused skills (1.5K tokens) beats loading one monolithic guide (8K tokens) when you only need specific knowledge. Granularity enables precision.
Tier 1: Gateway Skills (23 auto-discovered Agent Skills) Lightweight entry points that activate automatically based on keywords:
discover-api → triggers on "REST", "GraphQL", "authentication"discover-database → triggers on "PostgreSQL", "MongoDB", "Redis"discover-zig → triggers on "Zig", "comptime", "allocators"Each gateway is ~200 lines with quick reference and loading commands.
Tier 2: Category Indexes (30 detailed references) Full skill listings with descriptions, use cases, and workflows:
api/INDEX.md → All 7 API skills with integration patternsdatabase/INDEX.md → All 11 database skills with decision treesTier 3: Individual Skills (on-demand) Complete implementation guides loaded only when needed:
api/rest-api-design.md → Full REST patternsdatabase/postgres-query-optimization.md → EXPLAIN plans, indexesContext efficiency: 60-84% reduction vs monolithic index
No boot overhead: Claude Code starts with zero skills loaded
Discoverability: Users don't need to know what exists
Languages & Frameworks:
Infrastructure & DevOps: