Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By rand
Auto-discovers and loads 410+ production-ready skills across 33+ domains based on project context โ from API design, databases, and CI/CD to ML/AI, security, mobile, and distributed systems โ so you can instantly access relevant expertise without manual configuration.
npx claudepluginhub rand/cc-polymath --plugin cc-polymathSystem design and architecture specialist that combines skills across API design, databases, infrastructure, and observability. Use for designing new systems or refactoring existing ones.
Multi-language expert specializing in Rust, Python, Zig, Go, TypeScript, and Swift. Use for cross-language projects, porting code, or choosing the right language for a task.
Generate spec-compliant skills for the cc-polymath library. Takes a topic/domain and produces a well-structured SKILL.md with proper frontmatter, progressive loading, and atomic design.
Expert guide for navigating and discovering the 410+ skill cc-polymath library. Use when users need help finding relevant skills or understanding skill coverage.
Comprehensive toolkit for detecting and eliminating "AI slop" - generic, low-quality AI-generated patterns in natural language, code, and design. Use when reviewing or improving content quality, preventing generic AI patterns, cleaning up existing content, or enforcing quality standards in writing, code, or design work.
Automatically discover agentic workflow skills when building AI agents, implementing tool use patterns, managing context windows, decomposing complex tasks, or designing multi-step autonomous workflows. Activates for agentic AI development.
Automatically discover API design skills when working with REST APIs, GraphQL schemas, API authentication, OAuth, JWT, rate limiting, API versioning, error handling, or endpoint design. Activates for backend API development tasks.
Automatically discover CI/CD and automation skills when working with GitHub Actions, Jenkins, GitLab CI, pipelines, continuous integration, continuous deployment, or automated testing. Activates for CI/CD development tasks.
Automatically discover cryptography skills when working with encryption, TLS, certificates, PKI, and security
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skill discovery and installation assistant โ find and install the right skills for your project
AI Agent Skills
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,489 supported skills.
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity
Professional Agent Skills collection for full-stack development, logic planning, and multimedia processing.
Auto-discovery plugin for Claude Code skills - automatically recommends and installs relevant capabilities without users needing to know about skills
Recursive Language Model integration for Claude Code - intelligent multi-provider routing and unbounded context handling
A disciplined AI-assisted development workflow with specification-first development, test-driven implementation, ADRs, and traceable task management. Inspired by the Rue language development process.
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: