@raishin/vanguard-frontier-agentic 1.7.0 → 1.8.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/.agents/plugins/README.md +87 -0
- package/.agents/plugins/marketplace.json +32 -0
- package/.claude-plugin/README.md +60 -0
- package/.claude-plugin/marketplace.json +29 -0
- package/.claude-plugin/plugin.json +362 -0
- package/.cursor-plugin/README.md +51 -0
- package/.cursor-plugin/plugin.json +361 -0
- package/.github/plugin/README.md +64 -0
- package/.github/plugin/marketplace.json +17 -0
- package/README.md +299 -3
- package/agents/alibaba/README.md +17 -0
- package/agents/contabo/contabo-capacity-planner-agent/metadata.json +15 -4
- package/agents/contabo/contabo-cost-optimization-analyst-agent/metadata.json +15 -4
- package/agents/contabo/contabo-live-instance-lifecycle-guard-agent/metadata.json +15 -4
- package/agents/contabo/contabo-live-storage-operations-guard-agent/metadata.json +15 -4
- package/agents/contabo/contabo-maestro-agent/metadata.json +15 -4
- package/agents/contabo/contabo-security-hardening-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-capacity-planner-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-cost-optimization-analyst-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-infrastructure-reviewer-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-live-firewall-rule-guard-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-live-server-lifecycle-guard-agent/metadata.json +15 -4
- package/agents/hetzner/hetzner-maestro-agent/metadata.json +15 -4
- package/agents/huawei/README.md +17 -0
- package/agents/nvidia/README.md +53 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ai-operations-day2-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-generative-ai-platform-review-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-maestro-agent/AGENT.md +55 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md +38 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml +34 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md +52 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md +40 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md +39 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
- package/agents/nvidia/nvidia-maestro-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/AGENT.md +78 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md +37 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md +37 -0
- package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/metadata.json +35 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/AGENT.md +51 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/claude-code.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/codex.toml +26 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/copilot.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/cursor.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/gemini.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-cli.agent.json +18 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-ide.agent.md +28 -0
- package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/metadata.json +42 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/metadata.json +40 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/AGENT.md +53 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml +27 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json +20 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md +30 -0
- package/agents/nvidia/nvidia-triton-inference-serving-review-agent/metadata.json +40 -0
- package/catalog/agents.json +785 -203
- package/catalog/asset-integrity.json +19881 -0
- package/catalog/install-roles.json +205 -39
- package/catalog/skill-manifest.json +246 -0
- package/catalog/skills.json +565 -185
- package/mcp/official/aws-mcp-servers.metadata.json +16 -2
- package/mcp/official/azure-mcp-server.metadata.json +16 -2
- package/mcp/official/oracle-mcp-servers.metadata.json +16 -2
- package/package.json +24 -2
- package/plugins/cross-platform-agent-template/.codex-plugin/plugin.json +0 -1
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +46 -0
- package/powers/README.md +104 -0
- package/powers/vanguard-alibaba/POWER.md +47 -0
- package/powers/vanguard-aws/POWER.md +46 -0
- package/powers/vanguard-azure/POWER.md +48 -0
- package/powers/vanguard-contabo/POWER.md +42 -0
- package/powers/vanguard-gcp/POWER.md +47 -0
- package/powers/vanguard-hetzner/POWER.md +42 -0
- package/powers/vanguard-huawei/POWER.md +47 -0
- package/powers/vanguard-ionos/POWER.md +41 -0
- package/powers/vanguard-kubernetes/POWER.md +48 -0
- package/powers/vanguard-nvidia/POWER.md +42 -0
- package/powers/vanguard-oci/POWER.md +48 -0
- package/powers/vanguard-ovhcloud/POWER.md +41 -0
- package/powers/vanguard-scaleway/POWER.md +41 -0
- package/powers/vanguard-terraform/POWER.md +42 -0
- package/schemas/agent.schema.json +13 -0
- package/schemas/attestation.schema.json +157 -0
- package/schemas/mcp-reference.schema.json +36 -0
- package/schemas/skill.frontmatter.schema.json +42 -1
- package/scripts/export-marketplace-agents.mjs +81 -7
- package/scripts/generate-cursor-plugin.mjs +130 -0
- package/scripts/generate-kiro-powers.mjs +324 -0
- package/scripts/generate-plugin-manifest.mjs +151 -0
- package/scripts/release-prepare.mjs +88 -0
- package/skills/claude/README.md +7 -0
- package/skills/claude/add-educational-comments/SKILL.md +138 -0
- package/skills/claude/add-educational-comments/metadata.json +26 -0
- package/skills/nvidia/README.md +79 -0
- package/skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md +38 -0
- package/skills/nvidia/nvidia-agentic-ai-platform-review/metadata.json +34 -0
- package/skills/nvidia/nvidia-ai-infrastructure-operations/SKILL.md +43 -0
- package/skills/nvidia/nvidia-ai-infrastructure-operations/metadata.json +22 -0
- package/skills/nvidia/nvidia-ai-networking-fabric-review/SKILL.md +37 -0
- package/skills/nvidia/nvidia-ai-networking-fabric-review/metadata.json +34 -0
- package/skills/nvidia/nvidia-ai-operations-day2/SKILL.md +37 -0
- package/skills/nvidia/nvidia-ai-operations-day2/metadata.json +25 -0
- package/skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md +36 -0
- package/skills/nvidia/nvidia-cuda-kernel-performance-review/metadata.json +30 -0
- package/skills/nvidia/nvidia-generative-ai-platform-review/SKILL.md +38 -0
- package/skills/nvidia/nvidia-generative-ai-platform-review/metadata.json +36 -0
- package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/SKILL.md +38 -0
- package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/metadata.json +32 -0
- package/skills/nvidia/nvidia-maestro/SKILL.md +50 -0
- package/skills/nvidia/nvidia-maestro/metadata.json +28 -0
- package/skills/nvidia/nvidia-maestro/references/official-sources.md +54 -0
- package/skills/nvidia/nvidia-maestro/references/safety-checklist.md +41 -0
- package/skills/nvidia/nvidia-maestro/references/workflow-and-output.md +121 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/SKILL.md +90 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/metadata.json +30 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/allowlist-commands.md +44 -0
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/attestation-format.md +84 -0
- package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/SKILL.md +41 -0
- package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/metadata.json +32 -0
- package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/SKILL.md +35 -0
- package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/metadata.json +30 -0
- package/skills/nvidia/nvidia-triton-inference-serving-review/SKILL.md +36 -0
- package/skills/nvidia/nvidia-triton-inference-serving-review/metadata.json +30 -0
package/README.md
CHANGED
|
@@ -60,24 +60,210 @@ and compliance-heavy architecture.
|
|
|
60
60
|
|
|
61
61
|
## 🚀 Get Started
|
|
62
62
|
|
|
63
|
+
Pick the install path for your coding agent. Each dropdown is one-click plug-and-play where the harness supports it; the npm/export path works for everything else.
|
|
64
|
+
|
|
65
|
+
<details>
|
|
66
|
+
<summary><strong>🤖 Claude Code (Anthropic)</strong> — <em>one-command plugin install</em></summary>
|
|
67
|
+
|
|
68
|
+
<br>
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
/plugin marketplace add Raishin/vanguard-frontier-agentic
|
|
72
|
+
/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Or wire it into `~/.claude/settings.json` (or your project's `.claude/settings.json`) for team-wide trust:
|
|
76
|
+
|
|
77
|
+
```json
|
|
78
|
+
{
|
|
79
|
+
"extraKnownMarketplaces": {
|
|
80
|
+
"vanguard-frontier-agentic": {
|
|
81
|
+
"source": { "source": "github", "repo": "Raishin/vanguard-frontier-agentic" }
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"enabledPlugins": {
|
|
85
|
+
"vanguard-frontier-agentic@vanguard-frontier-agentic": true
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Pin to a tag for reproducible installs: `Raishin/vanguard-frontier-agentic@v1.7.1`.
|
|
91
|
+
|
|
92
|
+
- **Bundled:** all 331 cloud, security, compliance, Kubernetes, Terraform agents (incl. provider maestros and live-guard agents)
|
|
93
|
+
- **Spec:** [`.claude-plugin/marketplace.json`](.claude-plugin/marketplace.json) + [`.claude-plugin/plugin.json`](.claude-plugin/plugin.json) (canonical Claude Code plugin layout)
|
|
94
|
+
- **Not bundled:** skills, rules, MCP references — use the npm path for those
|
|
95
|
+
- **Docs:** [code.claude.com/docs/en/plugin-marketplaces](https://code.claude.com/docs/en/plugin-marketplaces)
|
|
96
|
+
|
|
97
|
+
</details>
|
|
98
|
+
|
|
99
|
+
<details>
|
|
100
|
+
<summary><strong>🐙 GitHub Copilot CLI</strong> — <em>one-command marketplace install</em></summary>
|
|
101
|
+
|
|
102
|
+
<br>
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
# Add the marketplace, then install
|
|
106
|
+
copilot plugin marketplace add Raishin/vanguard-frontier-agentic
|
|
107
|
+
/plugin install vanguard-frontier-agentic
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Or in `.github/copilot/settings.json` for repo-wide trust:
|
|
111
|
+
|
|
112
|
+
```json
|
|
113
|
+
{
|
|
114
|
+
"extraKnownMarketplaces": [
|
|
115
|
+
"https://raw.githubusercontent.com/Raishin/vanguard-frontier-agentic/master/.github/plugin/marketplace.json"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
- **Marketplace manifest:** [`.github/plugin/marketplace.json`](.github/plugin/marketplace.json) declares this repo as a single-plugin marketplace
|
|
121
|
+
- **Source path:** `./` (the repo root is the plugin root)
|
|
122
|
+
- **Bundled:** 331 Copilot agent adapters under `agents/<provider>/<agent>/harnesses/copilot.agent.md`
|
|
123
|
+
- **Docs:** [github.com/github/copilot-cli](https://github.com/github/copilot-cli) (`/plugin marketplace add`)
|
|
124
|
+
|
|
125
|
+
</details>
|
|
126
|
+
|
|
127
|
+
<details>
|
|
128
|
+
<summary><strong>🖱️ Cursor</strong> — <em>plugin manifest at repo root</em></summary>
|
|
129
|
+
|
|
130
|
+
<br>
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
# Clone the repo, then register it as a plugin directory in Cursor:
|
|
134
|
+
git clone https://github.com/Raishin/vanguard-frontier-agentic
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
In Cursor: **Settings → Plugins → Add Plugin Directory** → pick the cloned repo path. Or via the Cursor Extension API:
|
|
138
|
+
|
|
139
|
+
```ts
|
|
140
|
+
vscode.cursor.plugins.registerPath("/absolute/path/to/vanguard-frontier-agentic");
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
- **Plugin manifest:** [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json) enumerates all **331 Cursor agent adapters** explicitly via the `agents` field
|
|
144
|
+
- **Bundled:** all agents from `agents/<provider>/<agent>/harnesses/cursor.agent.md`
|
|
145
|
+
- **Rules:** existing `rules/` directory at repo root is auto-discovered by Cursor
|
|
146
|
+
- **Docs:** [cursor.com/docs/plugins](https://cursor.com/docs/plugins) · [cursor.com/docs/reference/plugins](https://cursor.com/docs/reference/plugins)
|
|
147
|
+
|
|
148
|
+
</details>
|
|
149
|
+
|
|
150
|
+
<details>
|
|
151
|
+
<summary><strong>🔮 Kiro (Powers + agents)</strong> — <em>14 ready-to-add Powers</em></summary>
|
|
152
|
+
|
|
153
|
+
<br>
|
|
154
|
+
|
|
155
|
+
Kiro Powers UI is per-Power directory add — there is no single-command marketplace flow. This repo ships **14 Powers** under `powers/`, one per provider, so Kiro users can add only what they need.
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
# 1. Clone this repo
|
|
159
|
+
git clone https://github.com/Raishin/vanguard-frontier-agentic
|
|
160
|
+
cd vanguard-frontier-agentic
|
|
161
|
+
|
|
162
|
+
# 2. In Kiro:
|
|
163
|
+
# Open the Powers panel → "Add Custom Power" → "Local Directory"
|
|
164
|
+
# Paste the absolute path to the Power(s) you need, one at a time:
|
|
165
|
+
# /absolute/path/to/vanguard-frontier-agentic/powers/vanguard-aws
|
|
166
|
+
# /absolute/path/to/vanguard-frontier-agentic/powers/vanguard-kubernetes
|
|
167
|
+
# /absolute/path/to/vanguard-frontier-agentic/powers/vanguard-terraform
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
- **Powers available:** `vanguard-aws`, `vanguard-azure`, `vanguard-gcp`, `vanguard-oci`, `vanguard-alibaba`, `vanguard-huawei`, `vanguard-ovhcloud`, `vanguard-scaleway`, `vanguard-hetzner`, `vanguard-contabo`, `vanguard-ionos`, `vanguard-kubernetes`, `vanguard-terraform`, `vanguard-nvidia`
|
|
171
|
+
- **Each Power ships:** routing pattern (maestro entry), live-mutation discipline, provider invariants (account-ID/region, MLPS 2.0, EU sovereignty, etc.)
|
|
172
|
+
- **Frontmatter:** strict-5 fields (`name`, `displayName`, `description`, `keywords`, `author`) per Kiro spec
|
|
173
|
+
- **For Kiro agent adapter files** (`.kiro/agents/*.md`, `.kiro/agents/*.json`): use the npm-export path below
|
|
174
|
+
- **Docs:** [github.com/kirodotdev/powers](https://github.com/kirodotdev/powers)
|
|
175
|
+
|
|
176
|
+
</details>
|
|
177
|
+
|
|
178
|
+
<details>
|
|
179
|
+
<summary><strong>♊ Gemini CLI & Google Antigravity</strong> — <em>skills framework via npm export</em></summary>
|
|
180
|
+
|
|
181
|
+
<br>
|
|
182
|
+
|
|
183
|
+
Antigravity reads skills from `.agent/skills/<name>/SKILL.md` (workspace) or `~/.gemini/antigravity/skills/<name>/` (global). There is no first-party marketplace install command — use the npm export to write skills + adapters into the right paths:
|
|
184
|
+
|
|
185
|
+
```bash
|
|
186
|
+
# Install the package
|
|
187
|
+
npm install @raishin/vanguard-frontier-agentic@latest
|
|
188
|
+
|
|
189
|
+
# Export agents + companion skills for Gemini Antigravity
|
|
190
|
+
npx vfa-export-agents --platform gemini --all --repo .
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
Or for a single provider:
|
|
194
|
+
|
|
195
|
+
```bash
|
|
196
|
+
npx vfa-export-agents --platform gemini --provider aws --repo .
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
- **Workspace skills install to:** `.agent/skills/<name>/SKILL.md`
|
|
200
|
+
- **Global rules:** `~/.gemini/GEMINI.md`
|
|
201
|
+
- **MCP servers:** configure via Antigravity's MCP Store UI → `mcp_config.json`
|
|
202
|
+
- **Docs:** [antigravity.google](https://antigravity.google) · [github.com/google-gemini/gemini-cli](https://github.com/google-gemini/gemini-cli)
|
|
203
|
+
|
|
204
|
+
</details>
|
|
205
|
+
|
|
206
|
+
<details>
|
|
207
|
+
<summary><strong>⚡ Codex (OpenAI)</strong> — <em>one-command marketplace install</em></summary>
|
|
208
|
+
|
|
209
|
+
<br>
|
|
210
|
+
|
|
211
|
+
```bash
|
|
212
|
+
# Add the marketplace, then enable the bundled plugin
|
|
213
|
+
codex plugin marketplace add Raishin/vanguard-frontier-agentic
|
|
214
|
+
/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
`codex plugin marketplace add` writes the marketplace into your `~/.codex/config.toml`. The resulting block looks like this (the screenshot pattern):
|
|
218
|
+
|
|
219
|
+
```toml
|
|
220
|
+
[marketplaces.vanguard-frontier-agentic]
|
|
221
|
+
last_updated = "2026-05-11T06:46:00Z"
|
|
222
|
+
last_revision = "<sha>"
|
|
223
|
+
source_type = "git"
|
|
224
|
+
source = "https://github.com/Raishin/vanguard-frontier-agentic.git"
|
|
225
|
+
|
|
226
|
+
[plugins."vanguard-frontier-agentic@vanguard-frontier-agentic"]
|
|
227
|
+
enabled = true
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
- **Marketplace registry:** [`.agents/plugins/marketplace.json`](.agents/plugins/marketplace.json) at repo root (canonical Codex location per [codex-rs plugin-json-spec](https://github.com/openai/codex/blob/main/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md))
|
|
231
|
+
- **Bundled plugins:**
|
|
232
|
+
- `vanguard-frontier-agentic` — the main plugin, manifest at [`plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json`](plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json)
|
|
233
|
+
- `cross-platform-agent-template` — scaffold for new cross-platform agents
|
|
234
|
+
- **For agent adapter files** (`.codex/agents/*.toml`): after enabling the plugin, run `npx vfa-export-agents --platform codex --all --repo .` to write the 331 agent adapters into your repo
|
|
235
|
+
- **Other commands:** `codex plugin marketplace upgrade vanguard-frontier-agentic`, `codex plugin marketplace remove vanguard-frontier-agentic`
|
|
236
|
+
- **Docs:** [github.com/openai/codex](https://github.com/openai/codex) · [Codex plugin spec](https://github.com/openai/codex/blob/main/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md)
|
|
237
|
+
|
|
238
|
+
</details>
|
|
239
|
+
|
|
240
|
+
<details>
|
|
241
|
+
<summary><strong>📦 Any other harness</strong> — <em>npm package + vfa-export-agents CLI</em></summary>
|
|
242
|
+
|
|
243
|
+
<br>
|
|
244
|
+
|
|
63
245
|
**Prerequisite:** [Node.js](https://nodejs.org/) 18+
|
|
64
246
|
|
|
65
247
|
```bash
|
|
66
248
|
# 1️⃣ Install the package
|
|
67
249
|
npm install @raishin/vanguard-frontier-agentic@latest
|
|
68
250
|
|
|
69
|
-
# 2️⃣ Export agents for your
|
|
251
|
+
# 2️⃣ Export agents for your role into your repo (claude-code shown — swap platform)
|
|
70
252
|
npx vfa-export-agents --platform claude-code --role cloud-security-engineer --repo .
|
|
71
253
|
|
|
72
254
|
# 3️⃣ Open your coding agent and reference the exported agent
|
|
73
255
|
# "Use kubernetes-rbac-review-agent to audit this RBAC change."
|
|
74
256
|
```
|
|
75
257
|
|
|
76
|
-
|
|
258
|
+
Supports `--platform`: `claude-code`, `codex`, `copilot`, `cursor`, `gemini`, `kiro`, `kiro-ide`, `kiro-cli`. Supports `--role`, `--agents`, `--all`, `--provider` filters. See the [Install Reference](#install-reference) for the full argument matrix.
|
|
259
|
+
|
|
260
|
+
</details>
|
|
261
|
+
|
|
262
|
+
---
|
|
77
263
|
|
|
78
264
|
### Install paths
|
|
79
265
|
|
|
80
|
-
There are
|
|
266
|
+
There are now **eight** supported install paths — Claude Code plugin marketplace, GitHub Copilot CLI marketplace, Cursor plugin, Codex plugin marketplace, Kiro Powers, Gemini Antigravity skills, npm package + `vfa-export-agents` CLI, and the third-party `skills` CLI — each with different versioning, trust, and scope characteristics. See [`docs/integrations/skills-cli.md`](docs/integrations/skills-cli.md) for the full trust matrix, verified flag syntax, pinning guidance, and pre-install inspection steps.
|
|
81
267
|
|
|
82
268
|
```bash
|
|
83
269
|
npm install @raishin/vanguard-frontier-agentic@latest
|
|
@@ -769,3 +955,113 @@ Rules = always-on 📏 harness-specific operating guidance
|
|
|
769
955
|
MCP = real connections 🔌 AWS · Azure · Oracle official servers
|
|
770
956
|
Catalog = searchable index 🗂️ machine-readable, hash-verified
|
|
771
957
|
```
|
|
958
|
+
|
|
959
|
+
---
|
|
960
|
+
|
|
961
|
+
## ❤️ Sponsors
|
|
962
|
+
|
|
963
|
+
### Why Sponsor
|
|
964
|
+
|
|
965
|
+
Vanguard Frontier Agentic is a free, open-source marketplace of AI skills and agents for cloud operators — built on 70+ certifications across providers and 3 years of real enterprise architecture work across AWS, Azure, and OCI.
|
|
966
|
+
|
|
967
|
+
**No VC funding. No company backing. One engineer, building in public.**
|
|
968
|
+
|
|
969
|
+
In two weeks on npm: ~900 downloads. Socket.dev scores: Vulnerability 100, Quality 100, License 100. Every release ships through 17 validation gates, adversarial security audits, and property-based fuzz tests.
|
|
970
|
+
|
|
971
|
+
Your sponsorship directly funds the compute, API time, and research hours that turn new cloud providers, compliance frameworks, and security patterns into production-ready agents — free for everyone.
|
|
972
|
+
|
|
973
|
+
Current catalog: **331 agents · 286 skills · 12 cloud/platform providers**
|
|
974
|
+
|
|
975
|
+
---
|
|
976
|
+
|
|
977
|
+
### What Your Sponsorship Funds
|
|
978
|
+
|
|
979
|
+
Every dollar maps to something concrete:
|
|
980
|
+
|
|
981
|
+
- → **New cloud provider suites** — each provider costs ~8–12 hours of research, agent design, security audit, and validation across 17 gates
|
|
982
|
+
- → **Compliance coverage** — GDPR, MLPS 2.0, FedRAMP, ISO 27001, SOC 2 mapped into agent guardrails and live-guard hard-stop conditions
|
|
983
|
+
- → **Security audit cycles** — adversarial multi-persona review, fuzz testing, OWASP / LLM Top 10 validation before every merge
|
|
984
|
+
- → **New harness support** — as AI coding tools evolve, agents stay current across Claude Code, Copilot, Codex, Cursor, Gemini, Kiro
|
|
985
|
+
- → **Infrastructure** — npm publishing, CI/CD, OpenSSF Scorecard, SLSA attestations, SBOM signing on every release
|
|
986
|
+
|
|
987
|
+
---
|
|
988
|
+
|
|
989
|
+
### Sponsorship Tiers
|
|
990
|
+
|
|
991
|
+
#### ☕ Cloud Supporter — $5/month
|
|
992
|
+
|
|
993
|
+
You believe free cloud tooling matters. Your name in the `SPONSORS.md` wall of thanks. Every contribution keeps the lights on.
|
|
994
|
+
|
|
995
|
+
---
|
|
996
|
+
|
|
997
|
+
#### 🛡️ Agent Backer — $15/month
|
|
998
|
+
|
|
999
|
+
You use the agents and want to see them grow.
|
|
1000
|
+
|
|
1001
|
+
- Name + link in `SPONSORS.md`
|
|
1002
|
+
- Priority response on GitHub Issues you open
|
|
1003
|
+
- Early access to release notes before they go public
|
|
1004
|
+
|
|
1005
|
+
---
|
|
1006
|
+
|
|
1007
|
+
#### 🔧 Provider Sponsor — $50/month
|
|
1008
|
+
|
|
1009
|
+
You want a specific cloud or compliance gap closed faster.
|
|
1010
|
+
|
|
1011
|
+
- Everything in Agent Backer
|
|
1012
|
+
- Vote on the next cloud provider or compliance framework to be added to the roadmap
|
|
1013
|
+
- Your GitHub handle credited in the provider README you helped fund
|
|
1014
|
+
|
|
1015
|
+
---
|
|
1016
|
+
|
|
1017
|
+
#### 🏗️ Architecture Patron — $100/month
|
|
1018
|
+
|
|
1019
|
+
You run cloud workloads and this saves your team real time.
|
|
1020
|
+
|
|
1021
|
+
- Everything in Provider Sponsor
|
|
1022
|
+
- One dedicated GitHub Discussion per month — ask me anything about cloud architecture, agent design, or compliance strategy
|
|
1023
|
+
- Logo / link in root README (individual or company)
|
|
1024
|
+
|
|
1025
|
+
---
|
|
1026
|
+
|
|
1027
|
+
#### 🌐 Enterprise Tier — $500/month
|
|
1028
|
+
|
|
1029
|
+
You want coverage your team can rely on.
|
|
1030
|
+
|
|
1031
|
+
- Everything in Architecture Patron
|
|
1032
|
+
- Direct input on the quarterly roadmap
|
|
1033
|
+
- Priority build of one cloud provider suite or compliance framework per quarter
|
|
1034
|
+
- Company logo in root README with featured placement
|
|
1035
|
+
- Private Slack / Discord channel access for your team
|
|
1036
|
+
|
|
1037
|
+
---
|
|
1038
|
+
|
|
1039
|
+
### The Honest Version
|
|
1040
|
+
|
|
1041
|
+
This project is built in the hours before and after a full-time architecture role. Sponsorship doesn't make me rich — it covers API costs, compute time, and the research hours that keep the catalog growing past what I could sustain alone.
|
|
1042
|
+
|
|
1043
|
+
If you've installed the package, opened an agent, or just found value in knowing this exists — **thank you**. That's already enough.
|
|
1044
|
+
|
|
1045
|
+
If you want to accelerate it: **<https://github.com/sponsors/Raishin>**
|
|
1046
|
+
|
|
1047
|
+
---
|
|
1048
|
+
|
|
1049
|
+
## 🤝 Community Projects
|
|
1050
|
+
|
|
1051
|
+
Projects built on, inspired by, or extending the Vanguard Frontier Agentic marketplace:
|
|
1052
|
+
|
|
1053
|
+
| Project | Description |
|
|
1054
|
+
|---------|-------------|
|
|
1055
|
+
| *(your project here)* | Built something with VFA? [Open a PR](https://github.com/Raishin/vanguard-frontier-agentic/pulls) to add it to this list. |
|
|
1056
|
+
|
|
1057
|
+
---
|
|
1058
|
+
|
|
1059
|
+
## ⭐ Star History
|
|
1060
|
+
|
|
1061
|
+
<a href="https://www.star-history.com/?repos=Raishin%2Fvanguard-frontier-agentic&type=date&legend=top-left">
|
|
1062
|
+
<picture>
|
|
1063
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=Raishin/vanguard-frontier-agentic&type=date&theme=dark&legend=bottom-right" />
|
|
1064
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=Raishin/vanguard-frontier-agentic&type=date&legend=bottom-right" />
|
|
1065
|
+
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=Raishin/vanguard-frontier-agentic&type=date&legend=bottom-right" />
|
|
1066
|
+
</picture>
|
|
1067
|
+
</a>
|
package/agents/alibaba/README.md
CHANGED
|
@@ -48,6 +48,23 @@ Alibaba Cloud agent catalog for this marketplace. 😄
|
|
|
48
48
|
| `alibaba-ticket-triage-escalation-coordinator-agent` | P0/P1/P2/P3 triage, SLA enforcement, DingTalk war room coordination |
|
|
49
49
|
| `alibaba-support-incident-coordinator-agent` | severity mapping 紧急/高/中/低, account manager escalation, evidence scrub |
|
|
50
50
|
| `alibaba-daily-operations-briefing-coordinator-agent` | cost delta, ActionTrail anomalies, ACK health, quota warnings, Security Center |
|
|
51
|
+
| `alibaba-actiontrail-audit-analyst-agent` | ActionTrail management API events, SLS-based compliance evidence trails, anomalous admin activity detection |
|
|
52
|
+
| `alibaba-analyticdb-realtime-agent` | AnalyticDB for MySQL/PG, Hologres real-time analytics, DAS OLAP diagnostics |
|
|
53
|
+
| `alibaba-devops-cicd-operator-agent` | RDC (Yunxiao DevOps), Flow pipelines, ACR image lifecycle, Cloud Build, environment promotion |
|
|
54
|
+
| `alibaba-ecs-compute-operator-agent` | ECS instance lifecycle, Auto Scaling, ECI serverless containers, Cloud Assistant O&M, Deployment Set placement |
|
|
55
|
+
| `alibaba-function-serverless-operator-agent` | Function Compute 3.0 event triggers, SAE, EDAS microservice apps, cold-start and concurrency tuning |
|
|
56
|
+
| `alibaba-kms-secret-lifecycle-steward-agent` | KMS key lifecycle, Certificate Manager, SSM Secrets Manager, HSM operations, rotation compliance |
|
|
57
|
+
| `alibaba-landing-zone-architect-agent` | Resource Management org tree, Cloud SSO, Control Policy (SCP-equivalent) baseline, multi-account governance |
|
|
58
|
+
| `alibaba-maxcompute-dataworks-analyst-agent` | MaxCompute CU governance, DataWorks scheduling health, Quick BI, PAI ML integration, query cost optimization |
|
|
59
|
+
| `alibaba-migration-architect-agent` | SMC server migration, DTS database migration/sync, OSSImport, cutover sequencing |
|
|
60
|
+
| `alibaba-mse-microservice-engine-agent` | MSE Nacos (discovery + config), Sentinel (rate limiting + circuit breaking), Seata (distributed tx), ARMS APM |
|
|
61
|
+
| `alibaba-network-architect-agent` | VPC topology, CEN inter-region connectivity, Express Connect hybrid, CLB/ALB/NLB selection, Smart Access Gateway |
|
|
62
|
+
| `alibaba-observability-incident-responder-agent` | CloudMonitor, SLS log analytics, ARMS APM, Distributed Tracing, incident response |
|
|
63
|
+
| `alibaba-oss-storage-steward-agent` | OSS lifecycle policies, bucket ACL/policy, NAS/CPFS file storage, DBFS, cross-region replication |
|
|
64
|
+
| `alibaba-solution-architect-agent` | product selection (PolarDB/RDS, ACK/ASK/SAE, MaxCompute/AnalyticDB), landing zone, HA patterns, migration planning |
|
|
65
|
+
| `alibaba-waf-cost-optimization-review-agent` | ECS rightsizing, Savings Plans/RI coverage, Preemptible Instances, cost tagging, OSS tiering, idle resource elimination |
|
|
66
|
+
| `alibaba-waf-reliability-review-agent` | multi-AZ ECS topology, SLB/ALB/NLB, Auto Scaling, RDS/PolarDB HA failover, backup DR, CloudMonitor/ARMS coverage |
|
|
67
|
+
| `alibaba-waf-security-review-agent` | RAM least-privilege, VPC isolation, KMS/HSM encryption, Security Center, ActionTrail, WAF/Anti-DDoS, MLPS 2.0/DSL/PIPL |
|
|
51
68
|
|
|
52
69
|
## 🛡️ Operating note
|
|
53
70
|
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Advisory agent for Contabo resource planning: region coverage analysis, instance sizing across VPS/VDS/Storage VPS tiers, Cloud-Init userData strategy, and multi-region deployment patterns.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -15,13 +19,20 @@
|
|
|
15
19
|
"https://docs.contabo.com/",
|
|
16
20
|
"https://contabo.com/en/vps/"
|
|
17
21
|
],
|
|
18
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
22
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) are binding at instance creation \u2014 capacity plans must declare the period and its billing impact before execution. SSH keys are managed as secret IDs; never expose raw key material in plans.",
|
|
19
23
|
"last_verified": "2026-05-10",
|
|
20
24
|
"path": "agents/contabo/contabo-capacity-planner-agent",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"contabo-capacity-planner"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/contabo/contabo-capacity-planner-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/contabo/contabo-capacity-planner-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/contabo/contabo-capacity-planner-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/contabo/contabo-capacity-planner-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/contabo/contabo-capacity-planner-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/contabo/contabo-capacity-planner-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/contabo/contabo-capacity-planner-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Advisory agent for Contabo cost posture: contract period analysis, VPS/VDS sizing recommendations, addon utilization review, and billing-impact assessment.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -15,13 +19,20 @@
|
|
|
15
19
|
"https://docs.contabo.com/",
|
|
16
20
|
"https://contabo.com/en/vps/"
|
|
17
21
|
],
|
|
18
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
22
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Store CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD in environment variables only. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual billing periods (1, 3, 6, 12 months) create irreversible obligations \u2014 always surface billing impact before any sizing or period recommendation.",
|
|
19
23
|
"last_verified": "2026-05-10",
|
|
20
24
|
"path": "agents/contabo/contabo-cost-optimization-analyst-agent",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"contabo-cost-optimization-analyst"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/contabo/contabo-cost-optimization-analyst-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Live-guard agent for Contabo VPS/VDS lifecycle operations: instance creation, reinstallation, and cancellation with mandatory contract period acknowledgment, billing impact confirmation, and rollback plan before any mutation.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -14,13 +18,20 @@
|
|
|
14
18
|
"https://api.contabo.com/",
|
|
15
19
|
"https://docs.contabo.com/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
21
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq. Contractual periods (1, 3, 6, 12 months) are binding at creation \u2014 cancellation may incur early-termination billing. x-request-id (UUIDv4) is mandatory for all mutation calls to enable support traceability. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/contabo/contabo-live-instance-lifecycle-guard-agent",
|
|
20
24
|
"author": "github: Raishin",
|
|
21
|
-
"companion_skills": [
|
|
25
|
+
"companion_skills": [
|
|
26
|
+
"contabo-live-instance-lifecycle-guard"
|
|
27
|
+
],
|
|
22
28
|
"harness_variants": {
|
|
23
29
|
"codex": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/codex.toml",
|
|
24
|
-
"
|
|
30
|
+
"copilot": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/copilot.agent.md",
|
|
31
|
+
"claude-code": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/claude-code.agent.md",
|
|
32
|
+
"cursor": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/cursor.agent.md",
|
|
33
|
+
"gemini": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/gemini.agent.md",
|
|
34
|
+
"kiro-ide": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/kiro-ide.agent.md",
|
|
35
|
+
"kiro-cli": "agents/contabo/contabo-live-instance-lifecycle-guard-agent/harnesses/kiro-cli.agent.json"
|
|
25
36
|
}
|
|
26
37
|
}
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Live-guard agent for Contabo Object Storage and S3-compatible bucket operations: inventory audit, access policy review, retention policy enforcement, and deletion with backup verification before any destructive mutation.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -14,13 +18,20 @@
|
|
|
14
18
|
"https://api.contabo.com/",
|
|
15
19
|
"https://docs.contabo.com/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
21
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo Object Storage is S3-compatible \u2014 access key and secret key for S3 API must be stored as environment variables, never hardcoded. x-request-id (UUIDv4) is mandatory for Contabo REST API calls. Hard-stop on any bucket deletion without verified backup evidence. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq and S3-compatible tools (aws cli with custom endpoint) for Object Storage.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/contabo/contabo-live-storage-operations-guard-agent",
|
|
20
24
|
"author": "github: Raishin",
|
|
21
|
-
"companion_skills": [
|
|
25
|
+
"companion_skills": [
|
|
26
|
+
"contabo-live-storage-operations-guard"
|
|
27
|
+
],
|
|
22
28
|
"harness_variants": {
|
|
23
29
|
"codex": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/codex.toml",
|
|
24
|
-
"
|
|
30
|
+
"copilot": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/copilot.agent.md",
|
|
31
|
+
"claude-code": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/claude-code.agent.md",
|
|
32
|
+
"cursor": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/cursor.agent.md",
|
|
33
|
+
"gemini": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/gemini.agent.md",
|
|
34
|
+
"kiro-ide": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/kiro-ide.agent.md",
|
|
35
|
+
"kiro-cli": "agents/contabo/contabo-live-storage-operations-guard-agent/harnesses/kiro-cli.agent.json"
|
|
25
36
|
}
|
|
26
37
|
}
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Router agent that classifies Contabo tasks and delegates to the narrowest specialist for cost analysis, capacity planning, security hardening, or live-guard operations.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -14,13 +18,20 @@
|
|
|
14
18
|
"https://api.contabo.com/",
|
|
15
19
|
"https://docs.contabo.com/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
21
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. The x-request-id UUIDv4 header is mandatory for support traceability. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) create billing obligations \u2014 never route lifecycle changes without explicit period acknowledgment.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/contabo/contabo-maestro-agent",
|
|
20
24
|
"author": "github: Raishin",
|
|
21
|
-
"companion_skills": [
|
|
25
|
+
"companion_skills": [
|
|
26
|
+
"contabo-maestro"
|
|
27
|
+
],
|
|
22
28
|
"harness_variants": {
|
|
23
29
|
"codex": "agents/contabo/contabo-maestro-agent/harnesses/codex.toml",
|
|
24
|
-
"
|
|
30
|
+
"copilot": "agents/contabo/contabo-maestro-agent/harnesses/copilot.agent.md",
|
|
31
|
+
"claude-code": "agents/contabo/contabo-maestro-agent/harnesses/claude-code.agent.md",
|
|
32
|
+
"cursor": "agents/contabo/contabo-maestro-agent/harnesses/cursor.agent.md",
|
|
33
|
+
"gemini": "agents/contabo/contabo-maestro-agent/harnesses/gemini.agent.md",
|
|
34
|
+
"kiro-ide": "agents/contabo/contabo-maestro-agent/harnesses/kiro-ide.agent.md",
|
|
35
|
+
"kiro-cli": "agents/contabo/contabo-maestro-agent/harnesses/kiro-cli.agent.json"
|
|
25
36
|
}
|
|
26
37
|
}
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
"version": "0.1.0",
|
|
7
7
|
"harnesses": [
|
|
8
8
|
"codex",
|
|
9
|
-
"
|
|
9
|
+
"copilot",
|
|
10
|
+
"claude-code",
|
|
11
|
+
"cursor",
|
|
12
|
+
"gemini",
|
|
13
|
+
"kiro"
|
|
10
14
|
],
|
|
11
15
|
"summary": "Advisory agent for Contabo security posture: SSH key management via secret IDs, default user policy review, firewall configuration, OAuth2 credential hygiene, and x-request-id traceability enforcement.",
|
|
12
16
|
"source_type": "original",
|
|
@@ -14,13 +18,20 @@
|
|
|
14
18
|
"https://api.contabo.com/",
|
|
15
19
|
"https://docs.contabo.com/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
21
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 short TTL reduces exposure window but refresh logic must not log tokens. Credentials (CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD) must never be hardcoded. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. SSH keys are referenced via secret IDs \u2014 raw private key material must never appear in API payloads, scripts, or recommendations. The x-request-id UUIDv4 header is mandatory for audit traceability.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/contabo/contabo-security-hardening-agent",
|
|
20
24
|
"author": "github: Raishin",
|
|
21
|
-
"companion_skills": [
|
|
25
|
+
"companion_skills": [
|
|
26
|
+
"contabo-security-hardening"
|
|
27
|
+
],
|
|
22
28
|
"harness_variants": {
|
|
23
29
|
"codex": "agents/contabo/contabo-security-hardening-agent/harnesses/codex.toml",
|
|
24
|
-
"
|
|
30
|
+
"copilot": "agents/contabo/contabo-security-hardening-agent/harnesses/copilot.agent.md",
|
|
31
|
+
"claude-code": "agents/contabo/contabo-security-hardening-agent/harnesses/claude-code.agent.md",
|
|
32
|
+
"cursor": "agents/contabo/contabo-security-hardening-agent/harnesses/cursor.agent.md",
|
|
33
|
+
"gemini": "agents/contabo/contabo-security-hardening-agent/harnesses/gemini.agent.md",
|
|
34
|
+
"kiro-ide": "agents/contabo/contabo-security-hardening-agent/harnesses/kiro-ide.agent.md",
|
|
35
|
+
"kiro-cli": "agents/contabo/contabo-security-hardening-agent/harnesses/kiro-cli.agent.json"
|
|
25
36
|
}
|
|
26
37
|
}
|
|
@@ -5,7 +5,11 @@
|
|
|
5
5
|
"provider": "hetzner",
|
|
6
6
|
"harnesses": [
|
|
7
7
|
"codex",
|
|
8
|
-
"
|
|
8
|
+
"copilot",
|
|
9
|
+
"claude-code",
|
|
10
|
+
"cursor",
|
|
11
|
+
"gemini",
|
|
12
|
+
"kiro"
|
|
9
13
|
],
|
|
10
14
|
"summary": "Advisory agent for resource limit tracking, quota awareness, growth planning, and region distribution strategy across Hetzner Cloud Servers, Volumes, Networks, Load Balancers, and Floating IPs.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -14,14 +18,21 @@
|
|
|
14
18
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
15
19
|
"https://docs.hetzner.com/general/others/contacting-support/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "Hetzner does not offer auto-scaling
|
|
21
|
+
"security_notes": "Hetzner does not offer auto-scaling \u2014 always verify current resource counts via API before planning growth to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete snapshot schedules may silently fail. Do not expose project API tokens in capacity reports.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/hetzner/hetzner-capacity-planner-agent",
|
|
20
24
|
"version": "0.1.0",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"hetzner-capacity-planner"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/hetzner/hetzner-capacity-planner-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|