cc-polymath: Context-Efficient Skills for Claude Code Development

This repository profile is provided by osrepos.com, an open source repository discovery platform.

cc-polymath: Context-Efficient Skills for Claude Code Development

Summary

cc-polymath is an innovative GitHub repository offering a vast collection of atomic skills and workflows specifically designed for Claude Code. It addresses the challenge of providing comprehensive development knowledge without overwhelming the AI's context window. By employing a progressive discovery system, cc-polymath ensures context efficiency and high-quality skill access across a wide range of technical domains.

Repository Information

Analyzed by OSRepos on September 10, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

cc-polymath is an innovative GitHub repository that provides a comprehensive set of atomic skills and workflows for Claude Code. Its primary goal is to optimize context efficiency and skill quality, tackling the inherent tradeoff between providing extensive development knowledge and managing Claude's context window. This project achieves this by organizing over 410 skills through a multi-tier progressive discovery system.

Why Use and Benefits

The core problem cc-polymath solves is the "Context vs. Coverage" dilemma in AI-assisted development. Loading all necessary knowledge upfront can consume over 25,000 tokens, leaving little room for actual work, while loading nothing leaves Claude without essential patterns. cc-polymath's solution involves over 410 atomic, focused, and composable skills, each averaging 320 lines, ensuring quick loading and single responsibility.

The repository employs a three-tier architecture for progressive discovery:

  • Tier 1: Gateway Skills (23 auto-discovered Agent Skills): Lightweight entry points that activate automatically based on keywords in your prompt, such as discover-api or discover-database.
  • Tier 2: Category Indexes (30 detailed references): Full skill listings with descriptions and use cases, loaded only when browsing or planning.
  • Tier 3: Individual Skills (on-demand): Complete implementation guides loaded precisely when needed.

This architecture offers significant benefits:

  • Context efficiency: Reduces token consumption by 60-84% compared to monolithic indexes, freeing up context for code and conversation.
  • No boot overhead: Claude Code starts with zero skills loaded, with gateway skills activating intelligently.
  • Discoverability: Users don't need prior knowledge of available skills, as keywords in prompts trigger relevant gateways, enabling progressive loading from gateway to index to specific skill.

The repository covers a vast array of domains, including core development (languages, frameworks, infrastructure, DevOps, data, APIs), specialized domains (Machine Learning & AI, Rust & PyO3, Information Retrieval, Programming Language Theory, Formal Methods, Advanced Mathematics, Systems Programming), and workflow/meta skills.

Installation

Installation is straightforward, especially as a Claude Code Plugin.

# Recommended: Install as Claude Code Plugin
/plugin install https://github.com/rand/cc-polymath

# For local development or testing
/plugin install /Users/rand/src/cc-polymath

Once installed, all 410+ skills and the /skills command are immediately available. Auto-discovery works by simply starting your work, as Claude Code automatically activates relevant gateway skills based on your task keywords. Manual loading for browsing or planning is also supported using cat commands.

Examples

cc-polymath skills are designed to be composed for complex workflows. Here are a few examples:

Full-stack web app:

cat skills/api/rest-api-design.md
cat skills/frontend/nextjs-app-router.md
cat skills/database/postgres-schema-design.md
cat skills/caching/redis-caching-patterns.md
cat skills/cicd/github-actions-workflows.md

ML deployment with DSPy:

cat skills/ml/dspy-setup.md
cat skills/ml/dspy-modules.md
cat skills/ml/dspy-optimizers.md
cat skills/modal/modal-gpu-workloads.md
cat skills/modal/modal-web-endpoints.md
cat skills/observability/structured-logging.md

Multi-layer caching strategy:

cat skills/caching/caching-fundamentals.md
cat skills/caching/service-worker-caching.md
cat skills/caching/http-caching.md
cat skills/caching/cdn-edge-caching.md
cat skills/caching/redis-caching-patterns.md
cat skills/caching/cache-invalidation-strategies.md

Links

Related repositories

Similar repositories that may be relevant next.

karpathy-llm-wiki: Build a Karpathy-Style LLM Knowledge Base

karpathy-llm-wiki: Build a Karpathy-Style LLM Knowledge Base

September 9, 2026

karpathy-llm-wiki is an Agent Skills-compatible tool that implements Karpathy's LLM Wiki idea, allowing users to build a durable knowledge base. It enables LLMs to maintain structured wiki pages by ingesting sources, compiling knowledge, and answering questions with citations. This project offers a robust alternative to traditional RAG for compounding knowledge over time.

llm-wikiknowledge-baseagent-skill
AgenticSchema: Empowering AI Agents with Structured Web Data

AgenticSchema: Empowering AI Agents with Structured Web Data

September 8, 2026

AgenticSchema is an innovative open-source library that transforms existing Schema.org markup, including JSON-LD, Microdata, and RDFa, into callable tools for AI agents. This library operates entirely client-side, requiring no backend infrastructure, and significantly enhances an agent's ability to interact with web content. By leveraging structured data already present on millions of websites, AgenticSchema bridges the gap between web content and AI agent capabilities.

aiai-agentsjson-ld
Context Engineering Kit: Enhance AI Agent Quality with Advanced Skills

Context Engineering Kit: Enhance AI Agent Quality with Advanced Skills

September 6, 2026

The Context Engineering Kit is a powerful collection of hand-crafted Claude Code Skills designed to significantly improve the quality and predictability of AI agent results. It offers advanced context engineering techniques with a minimal token footprint, ensuring efficiency and effectiveness across platforms like OpenCode, Cursor, and Gemini CLI. This kit provides granular control over plugins and includes an open-source alternative to CodeRabbit, enhancing development workflows.

agentaiclaude
opencode-worktree: Zero-Friction Git Worktrees for AI-Driven Development

opencode-worktree: Zero-Friction Git Worktrees for AI-Driven Development

September 6, 2026

opencode-worktree is an OpenCode plugin designed to streamline git worktree management. It automates the creation and deletion of isolated development environments, complete with terminal spawning and file synchronization. This tool is ideal for AI-driven workflows, offering a zero-friction experience for developers who prioritize automation and efficiency.

aiai-assistantgit

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️