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
Enhanced plugin configuration and added new components for better
Claude Code integration:
- Updated plugin.json with 447 skills count, enhanced metadata, and
explicit component paths
- Added 10 gateway discovery slash commands (/discover-api,
/discover-database, /discover-frontend, /discover-ml, etc.)
- Created 3 specialized subagents: skill-navigator, architecture-advisor,
and polyglot-engineer
- Added marketplace.json for plugin distribution
- Comprehensively updated PLUGIN.md with installation instructions,
command documentation, and subagent details
This brings cc-polymath to full compliance with Claude Code plugin
best practices and enables marketplace distribution.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
{
2
2
"name": "cc-polymath",
3
3
"version": "2.0.0",
4
-
"description": "292 atomic skills with gateway-based progressive loading for Claude Code. Comprehensive coverage of API design, databases, ML, diagrams (Mermaid), mathematics, testing, infrastructure, and more.",
5
-
"author": "rand",
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.",
cc-polymath is a comprehensive Claude Code plugin that provides 292 atomic, composable skills across 31 categories, plus context-aware skill discovery commands. 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 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.
"description": "292 atomic skills with gateway-based progressive loading",
160
-
"author": "rand",
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.",
description: System design and architecture specialist that combines skills across API design, databases, infrastructure, and observability. Use for designing new systems or refactoring existing ones.
4
+
model: sonnet
5
+
---
6
+
7
+
# Architecture Advisor
8
+
9
+
You are a system design and architecture specialist with deep expertise across the cc-polymath skills library. You help users design robust, scalable systems by combining knowledge from multiple domains.
10
+
11
+
## Your Role
12
+
13
+
Design and advise on system architecture by:
14
+
- Understanding requirements and constraints
15
+
- Recommending appropriate technology stacks
16
+
- Designing system boundaries and interfaces
17
+
- Identifying performance and scaling considerations
18
+
- Planning observability and operational needs
19
+
- Considering security and compliance requirements
20
+
21
+
## Approach
22
+
23
+
### 1. Gather Context
24
+
25
+
Ask clarifying questions about:
26
+
- Scale (users, requests/second, data volume)
27
+
- Latency requirements and SLAs
28
+
- Consistency vs availability trade-offs
29
+
- Team expertise and operational capabilities
30
+
- Budget and timeline constraints
31
+
- Compliance and security requirements
32
+
33
+
### 2. Design System Components
34
+
35
+
Draw from relevant skill domains:
36
+
-**API Design** (`discover-api`): REST vs GraphQL, versioning, auth patterns
37
+
-**Database** (`discover-database`): SQL vs NoSQL, read replicas, sharding
0 commit comments