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
Update /skills slash command documentation to v2.0
Comprehensive update of all slash command documentation to reflect current
gateway-based architecture and accurate skill counts.
Updated counts across all files:
- Skills: 284 → 292 (+8 diagram skills)
- Gateways: 27 → 28 (+discover-diagrams)
- Categories: 30 → 31 (+diagrams category)
Documentation improvements:
- README.md: Updated all examples, references, and counts
- QUICK_START.md: Modernized installation paths and examples
- PROJECT_STATUS.md: Complete rewrite with current architecture details
- install.sh: Updated verification thresholds and success message
Fixes:
- Replaced all references to old cc-slash-skill repo name with cc-polymath
- Changed _INDEX.md references to README.md (new architecture)
- Updated from monolithic to gateway-based progressive loading examples
- Added diagrams category to all relevant sections
Version bump: 1.0.0 → 2.0.0 to reflect architectural changes
All documentation now accurately describes the current state of:
- 292 skills across 31 categories
- 28 gateway skills for auto-discovery
- Progressive loading with 60-84% context reduction
- Gateway → Category → Skill loading pattern
A context-aware skills discovery slash command for Claude Code that helps users discover and activate relevant skills from their `~/.claude/skills/` library.
13
+
A context-aware skills discovery slash command for Claude Code that helps users discover and activate relevant skills from their `~/.claude/skills/` library using a gateway-based progressive loading architecture.
14
14
15
15
## Project Files
16
16
17
17
```
18
-
cc-slash-skill/
19
-
├── skills.md # The slash command file (6.6 KB)
20
-
├── install.sh # One-click installation script
21
-
├── uninstall.sh # Clean removal script
22
-
├── README.md # Complete documentation (8.5 KB)
23
-
├── QUICK_START.md # 60-second getting started guide
24
-
└── PROJECT_STATUS.md # This file
18
+
cc-polymath/slash-commands/
19
+
├── skills/
20
+
│ ├── skills.md # The slash command file (~10 KB)
21
+
│ ├── README.md # Complete documentation
22
+
│ ├── QUICK_START.md # 60-second getting started guide
23
+
│ └── PROJECT_STATUS.md # This file
24
+
├── install.sh # Automated installation script
25
+
└── uninstall.sh # Clean removal script
25
26
```
26
27
27
-
**Total:** 6 files, ~19 KB
28
+
**Total:** 6 files
28
29
29
30
## Installation Status
30
31
31
-
✅ **Already installed** at `~/.claude/commands/skills.md`
32
+
✅ **Already installed** at `~/.claude/commands/skills.md` (symlinked)
32
33
33
-
The command is ready to use immediately in your next Claude Code session.
34
+
The command is ready to use immediately in your Claude Code sessions.
34
35
35
36
## Features Implemented
36
37
37
38
### ✅ Core Functionality
38
39
- Context-aware skill recommendations based on project files
39
-
- Category browsing (135+ skills across 15+ categories)
40
+
- Gateway-based skill discovery (28 gateways)
41
+
- Category browsing (292 skills across 31 categories)
40
42
- Fuzzy search across skill names and descriptions
41
43
- Full catalog listing with counts and descriptions
0 commit comments