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
[](https://github.com/MoonshotAI/Kimi-K2)
@@ -33,7 +33,7 @@ Request a simple refactor → Receive a dissertation on clean code
33
33
"Please add a button" → Complete UI framework rewrite
34
34
Every conversation → "Act like a senior engineer who doesn't overengineer"
35
35
36
-
CCPlugins is a curated set of 24 professional commands that extend Claude Code CLI with enterprise-grade development workflows. These commands leverage Claude's contextual understanding while providing structured, predictable outcomes optimized for Opus 4 and Sonnet 4 models.
36
+
CCPlugins is a curated set of 25 professional commands that extend Claude Code CLI with enterprise-grade development workflows. These commands leverage Claude's contextual understanding while providing structured, predictable outcomes optimized for Opus 4 and Sonnet 4 models.
37
37
38
38
## Quick Links
39
39
@@ -74,7 +74,7 @@ python uninstall.py
74
74
```
75
75
76
76
## Commands
77
-
24 professional commands optimized for Claude Code CLI's native capabilities.
77
+
25 professional commands optimized for Claude Code CLI's native capabilities.
78
78
79
79
### Development Workflow
80
80
@@ -85,6 +85,7 @@ python uninstall.py
85
85
/scaffold feature-name # Generate complete features from patterns
86
86
/test # Run tests with intelligent failure analysis
87
87
/implement url/path/feature # Import and adapt code from any source (GitHub, CodePen, local)
88
+
/refactor # Intelligent code restructuring with cross-session continuity
0 commit comments