64 lines
1.2 KiB
Markdown
64 lines
1.2 KiB
Markdown
# 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.
|