Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:41 +08:00
commit 735ee8165d
17 changed files with 1350 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
# Quick Start
Get the `/skills` command working in 60 seconds.
## Installation
```bash
cd /path/to/cc-polymath
./slash-commands/install.sh
```
## Usage
Restart Claude Code, then try:
```
/skills
```
**That's it!**
## What You'll See
```
RECOMMENDED FOR THIS PROJECT:
→ discover-frontend
cat ~/.claude/plugins/cc-polymath/skills/discover-frontend/SKILL.md
→ discover-database
cat ~/.claude/plugins/cc-polymath/skills/discover-database/SKILL.md
CATEGORIES (292 skills):
Frontend (8) | Database (8) | API (7) | Testing (6) | Diagrams (8) | ML (30)
Math (19) | Debugging (14) | Build Systems (8) | Caching (7) | Observability (8)
COMMANDS:
/skills api - View API skills
/skills frontend - View frontend skills
/skills postgres - Search for 'postgres'
/skills list - Show all categories
```
## Common Commands
```bash
/skills # Smart recommendations
/skills frontend # Browse Frontend skills
/skills postgres # Search for 'postgres'
/skills list # All categories
```
## Uninstall
```bash
cd /path/to/cc-polymath
./slash-commands/uninstall.sh
```
Clean removal, no traces.
---
**Need help?** See [README.md](README.md) for full documentation.