You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Official marketplace for cc-polymath: 447 atomic, production-ready skills with progressive loading",
3
+
"description": "Official marketplace for cc-polymath: efficient skill management with progressive discovery across 31+ domains",
4
4
"owner": {
5
5
"name": "rand",
6
6
"url": "https://github.com/rand/cc-polymath"
@@ -9,8 +9,8 @@
9
9
{
10
10
"name": "cc-polymath",
11
11
"source": "./",
12
-
"description": "447 atomic skills across 31+ domains with gateway-based progressive loading. Includes API design, databases, ML, diagrams, infrastructure, cryptography, and more.",
13
-
"version": "2.0.0"
12
+
"description": "Efficient skill management with progressive discovery — 400 production-ready skills across 31+ domains.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "cc-polymath",
3
-
"version": "2.0.0",
4
-
"description": "447 atomic, production-ready skills with gateway-based progressive loading for Claude Code. 31+ domains including API design, databases, ML, diagrams (Mermaid), mathematics, testing, infrastructure, cryptography, protocols, and more. Context-efficient three-tier architecture with auto-discovery gateways.",
3
+
"version": "3.0.0",
4
+
"description": "Efficient skill management system with progressive discovery — 400 production-ready skills across 31+ domains",
Copy file name to clipboardExpand all lines: PLUGIN.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@
7
7
8
8
## Overview
9
9
10
-
cc-polymath is a comprehensive Claude Code plugin that provides 447 atomic, production-ready skills across 31+ domains, plus context-aware skill discovery commands and specialized subagents. It uses a gateway-based progressive loading architecture to minimize context usage while maximizing skill availability.
10
+
cc-polymath is a comprehensive Claude Code plugin that provides 400 atomic, production-ready skills across 31+ domains, plus context-aware skill discovery commands and specialized subagents. It uses a gateway-based progressive loading architecture to minimize context usage while maximizing skill availability.
11
11
12
12
## Plugin Structure
13
13
14
14
```
15
15
cc-polymath/
16
16
├── .claude-plugin/
17
17
│ └── plugin.json # Plugin manifest
18
-
├── skills/ # 447 skills, 31+ domains
18
+
├── skills/ # 400 skills, 31+ domains
19
19
│ ├── README.md # Master catalog (gateway index)
20
-
│ ├── discover-*/ # 28 gateway skills
20
+
│ ├── discover-*/ # 38 gateway skills
21
21
│ │ └── SKILL.md
22
22
│ ├── api/ # Category directories
23
23
│ │ └── INDEX.md # Category index
@@ -63,9 +63,9 @@ Install the plugin with a single command:
63
63
```
64
64
65
65
Claude Code will:
66
-
1. Clone the repository to `~/.claude/plugins/cc-polymath/`
66
+
1. Clone the repository to `<cc-polymath-root>/`
67
67
2. Register all slash commands (e.g., `/skills`, `/discover-api`, etc.)
- Gateway-based approach: ~200-1,500 lines per session
123
123
-**98-99% context reduction**
124
124
@@ -174,7 +174,7 @@ These commands complement the auto-discovery system by providing explicit invoca
174
174
cc-polymath includes three specialized subagents that leverage the skills library for focused workflows:
175
175
176
176
### `skill-navigator`
177
-
**Purpose:** Expert guide for navigating the 447-skill library
177
+
**Purpose:** Expert guide for navigating the 400-skill library
178
178
179
179
**Use when:**
180
180
- Users need help finding relevant skills
@@ -247,7 +247,7 @@ Leverages language-specific skills and can implement solutions in the best-fit l
247
247
{
248
248
"name": "cc-polymath",
249
249
"version": "2.0.0",
250
-
"description": "447 atomic, production-ready skills with gateway-based progressive loading for Claude Code. 31+ domains including API design, databases, ML, diagrams (Mermaid), mathematics, testing, infrastructure, cryptography, protocols, and more. Context-efficient three-tier architecture with auto-discovery gateways.",
250
+
"description": "400 atomic, production-ready skills with gateway-based progressive loading for Claude Code. 31+ domains including API design, databases, ML, diagrams (Mermaid), mathematics, testing, infrastructure, cryptography, protocols, and more. Context-efficient three-tier architecture with auto-discovery gateways.",
251
251
"author": {
252
252
"name": "rand"
253
253
},
@@ -274,7 +274,7 @@ Leverages language-specific skills and can implement solutions in the best-fit l
Copy file name to clipboardExpand all lines: agents/skill-navigator.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
name: skill-navigator
3
-
description: Expert guide for navigating and discovering the 447-skill cc-polymath library. Use when users need help finding relevant skills or understanding skill coverage.
3
+
description: Expert guide for navigating and discovering the 400-skill cc-polymath library. Use when users need help finding relevant skills or understanding skill coverage.
4
4
tools: Read, Grep, Glob
5
5
model: haiku
6
6
---
7
7
8
8
# Skill Navigator
9
9
10
-
You are an expert guide for the cc-polymath skills library, which contains 447 atomic, production-ready skills across 31+ domains.
10
+
You are an expert guide for the cc-polymath skills library, which contains 400 atomic, production-ready skills across 31+ domains.
11
11
12
12
## Your Role
13
13
@@ -19,13 +19,13 @@ Help users efficiently discover and activate relevant skills by:
19
19
20
20
## Three-Tier Architecture
21
21
22
-
**Tier 1 - Gateway Skills (28 auto-discovered):**
22
+
**Tier 1 - Gateway Skills (38 auto-discovered):**
23
23
Entry points that activate based on keywords. Located in `skills/discover-*/SKILL.md`
24
24
25
25
**Tier 2 - Category Indexes (31+ domains):**
26
26
Full skill listings at `skills/{category}/INDEX.md`
27
27
28
-
**Tier 3 - Individual Skills (447 skills):**
28
+
**Tier 3 - Individual Skills (400 skills):**
29
29
Complete implementation guides at `skills/{category}/{skill-name}.md`
0 commit comments