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
docs: add mapt-provisioner to README and update CLAUDE.md for SNC
- Add mapt-provisioner skill section to README (was missing entirely)
- Add SNC/OpenShift references to CLAUDE.md overview and use cases
- Clarify OpenShift SNC is AWS only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Rishabh Kothari <rkothari@redhat.com>
Copy file name to clipboardExpand all lines: README.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Claudio Skills Plugin provides five production-ready skills designed to streamli
17
17
-**Slack Utilities** - Search messages, post updates, and interact with Slack workspaces
18
18
-**GitLab Branch Management** - Create and protect GitLab branches with configurable protection rules
19
19
-**Jira Utilities** - Manage Jira issues with JQL search, create/update issues, link issues, and fetch sprint info
20
+
-**Mapt Provisioner** - Provision and manage cloud infrastructure using mapt (RHEL AI on AWS/Azure, OpenShift SNC on AWS, spot instances, GPU workloads)
20
21
21
22
## Skills
22
23
@@ -115,7 +116,33 @@ Disclaimer, the first time you reuse those Tokens you will probably be signed of
115
116
- JSON and human-readable output
116
117
- Compatible with bash 3.2+ (macOS, RHEL, Ubuntu, Alpine)
117
118
118
-
### 6. Jira Utilities Skill
119
+
### 6. Mapt Provisioner Skill
120
+
121
+
Provision and manage cloud VMs and services on AWS and Azure using [mapt](https://github.com/redhat-developer/mapt).
122
+
123
+
**Use Cases:**
124
+
- Provision RHEL AI instances with GPU support (CUDA/ROCm)
125
+
- Provision OpenShift SNC clusters with AI/NVIDIA profiles (AWS only)
126
+
- Use spot instances for cost-effective testing
127
+
- Destroy provisioned resources with state cleanup
128
+
- Check stack status and retrieve connection details
129
+
- List available RHEL AI versions on AWS and Azure
130
+
131
+
**Key Features:**
132
+
- Natural language intent mapping
133
+
- Automatic RHEL AI version discovery via `mapt list-versions`
134
+
- OpenShift SNC with profile support (ai, nvidia, serverless, servicemesh, virtualization)
135
+
- Spot eviction tolerance defaults to highest for both RHEL AI and SNC
136
+
- Pulumi state backend enforcement to prevent orphaned resources
137
+
- mapt + Pulumi + provider plugins auto-installed via `tools/mapt/install.sh`
138
+
139
+
**Prerequisites:**
140
+
-`MAPT_BACKEND_URL` - Pulumi state backend (s3:// or azblob://)
0 commit comments