@paulduvall/claude-dev-toolkit 0.0.1-alpha.13 โ 0.0.1-alpha.14
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 +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Claude Dev Toolkit
|
|
2
2
|
|
|
3
|
-
**Transform Claude Code into a complete development platform** with
|
|
3
|
+
**Transform Claude Code into a complete development platform** with 62 AI-powered custom commands that automate your entire software development workflow.
|
|
4
4
|
|
|
5
5
|
## ๐ Quick Installation
|
|
6
6
|
|
|
@@ -15,8 +15,8 @@ claude
|
|
|
15
15
|
|
|
16
16
|
## ๐ฆ What's Included
|
|
17
17
|
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
18
|
+
- **16 Active Commands**: Production-ready commands for immediate use
|
|
19
|
+
- **46 Experimental Commands**: Cutting-edge features for early adopters
|
|
20
20
|
- **Security Hooks**: Automated security validation and governance
|
|
21
21
|
- **Configuration Templates**: Pre-configured settings for different workflows
|
|
22
22
|
- **Interactive Setup Wizard**: Guided installation with customization options
|
|
@@ -33,9 +33,9 @@ npm install -g @paulduvall/claude-dev-toolkit
|
|
|
33
33
|
### Option 2: Manual Command Installation
|
|
34
34
|
```bash
|
|
35
35
|
# Install specific command sets
|
|
36
|
-
claude-commands install --active # Install
|
|
37
|
-
claude-commands install --experiments # Install
|
|
38
|
-
claude-commands install --all # Install all
|
|
36
|
+
claude-commands install --active # Install 16 production commands
|
|
37
|
+
claude-commands install --experiments # Install 46 experimental commands
|
|
38
|
+
claude-commands install --all # Install all 62 commands
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### Option 3: Custom Installation
|
|
@@ -68,7 +68,7 @@ claude-commands oidc --help # Configure GitHub Actions OIDC with AWS
|
|
|
68
68
|
- **`/xconfig`** - Configuration management
|
|
69
69
|
- **`/xtdd`** - Test-driven development automation
|
|
70
70
|
|
|
71
|
-
### ๐งช **Experimental Commands** (
|
|
71
|
+
### ๐งช **Experimental Commands** (46 Additional)
|
|
72
72
|
Advanced commands for specialized workflows:
|
|
73
73
|
- **Planning & Analytics**: `/xplanning`, `/xanalytics`, `/xmetrics`
|
|
74
74
|
- **Infrastructure**: `/xinfra`, `/xmonitoring`, `/xaws`
|
|
@@ -271,7 +271,7 @@ npm test
|
|
|
271
271
|
- โ
**Dependency Validation**: AWS CLI, Git, and GitHub CLI availability checking
|
|
272
272
|
|
|
273
273
|
### Version 0.0.1-alpha.8
|
|
274
|
-
- โ
**Documentation Consistency**: Fixed command counts
|
|
274
|
+
- โ
**Documentation Consistency**: Fixed command counts and subagent counts
|
|
275
275
|
- โ
**Test Infrastructure**: Enhanced test-results directory handling
|
|
276
276
|
- โ
**Repository Cleanup**: Removed outdated documentation and test artifacts
|
|
277
277
|
- โ
**Validation Logic**: Improved scenario-aware test validation
|
|
@@ -289,7 +289,7 @@ npm test
|
|
|
289
289
|
- โ
**JavaScript Migration**: Complete test suite migration from Python
|
|
290
290
|
- โ
**Enhanced Templates**: Fixed configuration template issues
|
|
291
291
|
- โ
**Test Suites**: Package structure and command validation
|
|
292
|
-
- โ
**
|
|
292
|
+
- โ
**62 Total Commands**: 16 active + 46 experimental commands
|
|
293
293
|
- โ
**Security Enhancements**: Comprehensive security hook system
|
|
294
294
|
|
|
295
295
|
## ๐ License
|
package/package.json
CHANGED