@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
|
@@ -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 reviewing Hetzner Cloud instance types, resource utilization, idle waste, and cost savings across Servers, Volumes, Load Balancers, Floating IPs, Primary IPs, and Storage Boxes.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -14,14 +18,21 @@
|
|
|
14
18
|
"https://www.hetzner.com/cloud/pricing/",
|
|
15
19
|
"https://docs.hetzner.com/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost
|
|
21
|
+
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost \u2014 flag them but verify attachment state before recommending deletion. Do not expose project API tokens or billing credentials in analysis output.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/hetzner/hetzner-cost-optimization-analyst-agent",
|
|
20
24
|
"version": "0.1.0",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"hetzner-cost-optimization-analyst"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/hetzner/hetzner-cost-optimization-analyst-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -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 reviewing Hetzner Cloud firewall rules, Load Balancer configuration, Network design, public IP exposure, and infrastructure architecture for safety and least-privilege posture.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -14,14 +18,21 @@
|
|
|
14
18
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
15
19
|
"https://docs.hetzner.com/cloud/networks/overview/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34
|
|
21
|
+
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34 \u2014 flag servers with unnecessary public IPs. Hetzner Firewalls must be explicitly attached to servers or Labels groups; an unattached Firewall provides zero protection. Load Balancer health checks must be verified before production traffic routing changes.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/hetzner/hetzner-infrastructure-reviewer-agent",
|
|
20
24
|
"version": "0.1.0",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"hetzner-infrastructure-reviewer"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/hetzner/hetzner-infrastructure-reviewer-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -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": "Live-guard agent for Hetzner Cloud Firewall rule mutations and server attachment changes. Requires current rules snapshot, blast-radius review, explicit human approval, target confirmation, and rollback plan before any mutation.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -14,14 +18,21 @@
|
|
|
14
18
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
15
19
|
"https://docs.hetzner.com/cloud/firewalls/faq/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "Must snapshot current Firewall rules before any mutation
|
|
21
|
+
"security_notes": "Must snapshot current Firewall rules before any mutation \u2014 Hetzner Firewall changes are immediate and affect all attached servers. Verify project-scoped API token scope before any write operation. Public IPs are opt-in since API v1.34 \u2014 verify exposure before and after rule changes. Never proceed without explicit human approval confirming the target Firewall ID, blast-radius, and rollback plan.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/hetzner/hetzner-live-firewall-rule-guard-agent",
|
|
20
24
|
"version": "0.1.0",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"hetzner-live-firewall-rule-guard"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/hetzner/hetzner-live-firewall-rule-guard-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -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": "Live-guard agent for Hetzner Cloud server creation, destruction, and type changes. Requires server ID, region, explicit human approval, target confirmation, and rollback plan. Server deletion is irreversible without a prior snapshot.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -14,14 +18,21 @@
|
|
|
14
18
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
15
19
|
"https://docs.hetzner.com/cloud/servers/server-types/"
|
|
16
20
|
],
|
|
17
|
-
"security_notes": "Server deletion on Hetzner is irreversible
|
|
21
|
+
"security_notes": "Server deletion on Hetzner is irreversible \u2014 always require a confirmed snapshot before deletion. Public IPs (IPv4/IPv6) are opt-in since API v1.34 and must be explicitly requested; do not auto-enable them. Server type changes require server stop \u2014 confirm downtime window. Always verify API token is project-scoped before any write operation. Never proceed without server ID, region, explicit human approval, and rollback plan.",
|
|
18
22
|
"last_verified": "2026-05-10",
|
|
19
23
|
"path": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent",
|
|
20
24
|
"version": "0.1.0",
|
|
21
25
|
"author": "github: Raishin",
|
|
22
|
-
"companion_skills": [
|
|
26
|
+
"companion_skills": [
|
|
27
|
+
"hetzner-live-server-lifecycle-guard"
|
|
28
|
+
],
|
|
23
29
|
"harness_variants": {
|
|
24
30
|
"codex": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/codex.toml",
|
|
25
|
-
"
|
|
31
|
+
"copilot": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/copilot.agent.md",
|
|
32
|
+
"claude-code": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/claude-code.agent.md",
|
|
33
|
+
"cursor": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/cursor.agent.md",
|
|
34
|
+
"gemini": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/gemini.agent.md",
|
|
35
|
+
"kiro-ide": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/kiro-ide.agent.md",
|
|
36
|
+
"kiro-cli": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent/harnesses/kiro-cli.agent.json"
|
|
26
37
|
}
|
|
27
38
|
}
|
|
@@ -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": "Router agent that classifies Hetzner Cloud tasks and delegates to the narrowest specialist for cost optimization, infrastructure review, capacity planning, firewall guard, or server lifecycle guard.",
|
|
11
15
|
"source_type": "original",
|
|
@@ -13,14 +17,21 @@
|
|
|
13
17
|
"https://docs.hetzner.cloud/",
|
|
14
18
|
"https://docs.hetzner.com/"
|
|
15
19
|
],
|
|
16
|
-
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34
|
|
20
|
+
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34 \u2014 do not assume servers have public IPs.",
|
|
17
21
|
"last_verified": "2026-05-10",
|
|
18
22
|
"path": "agents/hetzner/hetzner-maestro-agent",
|
|
19
23
|
"version": "0.1.0",
|
|
20
24
|
"author": "github: Raishin",
|
|
21
|
-
"companion_skills": [
|
|
25
|
+
"companion_skills": [
|
|
26
|
+
"hetzner-maestro"
|
|
27
|
+
],
|
|
22
28
|
"harness_variants": {
|
|
23
29
|
"codex": "agents/hetzner/hetzner-maestro-agent/harnesses/codex.toml",
|
|
24
|
-
"
|
|
30
|
+
"copilot": "agents/hetzner/hetzner-maestro-agent/harnesses/copilot.agent.md",
|
|
31
|
+
"claude-code": "agents/hetzner/hetzner-maestro-agent/harnesses/claude-code.agent.md",
|
|
32
|
+
"cursor": "agents/hetzner/hetzner-maestro-agent/harnesses/cursor.agent.md",
|
|
33
|
+
"gemini": "agents/hetzner/hetzner-maestro-agent/harnesses/gemini.agent.md",
|
|
34
|
+
"kiro-ide": "agents/hetzner/hetzner-maestro-agent/harnesses/kiro-ide.agent.md",
|
|
35
|
+
"kiro-cli": "agents/hetzner/hetzner-maestro-agent/harnesses/kiro-cli.agent.json"
|
|
25
36
|
}
|
|
26
37
|
}
|
package/agents/huawei/README.md
CHANGED
|
@@ -48,6 +48,23 @@ Huawei Cloud agent catalog for this marketplace. 😄
|
|
|
48
48
|
| `huawei-obs-data-perimeter-governor-agent` | OBS public ACL/policy exposure, Block Public Access, VPCEP binding, WORM review |
|
|
49
49
|
| `huawei-support-incident-coordinator-agent` | severity mapping 紧急/高/中/低, TAM escalation, evidence scrubbing, PIR rights |
|
|
50
50
|
| `huawei-daily-operations-briefing-coordinator-agent` | CBC cost delta, AOM alert owners, CCE multi-AZ health, SecMaster finding SLA |
|
|
51
|
+
| `huawei-cce-container-platform-operator-agent` | CCE cluster lifecycle, SWR image management, ASM traffic policies, IEF edge node integration |
|
|
52
|
+
| `huawei-codearts-devops-operator-agent` | CodeArts (CodeHub, Build, Deploy, TestPlan, Pipeline), SWR image lifecycle, release automation |
|
|
53
|
+
| `huawei-cost-finops-analyst-agent` | CBC spend analysis, RI/resource package optimization, Cost Center budgets, budget alert drift |
|
|
54
|
+
| `huawei-drs-data-replication-operator-agent` | DRS migration and real-time sync, CDM batch ETL, DMS Kafka cluster operations, safe cutover sequencing |
|
|
55
|
+
| `huawei-dws-dli-data-analyst-agent` | DWS (GaussDB DWS), DLI Spark/Flink, MRS, DataArts Studio governance and pipeline orchestration |
|
|
56
|
+
| `huawei-ecs-compute-operator-agent` | ECS lifecycle, AS group configuration, IMS custom images, DeH dedicated host tenancy, CSBS snapshots |
|
|
57
|
+
| `huawei-functiongraph-serverless-operator-agent` | FunctionGraph event triggers, reserved concurrency, cold-start tuning, ServiceStage, CSE microservice governance |
|
|
58
|
+
| `huawei-ief-edge-computing-operator-agent` | IEF edge node lifecycle, edge app deployment, IoT device twin management, cloud-edge-device unified control plane |
|
|
59
|
+
| `huawei-landing-zone-architect-agent` | Organizations SCP baseline, IAM fine-grained structure, Enterprise Projects governance, multi-account governance |
|
|
60
|
+
| `huawei-migration-architect-agent` | MgC, SMS server migration, DRS database replication, OMS object migration, cutover sequencing |
|
|
61
|
+
| `huawei-network-architect-agent` | VPC, ELB type selection (dedicated/shared), VPN/DC Gateway, Cloud Connect, CFW, Anti-DDoS, DNS |
|
|
62
|
+
| `huawei-obs-storage-steward-agent` | OBS lifecycle policies, bucket ACL/policy governance, SFS, EVS, CBR backup strategies |
|
|
63
|
+
| `huawei-observability-incident-responder-agent` | CES (Cloud Eye), LTS log analytics, AOM, APM, SMN incident response and observability setup |
|
|
64
|
+
| `huawei-solution-architect-agent` | product selection, Enterprise Project model, region/MLPS sovereignty requirements, multi-AZ/multi-region HA patterns |
|
|
65
|
+
| `huawei-waf-cost-optimization-review-agent` | ECS flavor selection (including Kunpeng Arm), billing mode optimization, Spot Instances, Enterprise Project cost attribution |
|
|
66
|
+
| `huawei-waf-reliability-review-agent` | AZ distribution, ELB load balancing, Auto Scaling, GaussDB/RDS multi-AZ HA, CBR data protection |
|
|
67
|
+
| `huawei-waf-security-review-agent` | IAM SCP governance, VPC isolation, DEW key management, SecMaster SIEM/SOAR, MLPS 2.0 technical controls |
|
|
51
68
|
|
|
52
69
|
## 🛡️ Operating note
|
|
53
70
|
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# NVIDIA Agents
|
|
2
|
+
|
|
3
|
+
Role-based agents for the NVIDIA stack — CUDA, TensorRT, Triton, NIM, NeMo, NGC, DCGM, GPU Operator, AI fabric. Each agent here is bound 1:1 to the matching skill under `skills/nvidia/<id>/SKILL.md`. Agents apply judgment; skills hold the operating rules. Both must be present for the agent to be useful.
|
|
4
|
+
|
|
5
|
+
## 🧱 Agent tiers
|
|
6
|
+
|
|
7
|
+
| Tier | Purpose | Default access | Live mutation |
|
|
8
|
+
| --- | --- | --- | --- |
|
|
9
|
+
| Routing | Per-provider task router (`nvidia-maestro`) | read-only | not allowed |
|
|
10
|
+
| Role / advisory | Doc-anchored static reviews | read-only | not allowed |
|
|
11
|
+
| Live-runtime gate | Promote/block decision with signed attestation | read-only-runtime (allowlisted commands) | emits attestation only; never mutates registry or cluster |
|
|
12
|
+
|
|
13
|
+
## 🎼 Routing
|
|
14
|
+
|
|
15
|
+
| Agent | Role | What it routes |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| `nvidia-maestro-agent` | `cloud-ai-platform-engineer` | Per-provider router. Classifies the task across the NVIDIA stack and dispatches to the narrowest specialist or a parallel team (max 4). Enforces a runtime-evidence gate before routing to the live promotion gatekeeper. |
|
|
18
|
+
|
|
19
|
+
## 👀 Role / advisory agents (read-only static review)
|
|
20
|
+
|
|
21
|
+
| Agent | Role(s) | Primary use |
|
|
22
|
+
| --- | --- | --- |
|
|
23
|
+
| `nvidia-ai-infrastructure-operations-agent` | `cloud-platform-engineer`, `cloud-ai-platform-engineer` | Review DGX/HGX/MGX against NVIDIA reference architectures and the AI Enterprise support matrix — driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, MIG posture. |
|
|
24
|
+
| `nvidia-ai-networking-fabric-review-agent` | `cloud-platform-engineer`, `cloud-ai-platform-engineer` | Review Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, east-west isolation between training jobs. |
|
|
25
|
+
| `nvidia-ai-operations-day2-agent` | `cloud-platform-engineer`, `cloud-ai-platform-engineer` | Review DCGM exporter coverage, MIG lifecycle, Xid-signature-to-runbook mapping, gated driver/firmware upgrade discipline. |
|
|
26
|
+
| `nvidia-gpu-operator-kubernetes-hardening-agent` | `cloud-security-engineer`, `cloud-platform-engineer`, `cloud-ai-platform-engineer` | Review GPU Operator on Kubernetes — device plugin, MIG manager, NFD, time-sliced GPUs, container toolkit, securityContext, namespace tenancy. |
|
|
27
|
+
| `nvidia-cuda-kernel-performance-review-agent` | `cloud-ai-platform-engineer` | Doc-anchored static review of CUDA C/C++ kernels — coalescing, bank conflicts, occupancy, register pressure, stream concurrency, launch parameters. |
|
|
28
|
+
| `nvidia-tensorrt-llm-deployment-review-agent` | `cloud-ai-platform-engineer` | Review TensorRT / TensorRT-LLM pipelines — ONNX / PyTorch export, precision, calibration integrity, dynamic shapes, plugin trust, engine cache provenance. |
|
|
29
|
+
| `nvidia-triton-inference-serving-review-agent` | `cloud-ai-platform-engineer` | Review Triton deployments — model repository, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate limit. |
|
|
30
|
+
| `nvidia-generative-ai-platform-review-agent` | `cloud-ai-platform-engineer` | Review NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, guardrails. |
|
|
31
|
+
| `nvidia-agentic-ai-platform-review-agent` | `cloud-ai-platform-engineer` | Review agentic-AI platforms on the NVIDIA stack — NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory, audit logging. |
|
|
32
|
+
| `nvidia-ngc-nim-supply-chain-governor-agent` | `cloud-security-engineer`, `cloud-ai-platform-engineer` | Review NGC org/team boundaries, API-key scope and rotation, NIM cosign verification, model card and weights provenance, AI Enterprise license, air-gap mirror integrity. |
|
|
33
|
+
|
|
34
|
+
## 🛡️ Live-runtime gate (allowlisted commands, signed attestation)
|
|
35
|
+
|
|
36
|
+
| Agent | Role(s) | Trust posture |
|
|
37
|
+
| --- | --- | --- |
|
|
38
|
+
| `nvidia-model-promotion-gatekeeper-agent` | `cloud-security-engineer`, `cloud-ai-platform-engineer` | `read-only-runtime`. Runs an allowlisted set of `cosign verify`, `crane digest`, `oras discover`, `grype` commands. Emits a cosign-signable attestation JSON with verdict `promote` / `block` / `manual-review`. Never mutates registry or cluster. Two harnesses by deliberate scope (claude-code + cursor); broader fan-out requires per-harness allowlist audit. |
|
|
39
|
+
|
|
40
|
+
## 📦 Install
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
# all NVIDIA agents (includes Maestro)
|
|
44
|
+
npx vfa-export-agents --provider nvidia
|
|
45
|
+
|
|
46
|
+
# the AI-platform role bundle (NVIDIA + GCP Vertex/Gemini + others)
|
|
47
|
+
npx vfa-export-agents --role cloud-ai-platform-engineer
|
|
48
|
+
|
|
49
|
+
# supply-chain + hardening subset only
|
|
50
|
+
npx vfa-export-agents --role cloud-security-engineer --provider nvidia
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
See `skills/nvidia/README.md` for the matching skill set and certification alignment notes.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
author: "github: Raishin"
|
|
4
|
+
version: "0.1.0"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# NVIDIA Agentic AI Platform Review
|
|
8
|
+
|
|
9
|
+
> Agent for `nvidia-agentic-ai-platform-review`. Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging.
|
|
10
|
+
|
|
11
|
+
## Harness Variants
|
|
12
|
+
|
|
13
|
+
- `harnesses/codex.toml` — Codex native agent configuration.
|
|
14
|
+
- `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
|
|
15
|
+
- `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
|
|
16
|
+
- `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
|
|
17
|
+
- `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
|
|
18
|
+
- `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
|
|
19
|
+
- `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
|
|
20
|
+
|
|
21
|
+
## Canonical Contract
|
|
22
|
+
|
|
23
|
+
# NVIDIA Agentic AI Platform Review
|
|
24
|
+
|
|
25
|
+
Use this canonical agent only for `nvidia-agentic-ai-platform-review` work.
|
|
26
|
+
|
|
27
|
+
## Required Skill
|
|
28
|
+
|
|
29
|
+
Before answering, read and follow:
|
|
30
|
+
|
|
31
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
32
|
+
|
|
33
|
+
## Focus
|
|
34
|
+
|
|
35
|
+
Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging.
|
|
36
|
+
|
|
37
|
+
## Operating Rules
|
|
38
|
+
|
|
39
|
+
- Prefer live evidence; otherwise fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
40
|
+
- Treat the runtime-exposed tool inventory as truth. Do not assume a resource or tool exists because documentation mentions it.
|
|
41
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
42
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
43
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
44
|
+
|
|
45
|
+
## Response Shape
|
|
46
|
+
|
|
47
|
+
1. Verdict
|
|
48
|
+
2. Evidence level
|
|
49
|
+
3. Findings (critical / high / medium / low)
|
|
50
|
+
4. Safe next actions
|
|
51
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA Agentic AI Platform Review"
|
|
3
|
+
description: "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA Agentic AI Platform Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-agentic-ai-platform-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name = "nvidia_agentic_ai_platform_review_agent"
|
|
2
|
+
description = "Specialized subagent for nvidia-agentic-ai-platform-review. Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
3
|
+
model = "gpt-5.4"
|
|
4
|
+
model_reasoning_effort = "high"
|
|
5
|
+
sandbox_mode = "read-only"
|
|
6
|
+
|
|
7
|
+
developer_instructions = """
|
|
8
|
+
Load and follow the bound `nvidia-agentic-ai-platform-review` skill first. This agent exists only for that role.
|
|
9
|
+
|
|
10
|
+
Token discipline:
|
|
11
|
+
- Read only SKILL.md first; load references only when the task requires them.
|
|
12
|
+
- Keep answers compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
13
|
+
|
|
14
|
+
Role focus: Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging.
|
|
15
|
+
|
|
16
|
+
Safety contract:
|
|
17
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
18
|
+
- Label claims as live evidence, user-provided sanitized evidence, documentation-based, or inference.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
[[skills.config]]
|
|
22
|
+
path = "skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md"
|
|
23
|
+
enabled = true
|
|
24
|
+
|
|
25
|
+
[metadata]
|
|
26
|
+
author = "github: Raishin"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA Agentic AI Platform Review"
|
|
3
|
+
description: "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA Agentic AI Platform Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-agentic-ai-platform-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA Agentic AI Platform Review"
|
|
3
|
+
description: "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA Agentic AI Platform Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-agentic-ai-platform-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA Agentic AI Platform Review"
|
|
3
|
+
description: "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA Agentic AI Platform Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-agentic-ai-platform-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "NVIDIA Agentic AI Platform Review",
|
|
3
|
+
"description": "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging.",
|
|
4
|
+
"skill": "skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md",
|
|
5
|
+
"operating_rules": [
|
|
6
|
+
"Prefer live evidence; fall back to NVIDIA documentation and sanitized configuration.",
|
|
7
|
+
"Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.",
|
|
8
|
+
"Label claims as live evidence, user-provided sanitized evidence, documentation-based, or inference.",
|
|
9
|
+
"Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions."
|
|
10
|
+
],
|
|
11
|
+
"response_shape": [
|
|
12
|
+
"Verdict",
|
|
13
|
+
"Evidence level",
|
|
14
|
+
"Findings (critical / high / medium / low)",
|
|
15
|
+
"Safe next actions",
|
|
16
|
+
"Open questions"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "NVIDIA Agentic AI Platform Review"
|
|
3
|
+
description: "Review agentic-AI platforms on the NVIDIA stack per NCP-AAI — NeMo Agent Toolkit, signed tool definitions, tool-call sandbox and approval gates, agent memory partitioning, audit logging."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# NVIDIA Agentic AI Platform Review
|
|
7
|
+
|
|
8
|
+
Use this agent only for `nvidia-agentic-ai-platform-review` work.
|
|
9
|
+
|
|
10
|
+
## Required Skill
|
|
11
|
+
|
|
12
|
+
Before answering, read and follow:
|
|
13
|
+
- `skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md`
|
|
14
|
+
|
|
15
|
+
## Operating Rules
|
|
16
|
+
|
|
17
|
+
- Prefer live evidence; fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
18
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
19
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
20
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
21
|
+
|
|
22
|
+
## Response Shape
|
|
23
|
+
|
|
24
|
+
1. Verdict
|
|
25
|
+
2. Evidence level
|
|
26
|
+
3. Findings (critical / high / medium / low)
|
|
27
|
+
4. Safe next actions
|
|
28
|
+
5. Open questions
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nvidia-agentic-ai-platform-review-agent",
|
|
3
|
+
"name": "NVIDIA Agentic AI Platform Review",
|
|
4
|
+
"type": "agent",
|
|
5
|
+
"provider": "nvidia",
|
|
6
|
+
"harnesses": [
|
|
7
|
+
"codex",
|
|
8
|
+
"copilot",
|
|
9
|
+
"claude-code",
|
|
10
|
+
"cursor",
|
|
11
|
+
"gemini",
|
|
12
|
+
"kiro"
|
|
13
|
+
],
|
|
14
|
+
"summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
|
|
15
|
+
"source_type": "original",
|
|
16
|
+
"official_docs": [
|
|
17
|
+
"https://www.nvidia.com/en-us/learn/certification/",
|
|
18
|
+
"https://docs.nvidia.com/ai-enterprise/",
|
|
19
|
+
"https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
|
|
20
|
+
"https://docs.nvidia.com/nim/",
|
|
21
|
+
"https://docs.nvidia.com/dcgm/",
|
|
22
|
+
"https://docs.nvidia.com/networking/",
|
|
23
|
+
"https://docs.nvidia.com/nemo-framework/"
|
|
24
|
+
],
|
|
25
|
+
"security_notes": "Agent tools loaded from unsigned mutable sources are prompt injection at platform scale. Shared agent memory across tenants is cross-tenant data bleed. Unbounded tool loops are a cost and reliability incident waiting to happen.",
|
|
26
|
+
"last_verified": "2026-05-10",
|
|
27
|
+
"path": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/",
|
|
28
|
+
"companion_skills": [
|
|
29
|
+
"nvidia-agentic-ai-platform-review"
|
|
30
|
+
],
|
|
31
|
+
"harness_variants": {
|
|
32
|
+
"codex": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/codex.toml",
|
|
33
|
+
"copilot": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/copilot.agent.md",
|
|
34
|
+
"claude-code": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/claude-code.agent.md",
|
|
35
|
+
"cursor": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/cursor.agent.md",
|
|
36
|
+
"gemini": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/gemini.agent.md",
|
|
37
|
+
"kiro-ide": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-ide.agent.md",
|
|
38
|
+
"kiro-cli": "agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-cli.agent.json"
|
|
39
|
+
},
|
|
40
|
+
"author": "github: Raishin",
|
|
41
|
+
"version": "0.1.0"
|
|
42
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
metadata:
|
|
3
|
+
author: "github: Raishin"
|
|
4
|
+
version: "0.1.0"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# NVIDIA AI Infrastructure Operations
|
|
8
|
+
|
|
9
|
+
> Agent for `nvidia-ai-infrastructure-operations`. Review NVIDIA GPU infrastructure (DGX/HGX/MGX) per NCA-AIIO and NCP-AII — driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG host posture.
|
|
10
|
+
|
|
11
|
+
## Harness Variants
|
|
12
|
+
|
|
13
|
+
- `harnesses/codex.toml` — Codex native agent configuration.
|
|
14
|
+
- `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
|
|
15
|
+
- `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
|
|
16
|
+
- `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
|
|
17
|
+
- `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
|
|
18
|
+
- `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
|
|
19
|
+
- `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
|
|
20
|
+
|
|
21
|
+
## Canonical Contract
|
|
22
|
+
|
|
23
|
+
# NVIDIA AI Infrastructure Operations
|
|
24
|
+
|
|
25
|
+
Use this canonical agent only for `nvidia-ai-infrastructure-operations` work.
|
|
26
|
+
|
|
27
|
+
## Required Skill
|
|
28
|
+
|
|
29
|
+
Before answering, read and follow:
|
|
30
|
+
|
|
31
|
+
- `skills/nvidia/nvidia-ai-infrastructure-operations/SKILL.md`
|
|
32
|
+
|
|
33
|
+
## Focus
|
|
34
|
+
|
|
35
|
+
Review NVIDIA GPU infrastructure (DGX/HGX/MGX) per NCA-AIIO and NCP-AII — driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG host posture.
|
|
36
|
+
|
|
37
|
+
## Operating Rules
|
|
38
|
+
|
|
39
|
+
- Prefer live evidence; otherwise fall back to NVIDIA documentation and sanitized user-provided configuration.
|
|
40
|
+
- Treat the runtime-exposed tool inventory as truth. Do not assume a resource or tool exists because documentation mentions it.
|
|
41
|
+
- Never ask for credentials, NGC API keys, BMC passwords, kubeconfig, or model weight payloads.
|
|
42
|
+
- Keep outputs compact: verdict, evidence level, findings, safe next actions, open questions.
|
|
43
|
+
- Label claims as `live evidence`, `user-provided sanitized evidence`, `documentation-based`, or `inference`.
|
|
44
|
+
|
|
45
|
+
## Response Shape
|
|
46
|
+
|
|
47
|
+
1. Verdict
|
|
48
|
+
2. Evidence level
|
|
49
|
+
3. Findings (critical / high / medium / low)
|
|
50
|
+
4. Safe next actions
|
|
51
|
+
5. Open questions
|