@intentsolutionsio/devops-automation-pack 1.0.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/.claude-plugin/plugin.json +28 -0
- package/LICENSE +113 -0
- package/README.md +335 -0
- package/package.json +47 -0
- package/skills/generating-conventional-commits/SKILL.md +86 -0
- package/skills/generating-conventional-commits/assets/README.md +6 -0
- package/skills/generating-conventional-commits/assets/commit_message_template.txt +114 -0
- package/skills/generating-conventional-commits/assets/example_code_diff.txt +64 -0
- package/skills/generating-conventional-commits/references/README.md +4 -0
- package/skills/generating-conventional-commits/scripts/README.md +7 -0
- package/skills/generating-conventional-commits/scripts/generate_commit_message.py +307 -0
- package/skills/generating-conventional-commits/scripts/suggest_commit_type.py +349 -0
- package/skills/generating-conventional-commits/scripts/validate_commit_message.py +138 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "devops-automation-pack",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "25 professional DevOps plugins for CI/CD, deployment, Docker, Kubernetes, and infrastructure automation. Save 20+ hours of manual work.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Jeremy Longshore",
|
|
7
|
+
"email": "[email protected]",
|
|
8
|
+
"url": "https://github.com/jeremylongshore"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://claudecodeplugins.io/",
|
|
11
|
+
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"devops",
|
|
15
|
+
"ci-cd",
|
|
16
|
+
"docker",
|
|
17
|
+
"kubernetes",
|
|
18
|
+
"terraform",
|
|
19
|
+
"deployment",
|
|
20
|
+
"infrastructure",
|
|
21
|
+
"automation",
|
|
22
|
+
"git",
|
|
23
|
+
"cicd",
|
|
24
|
+
"package",
|
|
25
|
+
"collection",
|
|
26
|
+
"agent-skills"
|
|
27
|
+
]
|
|
28
|
+
}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
DevOps Automation Pack - End User License Agreement (EULA)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Intent Solutions. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Version 1.0.0
|
|
6
|
+
Effective Date: October 10, 2025
|
|
7
|
+
|
|
8
|
+
1. LICENSE GRANT
|
|
9
|
+
|
|
10
|
+
Subject to the terms of this Agreement, Intent Solutions ("Licensor") grants you ("Licensee") a non-exclusive, non-transferable license to use the DevOps Automation Pack plugin collection ("Software") for personal and commercial purposes.
|
|
11
|
+
|
|
12
|
+
2. PERMITTED USES
|
|
13
|
+
|
|
14
|
+
You may:
|
|
15
|
+
- Install and use the Software on unlimited computers that you own or control
|
|
16
|
+
- Use the Software for personal projects (unlimited)
|
|
17
|
+
- Use the Software for commercial projects (unlimited)
|
|
18
|
+
- Use the Software for client work and freelance projects
|
|
19
|
+
- Use the Software in open source projects
|
|
20
|
+
|
|
21
|
+
3. RESTRICTIONS
|
|
22
|
+
|
|
23
|
+
You may NOT:
|
|
24
|
+
- Redistribute, sell, or sublicense the Software or any portion thereof
|
|
25
|
+
- Share your license key or download link with others
|
|
26
|
+
- Modify and redistribute the Software as your own product
|
|
27
|
+
- Use the Software to create competing plugin packs
|
|
28
|
+
- Reverse engineer, decompile, or disassemble the Software (except as permitted by law)
|
|
29
|
+
- Remove or modify any copyright, trademark, or other proprietary notices
|
|
30
|
+
|
|
31
|
+
4. TEAM/ORGANIZATION USE
|
|
32
|
+
|
|
33
|
+
For teams or organizations:
|
|
34
|
+
- One license is required per developer/user who will use the Software
|
|
35
|
+
- Site licenses and volume discounts are available upon request
|
|
36
|
+
- Contact mandy@intentsolutions.io for team licensing
|
|
37
|
+
|
|
38
|
+
5. OWNERSHIP
|
|
39
|
+
|
|
40
|
+
The Software is licensed, not sold. Intent Solutions retains all right, title, and interest in and to the Software, including all intellectual property rights. This license does not grant you any rights to patents, copyrights, trade secrets, trademarks, or any other rights in respect to the Software.
|
|
41
|
+
|
|
42
|
+
6. UPDATES AND SUPPORT
|
|
43
|
+
|
|
44
|
+
- Free updates: All version 1.x updates are included with your license
|
|
45
|
+
- Email support: Included for 1 year from purchase date
|
|
46
|
+
- Major version upgrades (2.x, 3.x): Separate purchase required
|
|
47
|
+
- Bug fixes and security patches: Provided for all active versions
|
|
48
|
+
|
|
49
|
+
7. WARRANTY DISCLAIMER
|
|
50
|
+
|
|
51
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM USE OF THE SOFTWARE.
|
|
52
|
+
|
|
53
|
+
8. LIMITATION OF LIABILITY
|
|
54
|
+
|
|
55
|
+
IN NO EVENT SHALL INTENT SOLUTIONS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTENT SOLUTIONS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
56
|
+
|
|
57
|
+
9. REFUND POLICY
|
|
58
|
+
|
|
59
|
+
- 30-day money-back guarantee from date of purchase
|
|
60
|
+
- No questions asked
|
|
61
|
+
- Contact mandy@intentsolutions.io for refunds
|
|
62
|
+
- Refunds processed within 3-5 business days
|
|
63
|
+
|
|
64
|
+
10. TERMINATION
|
|
65
|
+
|
|
66
|
+
This license is effective until terminated. Your rights under this license will terminate automatically without notice if you fail to comply with any term of this Agreement. Upon termination, you must:
|
|
67
|
+
- Cease all use of the Software
|
|
68
|
+
- Delete all copies of the Software in your possession
|
|
69
|
+
- Destroy any derivatives or modifications you have made
|
|
70
|
+
|
|
71
|
+
11. GOVERNING LAW
|
|
72
|
+
|
|
73
|
+
This Agreement shall be governed by and construed in accordance with the laws of the jurisdiction in which Intent Solutions operates, without regard to its conflict of law provisions.
|
|
74
|
+
|
|
75
|
+
12. ENTIRE AGREEMENT
|
|
76
|
+
|
|
77
|
+
This Agreement constitutes the entire agreement between you and Intent Solutions regarding the Software and supersedes all prior or contemporaneous understandings regarding such subject matter.
|
|
78
|
+
|
|
79
|
+
13. MODIFICATIONS
|
|
80
|
+
|
|
81
|
+
Intent Solutions reserves the right to modify this Agreement at any time. Continued use of the Software after changes constitutes acceptance of the modified Agreement. Modifications apply to future purchases only; existing licenses remain under original terms.
|
|
82
|
+
|
|
83
|
+
14. CONTACT INFORMATION
|
|
84
|
+
|
|
85
|
+
For licensing questions, support, or refunds:
|
|
86
|
+
|
|
87
|
+
Email: mandy@intentsolutions.io
|
|
88
|
+
Company: Intent Solutions
|
|
89
|
+
Product: DevOps Automation Pack
|
|
90
|
+
Version: 1.0.0
|
|
91
|
+
|
|
92
|
+
15. ACKNOWLEDGMENT
|
|
93
|
+
|
|
94
|
+
BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
SPECIAL PROVISIONS FOR EVALUATION COPIES:
|
|
99
|
+
|
|
100
|
+
If you have received an evaluation copy of the Software:
|
|
101
|
+
- The license is valid for 30 days from installation
|
|
102
|
+
- The Software may have limited functionality
|
|
103
|
+
- You may NOT use evaluation copies for commercial purposes
|
|
104
|
+
- You must purchase a full license for continued use
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
Copyright (c) 2026 Intent Solutions. All rights reserved.
|
|
109
|
+
DevOps Automation Pack is a trademark of Intent Solutions.
|
|
110
|
+
Claude Code is a trademark of Anthropic PBC.
|
|
111
|
+
|
|
112
|
+
Last Updated: October 10, 2025
|
|
113
|
+
License Version: 1.0.0
|
package/README.md
ADDED
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
# DevOps Automation Pack for Claude Code
|
|
2
|
+
|
|
3
|
+
**Professional DevOps tools that save you 10+ hours per week**
|
|
4
|
+
|
|
5
|
+
Version 1.0.0 | October 2025
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## What Is This?
|
|
10
|
+
|
|
11
|
+
The **DevOps Automation Pack** is a collection of 25 professional plugins for Claude Code that automate your DevOps workflow.
|
|
12
|
+
|
|
13
|
+
**Instead of manually:**
|
|
14
|
+
- Writing Git commit messages
|
|
15
|
+
- Creating CI/CD pipelines from scratch
|
|
16
|
+
- Optimizing Dockerfiles
|
|
17
|
+
- Troubleshooting Kubernetes pods
|
|
18
|
+
- Writing Terraform modules
|
|
19
|
+
|
|
20
|
+
**You get:**
|
|
21
|
+
- AI-generated conventional commits
|
|
22
|
+
- Production-ready pipelines in minutes
|
|
23
|
+
- Automatic Docker optimization
|
|
24
|
+
- Instant Kubernetes diagnostics
|
|
25
|
+
- Reusable infrastructure modules
|
|
26
|
+
|
|
27
|
+
**All built-in to Claude Code.**
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## What's Included
|
|
32
|
+
|
|
33
|
+
### 25 Professional Plugins
|
|
34
|
+
|
|
35
|
+
**Git Workflow (5 commands)**
|
|
36
|
+
- `/commit-smart` (gc) - Generate conventional commits with AI
|
|
37
|
+
- `/pr-create` (gpr) - Create pull requests with professional templates
|
|
38
|
+
- `/branch-create` (bc) - Create properly named feature branches
|
|
39
|
+
- `/merge-safe` (ms) - Safe merge with conflict detection
|
|
40
|
+
- `/rebase-interactive` (ri) - Interactive rebase workflow
|
|
41
|
+
|
|
42
|
+
**CI/CD Automation (6 plugins: 1 agent + 5 commands)**
|
|
43
|
+
- CI/CD Expert Agent - Pipeline design specialist
|
|
44
|
+
- `/github-actions-create` (gha) - Generate GitHub Actions workflows
|
|
45
|
+
- `/gitlab-ci-create` (glci) - Generate GitLab CI pipelines
|
|
46
|
+
- `/circleci-config` (cci) - Generate CircleCI configuration
|
|
47
|
+
- `/pipeline-optimize` (po) - Analyze and speed up slow pipelines
|
|
48
|
+
- `/deployment-strategy` (ds) - Recommend deployment approach
|
|
49
|
+
|
|
50
|
+
**Docker (4 plugins: 1 agent + 3 commands)**
|
|
51
|
+
- Docker Specialist Agent - Container optimization expert
|
|
52
|
+
- `/dockerfile-generate` (dg) - Create optimized Dockerfiles
|
|
53
|
+
- `/docker-compose-create` (dcc) - Generate docker-compose.yml
|
|
54
|
+
- `/docker-optimize` (do) - Reduce image size by 50-80%
|
|
55
|
+
|
|
56
|
+
**Kubernetes (4 plugins: 1 agent + 3 commands)**
|
|
57
|
+
- Kubernetes Expert Agent - K8s orchestration specialist
|
|
58
|
+
- `/k8s-manifest-generate` (km) - Generate production-ready manifests
|
|
59
|
+
- `/k8s-helm-chart` (kh) - Create Helm charts with best practices
|
|
60
|
+
- `/k8s-troubleshoot` (kt) - Debug pod failures instantly
|
|
61
|
+
|
|
62
|
+
**Terraform (4 plugins: 1 agent + 3 commands)**
|
|
63
|
+
- Terraform Architect Agent - Infrastructure as code expert
|
|
64
|
+
- `/terraform-module-create` (tm) - Generate reusable modules
|
|
65
|
+
- `/terraform-plan-analyze` (tpa) - Analyze plans for risks
|
|
66
|
+
- `/cloudformation-generate` (cfn) - Create CloudFormation templates
|
|
67
|
+
|
|
68
|
+
**Deployment (2 plugins: 1 agent + 1 command)**
|
|
69
|
+
- Deployment Specialist Agent - Release management expert
|
|
70
|
+
- `/monitoring-setup` (ms) - Set up Prometheus + Grafana
|
|
71
|
+
|
|
72
|
+
**Total:** 19 commands + 6 AI agents = 25 powerful plugins
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Quick Start
|
|
77
|
+
|
|
78
|
+
**Installation takes 5 minutes:**
|
|
79
|
+
|
|
80
|
+
1. **Download** the pack from your purchase email
|
|
81
|
+
2. **Extract** the ZIP file
|
|
82
|
+
3. **Install** with `claude plugin install .`
|
|
83
|
+
4. **Try it** with `/commit-smart`
|
|
84
|
+
|
|
85
|
+
**Your first workflow (5 minutes):**
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
# Create a feature branch
|
|
89
|
+
/branch-create
|
|
90
|
+
|
|
91
|
+
# Make changes, then commit
|
|
92
|
+
/commit-smart
|
|
93
|
+
|
|
94
|
+
# Open a pull request
|
|
95
|
+
/pr-create
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
See [`docs/QUICK_START.md`](docs/QUICK_START.md) for detailed walkthrough.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Who Is This For?
|
|
103
|
+
|
|
104
|
+
### Perfect For:
|
|
105
|
+
- **Junior developers** learning DevOps practices
|
|
106
|
+
- **Senior engineers** who want to move faster
|
|
107
|
+
- **DevOps teams** standardizing workflows
|
|
108
|
+
- **Startups** adopting cloud infrastructure
|
|
109
|
+
- **Enterprises** enforcing best practices
|
|
110
|
+
|
|
111
|
+
### You'll Benefit If You:
|
|
112
|
+
- Write Git commits, PRs, or create branches
|
|
113
|
+
- Build or optimize CI/CD pipelines
|
|
114
|
+
- Work with Docker containers
|
|
115
|
+
- Deploy to Kubernetes
|
|
116
|
+
- Manage infrastructure with Terraform
|
|
117
|
+
- Set up monitoring and alerting
|
|
118
|
+
|
|
119
|
+
### Required Knowledge:
|
|
120
|
+
- Basic Git understanding (commit, push, pull)
|
|
121
|
+
- Familiarity with your chosen tools (Docker, K8s, etc.)
|
|
122
|
+
- **No expert-level knowledge needed** - plugins guide you
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Real Results
|
|
127
|
+
|
|
128
|
+
**What users accomplish:**
|
|
129
|
+
|
|
130
|
+
| Task | Manual Time | With Pack | Saved |
|
|
131
|
+
|------|-------------|-----------|-------|
|
|
132
|
+
| First CI/CD pipeline | 2-3 days | 2 minutes | 20 hours |
|
|
133
|
+
| Docker migration | 1 week | 15 minutes | 39 hours |
|
|
134
|
+
| Kubernetes deployment | 2-3 weeks | 3 days | 2+ weeks |
|
|
135
|
+
| Pipeline optimization | - | 2 hours | 7.2 hr/day |
|
|
136
|
+
| Terraform adoption | 3 weeks | 2 days | 2.5 weeks |
|
|
137
|
+
|
|
138
|
+
**Average time saved: 10-15 hours per week**
|
|
139
|
+
|
|
140
|
+
See [`docs/USE_CASES.md`](docs/USE_CASES.md) for 7 detailed real-world scenarios.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Documentation
|
|
145
|
+
|
|
146
|
+
### Getting Started
|
|
147
|
+
- **[Installation Guide](docs/INSTALLATION.md)** - Step-by-step setup instructions (5 minutes)
|
|
148
|
+
- **[Quick Start](docs/QUICK_START.md)** - Your first workflow in 5 minutes
|
|
149
|
+
- **[Use Cases](docs/USE_CASES.md)** - 7 real-world scenarios with before/after
|
|
150
|
+
|
|
151
|
+
### Reference
|
|
152
|
+
- **[Troubleshooting](docs/000-docs/157-DR-FAQS-troubleshooting.md)** - Solutions to 20 common problems
|
|
153
|
+
- **Plugin Reference** - Complete command documentation (see each plugin's help)
|
|
154
|
+
|
|
155
|
+
### Support
|
|
156
|
+
- **Email:** mandy@intentsolutions.io
|
|
157
|
+
- **Response time:** Within 24 hours
|
|
158
|
+
- **Include:** Error message, command, OS, Claude Code version
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Requirements
|
|
163
|
+
|
|
164
|
+
### Minimum Requirements
|
|
165
|
+
- Claude Code version **1.5.0 or higher**
|
|
166
|
+
- 10 MB free disk space
|
|
167
|
+
- Git installed (for Git workflow commands)
|
|
168
|
+
|
|
169
|
+
### Optional Requirements
|
|
170
|
+
Depending on which plugins you use:
|
|
171
|
+
- **Docker commands:** Docker installed and running
|
|
172
|
+
- **Kubernetes commands:** kubectl configured
|
|
173
|
+
- **Terraform commands:** Terraform installed
|
|
174
|
+
- **CI/CD commands:** Repository with remote (GitHub/GitLab)
|
|
175
|
+
|
|
176
|
+
**Note:** You only need to install tools for the features you'll use.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Technology Coverage
|
|
181
|
+
|
|
182
|
+
The pack supports these technologies:
|
|
183
|
+
|
|
184
|
+
**Version Control:**
|
|
185
|
+
- Git (GitHub, GitLab, Bitbucket)
|
|
186
|
+
- Conventional Commits standard
|
|
187
|
+
|
|
188
|
+
**CI/CD Platforms:**
|
|
189
|
+
- GitHub Actions
|
|
190
|
+
- GitLab CI
|
|
191
|
+
- CircleCI
|
|
192
|
+
- Jenkins (via pipeline optimization)
|
|
193
|
+
|
|
194
|
+
**Containers:**
|
|
195
|
+
- Docker
|
|
196
|
+
- docker-compose
|
|
197
|
+
- Multi-stage builds
|
|
198
|
+
- Alpine/Debian/Ubuntu base images
|
|
199
|
+
|
|
200
|
+
**Orchestration:**
|
|
201
|
+
- Kubernetes (1.25+)
|
|
202
|
+
- Helm 3
|
|
203
|
+
- kubectl
|
|
204
|
+
|
|
205
|
+
**Infrastructure:**
|
|
206
|
+
- Terraform (1.0+)
|
|
207
|
+
- AWS CloudFormation
|
|
208
|
+
- Multi-cloud (AWS, GCP, Azure)
|
|
209
|
+
|
|
210
|
+
**Monitoring:**
|
|
211
|
+
- Prometheus
|
|
212
|
+
- Grafana
|
|
213
|
+
- AlertManager
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
## Pricing
|
|
218
|
+
|
|
219
|
+
**Launch Price:** $39 (regular $49)
|
|
220
|
+
|
|
221
|
+
**What You Get:**
|
|
222
|
+
- All 25 plugins (19 commands + 6 agents)
|
|
223
|
+
- Lifetime updates for version 1.x
|
|
224
|
+
- Email support
|
|
225
|
+
- Complete documentation
|
|
226
|
+
- No subscription, pay once
|
|
227
|
+
|
|
228
|
+
**Money-Back Guarantee:**
|
|
229
|
+
- 30-day full refund
|
|
230
|
+
- No questions asked
|
|
231
|
+
- Email mandy@intentsolutions.io
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Frequently Asked Questions
|
|
236
|
+
|
|
237
|
+
### Does this work with my tech stack?
|
|
238
|
+
|
|
239
|
+
The pack is tech-agnostic for most commands. It detects your stack and adapts.
|
|
240
|
+
|
|
241
|
+
**Works with:**
|
|
242
|
+
- Any Git hosting (GitHub, GitLab, Bitbucket, etc.)
|
|
243
|
+
- Any programming language
|
|
244
|
+
- Any cloud provider (AWS, GCP, Azure)
|
|
245
|
+
- Any CI/CD platform (GitHub Actions, GitLab CI, CircleCI, etc.)
|
|
246
|
+
|
|
247
|
+
### Do I need to be a DevOps expert?
|
|
248
|
+
|
|
249
|
+
**No.** The pack is designed for all skill levels:
|
|
250
|
+
- **Beginners:** Step-by-step guidance and explanations
|
|
251
|
+
- **Intermediate:** Fast workflow automation
|
|
252
|
+
- **Experts:** Time-saving tools and best practices enforcement
|
|
253
|
+
|
|
254
|
+
### Can I use this for commercial projects?
|
|
255
|
+
|
|
256
|
+
**Yes.** Your license covers:
|
|
257
|
+
- Personal projects
|
|
258
|
+
- Commercial projects
|
|
259
|
+
- Team usage (one license per developer)
|
|
260
|
+
|
|
261
|
+
### How often is it updated?
|
|
262
|
+
|
|
263
|
+
**Version 1.x updates:** Free for life
|
|
264
|
+
- Bug fixes: As needed
|
|
265
|
+
- New features: Quarterly
|
|
266
|
+
- Security patches: Immediately
|
|
267
|
+
|
|
268
|
+
**Version 2.x:** When Claude Code adds new capabilities (separate purchase)
|
|
269
|
+
|
|
270
|
+
### What if I have issues?
|
|
271
|
+
|
|
272
|
+
**Support channels:**
|
|
273
|
+
1. **Documentation:** Check `docs/000-docs/157-DR-FAQS-troubleshooting.md` (covers 20 common issues)
|
|
274
|
+
2. **Email:** mandy@intentsolutions.io (response within 24 hours)
|
|
275
|
+
3. **Refund:** 30-day money-back guarantee
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
## Next Steps
|
|
280
|
+
|
|
281
|
+
### 1. Install the Pack
|
|
282
|
+
See [`docs/INSTALLATION.md`](docs/INSTALLATION.md) for step-by-step instructions.
|
|
283
|
+
|
|
284
|
+
### 2. Run Your First Workflow
|
|
285
|
+
Follow [`docs/QUICK_START.md`](docs/QUICK_START.md) - takes 5 minutes.
|
|
286
|
+
|
|
287
|
+
### 3. Explore Use Cases
|
|
288
|
+
Read [`docs/USE_CASES.md`](docs/USE_CASES.md) to see how others use it.
|
|
289
|
+
|
|
290
|
+
### 4. Get Help If Needed
|
|
291
|
+
Check [`docs/000-docs/157-DR-FAQS-troubleshooting.md`](docs/000-docs/157-DR-FAQS-troubleshooting.md) or email support.
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
## License
|
|
296
|
+
|
|
297
|
+
This plugin pack is licensed for individual use. See LICENSE file for details.
|
|
298
|
+
|
|
299
|
+
**Key Points:**
|
|
300
|
+
- Use on unlimited personal projects
|
|
301
|
+
- Use on unlimited commercial projects
|
|
302
|
+
- One license per developer
|
|
303
|
+
- No redistribution
|
|
304
|
+
- No reselling
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
## About
|
|
309
|
+
|
|
310
|
+
**Created by:** Intent Solutions
|
|
311
|
+
**Version:** 1.0.0
|
|
312
|
+
**Released:** October 2025
|
|
313
|
+
**Support:** mandy@intentsolutions.io
|
|
314
|
+
|
|
315
|
+
**Built for Claude Code** - The official CLI from Anthropic
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
## Version History
|
|
320
|
+
|
|
321
|
+
**v1.0.0** (October 10, 2025)
|
|
322
|
+
- Initial release
|
|
323
|
+
- 25 plugins (19 commands + 6 agents)
|
|
324
|
+
- Complete documentation
|
|
325
|
+
- Comprehensive testing
|
|
326
|
+
|
|
327
|
+
---
|
|
328
|
+
|
|
329
|
+
**Ready to save 10+ hours per week?**
|
|
330
|
+
|
|
331
|
+
Start with the [Quick Start Guide](docs/QUICK_START.md) ā
|
|
332
|
+
|
|
333
|
+
**Need help?** Email mandy@intentsolutions.io
|
|
334
|
+
|
|
335
|
+
**Have questions?** See [Troubleshooting](docs/000-docs/157-DR-FAQS-troubleshooting.md) ā
|
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@intentsolutionsio/devops-automation-pack",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "25 professional DevOps plugins for CI/CD, deployment, Docker, Kubernetes, and infrastructure automation. Save 20+ hours of manual work.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"devops",
|
|
7
|
+
"ci-cd",
|
|
8
|
+
"docker",
|
|
9
|
+
"kubernetes",
|
|
10
|
+
"terraform",
|
|
11
|
+
"deployment",
|
|
12
|
+
"infrastructure",
|
|
13
|
+
"automation",
|
|
14
|
+
"git",
|
|
15
|
+
"cicd",
|
|
16
|
+
"package",
|
|
17
|
+
"collection",
|
|
18
|
+
"agent-skills",
|
|
19
|
+
"claude-code",
|
|
20
|
+
"claude-plugin",
|
|
21
|
+
"tonsofskills"
|
|
22
|
+
],
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/jeremylongshore/claude-code-plugins-plus-skills.git",
|
|
26
|
+
"directory": "plugins/packages/devops-automation-pack"
|
|
27
|
+
},
|
|
28
|
+
"homepage": "https://tonsofskills.com/plugins/devops-automation-pack",
|
|
29
|
+
"bugs": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills/issues",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"author": {
|
|
32
|
+
"name": "Jeremy Longshore",
|
|
33
|
+
"email": "[email protected]",
|
|
34
|
+
"url": "https://github.com/jeremylongshore"
|
|
35
|
+
},
|
|
36
|
+
"publishConfig": {
|
|
37
|
+
"access": "public"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"README.md",
|
|
41
|
+
".claude-plugin",
|
|
42
|
+
"skills"
|
|
43
|
+
],
|
|
44
|
+
"scripts": {
|
|
45
|
+
"postinstall": "node -e \"console.log(\\\"\\\\nā This npm package is a tracking/proof artifact. Install the plugin via:\\\\n ccpi install devops-automation-pack\\\\n or /plugin install devops-automation-pack@claude-code-plugins-plus in Claude Code\\\\n\\\")\""
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: generating-conventional-commits
|
|
3
|
+
description: |
|
|
4
|
+
Execute generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially a... Use when managing version control. Trigger with phrases like 'commit', 'branch', or 'git'.
|
|
5
|
+
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
|
|
6
|
+
version: 1.0.0
|
|
7
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
8
|
+
license: MIT
|
|
9
|
+
compatible-with: claude-code, codex, openclaw
|
|
10
|
+
tags: [packages, conventional-commits]
|
|
11
|
+
---
|
|
12
|
+
# Devops Automation Pack
|
|
13
|
+
|
|
14
|
+
Generate conventional commit messages by analyzing staged Git changes, selecting the correct type prefix (feat/fix/refactor/etc.), and producing concise, standards-compliant messages.
|
|
15
|
+
|
|
16
|
+
## Overview
|
|
17
|
+
|
|
18
|
+
Create well-formatted, informative commit messages that follow the conventional commits standard, improving collaboration and automation in your Git workflow. It saves you time and ensures consistency across your project.
|
|
19
|
+
|
|
20
|
+
## How It Works
|
|
21
|
+
|
|
22
|
+
1. **Analyze Changes**: The skill analyzes the staged changes in your Git repository.
|
|
23
|
+
2. **Generate Suggestion**: It uses AI to generate a commit message based on the analyzed changes, adhering to the conventional commits format (e.g., `feat: add new feature`, `fix: correct bug`).
|
|
24
|
+
3. **Present to User**: The generated commit message is presented to you for review and acceptance.
|
|
25
|
+
|
|
26
|
+
## When to Use This Skill
|
|
27
|
+
|
|
28
|
+
This skill activates when you need to:
|
|
29
|
+
- Create a commit message after making code changes.
|
|
30
|
+
- Ensure your commit messages follow the conventional commits standard.
|
|
31
|
+
- Save time writing commit messages manually.
|
|
32
|
+
|
|
33
|
+
## Examples
|
|
34
|
+
|
|
35
|
+
### Example 1: Adding a New Feature
|
|
36
|
+
|
|
37
|
+
User request: "Generate a commit message for these changes."
|
|
38
|
+
|
|
39
|
+
The skill will:
|
|
40
|
+
1. Analyze the staged changes related to a new feature.
|
|
41
|
+
2. Generate a commit message like `feat: Implement user authentication`.
|
|
42
|
+
|
|
43
|
+
### Example 2: Fixing a Bug
|
|
44
|
+
|
|
45
|
+
User request: "Create a commit for the bug fix."
|
|
46
|
+
|
|
47
|
+
The skill will:
|
|
48
|
+
1. Analyze the staged changes related to a bug fix.
|
|
49
|
+
2. Generate a commit message like `fix: Resolve issue with incorrect password reset`.
|
|
50
|
+
|
|
51
|
+
## Best Practices
|
|
52
|
+
|
|
53
|
+
- **Stage Changes**: Ensure all relevant changes are staged before using the skill.
|
|
54
|
+
- **Review Carefully**: Always review the generated commit message before accepting it.
|
|
55
|
+
- **Customize if Needed**: Feel free to customize the generated message to provide more context.
|
|
56
|
+
|
|
57
|
+
## Integration
|
|
58
|
+
|
|
59
|
+
This skill integrates with your Git workflow, providing a convenient way to generate commit messages directly within Claude Code. It complements other Git-related skills in the DevOps Automation Pack, such as `/branch-create` and `/pr-create`.
|
|
60
|
+
|
|
61
|
+
## Prerequisites
|
|
62
|
+
|
|
63
|
+
- Appropriate file access permissions
|
|
64
|
+
- Required dependencies installed
|
|
65
|
+
|
|
66
|
+
## Instructions
|
|
67
|
+
|
|
68
|
+
1. Invoke this skill when the trigger conditions are met
|
|
69
|
+
2. Provide necessary context and parameters
|
|
70
|
+
3. Review the generated output
|
|
71
|
+
4. Apply modifications as needed
|
|
72
|
+
|
|
73
|
+
## Output
|
|
74
|
+
|
|
75
|
+
The skill produces structured output relevant to the task.
|
|
76
|
+
|
|
77
|
+
## Error Handling
|
|
78
|
+
|
|
79
|
+
- Invalid input: Prompts for correction
|
|
80
|
+
- Missing dependencies: Lists required components
|
|
81
|
+
- Permission errors: Suggests remediation steps
|
|
82
|
+
|
|
83
|
+
## Resources
|
|
84
|
+
|
|
85
|
+
- Project documentation
|
|
86
|
+
- Related skills and commands
|