Help us improve
Share bugs, ideas, or general feedback.
From cc-polymath
Discovers and recommends relevant skills from 410+ library by analyzing project files, conversation context, and optional [category|search-term]. Outputs project-specific suggestions and categories.
npx claudepluginhub rand/cc-polymath --plugin cc-polymathHow this command is triggered — by the user, by Claude, or both
Slash command
/cc-polymath:skillsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Skills Discovery Assistant You are helping the user discover and activate relevant skills from their skills library. ## Your Task **User's Request:** `$ARGUMENTS` Follow these steps: ### 1. Read Skills Catalog Read the master catalog: Read ../skills/README.md ### 2. Detect Project Context Analyze the current directory to understand the project: **Technology Detection → Gateway Mapping:** - `package.json` → **discover-frontend** (React, Next.js, TypeScript) - `go.mod` → **discover-api** (Go), **discover-infra** - `requirements.txt`, `pyproject.toml`, `uv.lock` → **discover-api**...
/suggest-skillsSuggests new skills to create by analyzing project context for gaps in technologies, workflows, and common practices. Reports skill name, purpose, usefulness, complexity, and similar skills.
/fire-searchSearches the Dominion Flow skills library across 172 skills in 15 categories for patterns, solutions, and best practices matching keywords, categories, tags, or problem descriptions.
/skillsDynamically discovers all Groundwork skills from SKILL.md files, categorizes by keywords, and displays organized markdown tables with names and descriptions.
/list-skillsLists Claude Code skills from personal, project, and shared scopes in an organized tree structure with counts, names, categories, and descriptions. Supports --all and scope-specific flags.
/listLists all 52 DevKit skills organized by 9 categories including Development Workflow, Code Quality & Analysis, API Development, Database, Security, DevOps & Infrastructure, Productivity & Utilities, Data & Analytics, and Language-Specific.
/from-projectAnalyzes project codebase at [path] [focus-topic|--full] to create a skill encoding conventions, patterns, and implementation details for consistent Claude work.
Share bugs, ideas, or general feedback.
You are helping the user discover and activate relevant skills from their skills library.
User's Request: $ARGUMENTS
Follow these steps:
Read the master catalog: Read ../skills/README.md
Analyze the current directory to understand the project:
# List files to detect project type
ls -la | head -30
# Check for language/framework indicators
ls *.{json,md,go,py,rs,swift,zig,toml,yaml,yml} 2>/dev/null | head -20
Technology Detection → Gateway Mapping:
package.json → discover-frontend (React, Next.js, TypeScript)go.mod → discover-api (Go), discover-infrarequirements.txt, pyproject.toml, uv.lock → discover-api (Python), discover-ml if ML workCargo.toml → discover-wasm if WASM, discover-api for web servicesbuild.zig → discover-zig*.swift, *.xcodeproj → discover-mobile (iOS/Swift)Dockerfile, docker-compose.yml → discover-infra.beads/ → Beads workflow skills (root level)tests/, __tests__/ → discover-testingReview the current conversation for:
Map to gateway keywords:
Based on the argument provided:
If NO ARGUMENT (default view):
Display in this format:
RECOMMENDED FOR THIS PROJECT:
→ discover-[category]
Read ../skills/discover-[category]/SKILL.md
→ discover-[category]
Read ../skills/discover-[category]/SKILL.md
CATEGORIES (410+ skills):
Frontend (8) | Database (8) | API (7) | Testing (6) | Diagrams (8) | ML (30)
Math (19) | Debugging (14) | Build Systems (8) | Caching (7) | Observability (8)
Containers (5) | CI/CD (4) | PLT (13) | Formal (10) | Cloud (13)
COMMANDS:
/skills api - View API skills
/skills frontend - View frontend skills
/skills postgres - Search for 'postgres'
/skills list - Show all categories
Recommend 2-4 gateway skills that match:
Format:
RECOMMENDED GATEWAYS:
→ discover-api
Keywords: REST, GraphQL, authentication, authorization, rate limiting
Read ../skills/discover-api/SKILL.md
→ discover-database
Keywords: PostgreSQL, MongoDB, Redis, query optimization
Read ../skills/discover-database/SKILL.md
If ARGUMENT = category name:
Two scenarios:
A) If discover-{category} gateway exists:
{CATEGORY} SKILLS
Total: [N] skills
Keywords: [comma-separated keywords]
KEY SKILLS:
[List 3-5 key skills with one-line descriptions]
LOAD:
Read ../skills/{category}/INDEX.md # All skills in category
Read ../skills/discover-{category}/SKILL.md # Gateway overview
B) If searching root-level skills: Check for skills like:
skill-*.md (meta skills)beads-*.md (workflow skills)Display similarly but note they're at root level.
Example for /skills api:
API SKILLS (7 total)
Keywords: REST, GraphQL, authentication, authorization, rate limiting
SKILLS:
1. rest-api-design - RESTful resource modeling, HTTP semantics
2. graphql-schema-design - GraphQL types, resolvers, N+1 prevention
3. api-authentication - JWT, OAuth 2.0, API keys, sessions
4. api-authorization - RBAC, ABAC, policy engines
5. api-rate-limiting - Token bucket, sliding window algorithms
6. api-versioning - API versioning, deprecation, compatibility
7. api-error-handling - RFC 7807, validation errors
LOAD:
Read ../skills/api/INDEX.md # Full details
Read ../skills/discover-api/SKILL.md # Gateway overview
Read ../skills/api/rest-api-design.md # Specific skill
If ARGUMENT = search term:
Search across:
Display matching gateway categories FIRST, then specific skills:
SEARCH: 'postgres'
GATEWAY:
→ discover-database
Keywords: PostgreSQL, MongoDB, Redis, query optimization
Read ../skills/discover-database/SKILL.md
SKILLS:
→ postgres-query-optimization.md
Debug slow queries, EXPLAIN plans, index design
Read ../skills/database/postgres-query-optimization.md
→ postgres-migrations.md
Schema changes, zero-downtime deployments
Read ../skills/database/postgres-migrations.md
→ postgres-schema-design.md
Designing schemas, relationships, data types
Read ../skills/database/postgres-schema-design.md
RELATED: discover-debugging, discover-database
If ARGUMENT = "list":
Show all 23 gateway categories:
ALL CATEGORIES (410+ skills)
BACKEND & DATA:
discover-api (7) - REST, GraphQL, auth, rate limiting
discover-database (15) - Postgres, MongoDB, Redis, caching, CDN
discover-data (5) - ETL, streaming, batch processing
FRONTEND & MOBILE:
discover-frontend (13) - React, Next.js, state management, TUI
discover-mobile (4) - iOS, Swift, SwiftUI, concurrency
INFRASTRUCTURE:
discover-infra (30) - AWS, GCP, Docker, Kubernetes, Terraform, Netlify
discover-cicd (12) - GitHub Actions, Make, CMake, Gradle, Maven
discover-networking (20) - TCP, HTTP, gRPC, Nginx, Traefik, proxies
discover-distributed (21)- Consensus, CRDTs, WebSocket, SSE, pub/sub
QUALITY & ENGINEERING:
discover-testing (6) - Unit, integration, e2e, TDD, coverage
discover-debugging (22) - GDB, LLDB, profiling, observability, tracing
discover-engineering (14)- Code review, git, diagrams, documentation
discover-security (6) - AppSec, threat modeling, hardening
discover-cryptography (7)- TLS, certificates, encryption
SPECIALIZED:
discover-ml (32) - Training, RAG, embeddings, Modal, evaluation
discover-math (19) - Linear algebra, topology, category theory
discover-systems-theory (32) - eBPF, compilers, PLT, formal methods, Z3, Lean
discover-wasm (4) - WebAssembly fundamentals, Rust to WASM
discover-research (8) - Research methods, writing, quantitative
PRODUCT & WORKFLOW:
discover-product (15) - PRDs, roadmaps, GitHub workflows, Beads
discover-zig (6) - Zig language, comptime, allocators
AI & AGENTIC:
discover-mcp (3) - MCP servers, tool design, testing
discover-agentic (3) - Task decomposition, tool use, memory patterns
AGENT SKILLS (Root):
elegant-design - UI/UX design, accessibility, design systems
anti-slop - Detect/eliminate AI-generated patterns
typed-holes-refactor - Systematic TDD-based refactoring
META SKILLS (Root):
skill-*.md - Discovery and creation
beads-*.md - Workflow and task management
Format Guidelines:
→ for list itemsTone:
DO NOT:
If skills/README.md not found:
Skills catalog not found at skills/README.md
Expected structure:
skills/
├── README.md (Master catalog)
├── discover-*/SKILL.md (23 gateway skills)
└── {category}/INDEX.md (Category indexes)
Is your repository in a different location?
If no matches for search:
No skills found matching '$ARGUMENTS'
Try:
- Broader search term
- View all gateways: /skills list
- Browse full catalog: Read ../skills/README.md
- Check a category: /skills api
If empty project directory:
━━━ SKILLS DISCOVERY ━━━
No project files detected in current directory.
GENERAL-PURPOSE GATEWAYS:
→ discover-product - Product management, collaboration, documentation
Load: Read ../skills/discover-product/SKILL.md
ROOT-LEVEL SKILLS:
→ beads-workflow.md - Multi-session task management
→ skill-creation.md - Creating new atomic skills
→ skill-repo-discovery.md - Discover skills for repositories
[View all: /skills list]
[Browse catalog: Read ../skills/README.md]