@spardutti/claude-skills 1.24.1 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,6 +79,7 @@ Portable slash commands for common git workflows. Installed to `.claude/commands
|
|
|
79
79
|
| `/release` | Release flow — dev→main PR with semver, changelog, tag, and GitHub release |
|
|
80
80
|
| `/refactor` | Detect size/complexity/duplication/coupling issues via 4 parallel Haiku subagents, then refactor |
|
|
81
81
|
| `/deep-review` | Multi-agent deep code review — 5 parallel Sonnet subagents catch guard bypasses, lost async state, wrong-table queries, dead references, protocol violations |
|
|
82
|
+
| `/plan-feature` | Integration-first feature planning — 3 parallel Haiku subagents scan for reusable code, established patterns, and touch points before producing a short integration plan |
|
|
82
83
|
|
|
83
84
|
## Quick Start
|
|
84
85
|
|