@raishin/vanguard-frontier-agentic 2.5.0 → 2.7.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.
Files changed (42) hide show
  1. package/.agents/tasks/task-dynamic-kiro-powers/2025-01-24-120000-review.md +92 -0
  2. package/.agents/tasks/task-dynamic-kiro-powers/context.json +22 -0
  3. package/.agents/tasks/task-dynamic-kiro-powers/features/FEAT-001.json +34 -0
  4. package/.agents/tasks/task-dynamic-kiro-powers/task.json +14 -0
  5. package/.agents/tasks/task-jekyll-docs-site/2025-07-17-review.md +118 -0
  6. package/.agents/tasks/task-jekyll-docs-site/context.json +30 -0
  7. package/.agents/tasks/task-jekyll-docs-site/features/FEAT-001.json +28 -0
  8. package/.agents/tasks/task-jekyll-docs-site/features/FEAT-002.json +44 -0
  9. package/.agents/tasks/task-jekyll-docs-site/task.json +14 -0
  10. package/.claude-plugin/marketplace.json +1 -1
  11. package/.claude-plugin/plugin.json +1 -1
  12. package/.cursor-plugin/plugin.json +1 -1
  13. package/.github/plugin/marketplace.json +1 -1
  14. package/README.md +2 -0
  15. package/catalog/asset-integrity.json +129 -29
  16. package/package.json +3 -1
  17. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +3 -2
  18. package/plugins/vanguard-frontier-agentic/skills/vanguard-frontier-agentic-install/SKILL.md +37 -0
  19. package/powers/README.md +28 -10
  20. package/powers/vanguard-argocd/POWER.md +40 -0
  21. package/powers/vanguard-backstage/POWER.md +40 -0
  22. package/powers/vanguard-cert-manager/POWER.md +40 -0
  23. package/powers/vanguard-cilium/POWER.md +40 -0
  24. package/powers/vanguard-dotnet/POWER.md +41 -0
  25. package/powers/vanguard-falco/POWER.md +40 -0
  26. package/powers/vanguard-fluxcd/POWER.md +40 -0
  27. package/powers/vanguard-generic/POWER.md +40 -0
  28. package/powers/vanguard-hr/POWER.md +41 -0
  29. package/powers/vanguard-istio/POWER.md +40 -0
  30. package/powers/vanguard-kyverno/POWER.md +40 -0
  31. package/powers/vanguard-legal/POWER.md +41 -0
  32. package/powers/vanguard-marketing/POWER.md +41 -0
  33. package/powers/vanguard-multi-cloud/POWER.md +41 -0
  34. package/powers/vanguard-opentelemetry/POWER.md +40 -0
  35. package/powers/vanguard-prometheus/POWER.md +40 -0
  36. package/powers/vanguard-sigstore/POWER.md +40 -0
  37. package/scripts/export-marketplace-agents.mjs +26 -0
  38. package/scripts/generate-kiro-powers.mjs +360 -5
  39. package/scripts/install-codex-home.mjs +95 -0
  40. package/tests/test-codex-plugin-marketplace-install.test.mjs +132 -0
  41. package/tests/test-vfa-export-coverage.test.mjs +108 -0
  42. package/tests/validate-codex-marketplace.py +23 -1
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: "vanguard-dotnet"
3
+ displayName: "Vanguard Frontier — .NET"
4
+ description: "Curated .NET agents for aspire cloud native, aspnetcore api, aspnetcore identity authz, csharp runtime. Routes via dotnet-maestro-agent to specialist agents based on task scope. Static review only; no live mutations."
5
+ keywords: ["dotnet", "csharp", "aspnet-core", "ef-core", "nuget"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — .NET
9
+
10
+ Curated .NET agents for aspire cloud native, aspnetcore api, aspnetcore identity authz, csharp runtime. Routes via dotnet-maestro-agent to specialist agents based on task scope. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references .NET services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - **`dotnet-maestro-agent`** — classifies and routes the task to the right specialist
19
+
20
+ Use the maestro as the entry point: classify the task, then dispatch to one specialist or a parallel team of specialists. Never have the maestro itself execute a live mutation.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Route all tasks through dotnet-maestro-agent for proper classification and dispatch.
31
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
32
+ - Review covers language runtime, frameworks, data access, testing, and supply-chain integrity.
33
+
34
+ ## Where the agents live
35
+
36
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/dotnet/` in that repository. All 10 agents in this provider ship a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
37
+
38
+ ## Companion install paths
39
+
40
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
41
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider dotnet --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-falco"
3
+ displayName: "Vanguard Frontier — Falco"
4
+ description: "Reviews falco rules for macro correctness, exception blast radius, sensitive-path coverage, K8s audit gaps, and alert output... Static review only; no live mutations."
5
+ keywords: ["falco", "runtime-threat", "syscall-rules", "container-security"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Falco
9
+
10
+ Reviews falco rules for macro correctness, exception blast radius, sensitive-path coverage, K8s audit gaps, and alert output... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Falco services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/falco/`)*
19
+
20
+ Reference agents directly from agents/falco/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Rule changes must be evaluated for false-positive rate impact on production alerting.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/falco/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider falco --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-fluxcd"
3
+ displayName: "Vanguard Frontier — FluxCD"
4
+ description: "Reviews fluxCD Kustomization, HelmRelease, and source resources for SOPS encryption, source trust, ServiceAccount scoping,... Static review only; no live mutations."
5
+ keywords: ["fluxcd", "gitops", "kustomization", "helm-release"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — FluxCD
9
+
10
+ Reviews fluxCD Kustomization, HelmRelease, and source resources for SOPS encryption, source trust, ServiceAccount scoping,... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references FluxCD services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/fluxcd/`)*
19
+
20
+ Reference agents directly from agents/fluxcd/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Kustomization and HelmRelease reconciliation intervals must align with the GitOps change cadence.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/fluxcd/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider fluxcd --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-generic"
3
+ displayName: "Vanguard Frontier — Generic"
4
+ description: "Curated Generic review agents covering ci test pipeline, helm chart quality, kubernetes manifest quality, llm ai pipeline test. Reference agents directly under agents/generic/. Static review only; no live mutations."
5
+ keywords: ["test-quality", "ci-pipeline", "helm-chart", "manifest-review"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Generic
9
+
10
+ Curated Generic review agents covering ci test pipeline, helm chart quality, kubernetes manifest quality, llm ai pipeline test. Reference agents directly under agents/generic/. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Generic services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/generic/`)*
19
+
20
+ Reference agents directly from agents/generic/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Agents are provider-agnostic and focus on CI, Helm, manifest, and test-quality patterns.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/generic/` in that repository. 9 of 10 agents in this provider ship a Kiro adapter; the rest provide steering context only.
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider generic --repo .`
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: "vanguard-hr"
3
+ displayName: "Vanguard Frontier — HR"
4
+ description: "Curated HR agents for analytics people data, benefits payroll, compensation equity, culture dei. Routes via hr-maestro-agent to specialist agents based on task scope. Static review only; no live mutations."
5
+ keywords: ["hr-governance", "employment-risk", "compensation-equity", "recruiting"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — HR
9
+
10
+ Curated HR agents for analytics people data, benefits payroll, compensation equity, culture dei. Routes via hr-maestro-agent to specialist agents based on task scope. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references HR services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - **`hr-maestro-agent`** — classifies and routes the task to the right specialist
19
+
20
+ Use the maestro as the entry point: classify the task, then dispatch to one specialist or a parallel team of specialists. Never have the maestro itself execute a live mutation.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Route all tasks through hr-maestro-agent for proper classification and dispatch.
31
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
32
+ - All findings must respect employee privacy and data-minimization principles.
33
+
34
+ ## Where the agents live
35
+
36
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/hr/` in that repository. All 15 agents in this provider ship a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
37
+
38
+ ## Companion install paths
39
+
40
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
41
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider hr --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-istio"
3
+ displayName: "Vanguard Frontier — Istio"
4
+ description: "Reviews istio ambient mesh configuration — ztunnel L4 vs waypoint L7 enforcement, AuthorizationPolicy scope,... Static review only; no live mutations."
5
+ keywords: ["istio", "service-mesh", "ambient-mesh", "mtls"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Istio
9
+
10
+ Reviews istio ambient mesh configuration — ztunnel L4 vs waypoint L7 enforcement, AuthorizationPolicy scope,... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Istio services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/istio/`)*
19
+
20
+ Reference agents directly from agents/istio/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Service mesh policies affect traffic routing cluster-wide; review blast radius before changes.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/istio/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider istio --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-kyverno"
3
+ displayName: "Vanguard Frontier — Kyverno"
4
+ description: "Reviews kyverno ClusterPolicy and Policy resources for failureAction, background scanning, PolicyException audit,... Static review only; no live mutations."
5
+ keywords: ["kyverno", "admission-policy", "cluster-policy", "policy-enforcement"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Kyverno
9
+
10
+ Reviews kyverno ClusterPolicy and Policy resources for failureAction, background scanning, PolicyException audit,... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Kyverno services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/kyverno/`)*
19
+
20
+ Reference agents directly from agents/kyverno/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Cluster-scoped policies can reject legitimate workloads; validate against existing deployments before applying.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/kyverno/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider kyverno --repo .`
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: "vanguard-legal"
3
+ displayName: "Vanguard Frontier — Legal"
4
+ description: "Curated Legal agents for contract, counsel, employment law risk, ethics investigations. Routes via legal-maestro-agent to specialist agents based on task scope. Static review only; no live mutations."
5
+ keywords: ["legal-risk", "contract-review", "privacy-compliance", "regulatory"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Legal
9
+
10
+ Curated Legal agents for contract, counsel, employment law risk, ethics investigations. Routes via legal-maestro-agent to specialist agents based on task scope. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Legal services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - **`legal-maestro-agent`** — classifies and routes the task to the right specialist
19
+
20
+ Use the maestro as the entry point: classify the task, then dispatch to one specialist or a parallel team of specialists. Never have the maestro itself execute a live mutation.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Route all tasks through legal-maestro-agent for proper classification and dispatch.
31
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
32
+ - Agents provide risk-flagging only; output is not legal advice and does not create attorney-client privilege.
33
+
34
+ ## Where the agents live
35
+
36
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/legal/` in that repository. All 13 agents in this provider ship a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
37
+
38
+ ## Companion install paths
39
+
40
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
41
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider legal --repo .`
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: "vanguard-marketing"
3
+ displayName: "Vanguard Frontier — Marketing"
4
+ description: "Curated Marketing agents for ai advertising targeting fairness, analytics data minimization, email sender authentication, eu ai act marketing system. Routes via marketing-maestro-agent to specialist agents based on task scope. Static review only; no live mutations."
5
+ keywords: ["marketing-governance", "consent-compliance", "advertising-fairness", "email-authentication"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Marketing
9
+
10
+ Curated Marketing agents for ai advertising targeting fairness, analytics data minimization, email sender authentication, eu ai act marketing system. Routes via marketing-maestro-agent to specialist agents based on task scope. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Marketing services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - **`marketing-maestro-agent`** — classifies and routes the task to the right specialist
19
+
20
+ Use the maestro as the entry point: classify the task, then dispatch to one specialist or a parallel team of specialists. Never have the maestro itself execute a live mutation.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Route all tasks through marketing-maestro-agent for proper classification and dispatch.
31
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
32
+ - Review covers consent, privacy, fairness, and regulatory compliance for marketing systems.
33
+
34
+ ## Where the agents live
35
+
36
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/marketing/` in that repository. All 14 agents in this provider ship a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
37
+
38
+ ## Companion install paths
39
+
40
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
41
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider marketing --repo .`
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: "vanguard-multi-cloud"
3
+ displayName: "Vanguard Frontier — Multi-Cloud"
4
+ description: "Curated Multi-Cloud agents for ai economist, cloud price advisor. Routes via finops-maestro-agent to specialist agents based on task scope. Static review only; no live mutations."
5
+ keywords: ["finops", "cloud-pricing", "cost-optimization", "reserved-instances"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Multi-Cloud
9
+
10
+ Curated Multi-Cloud agents for ai economist, cloud price advisor. Routes via finops-maestro-agent to specialist agents based on task scope. Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Multi-Cloud services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - **`finops-maestro-agent`** — classifies and routes the task to the right specialist
19
+
20
+ Use the maestro as the entry point: classify the task, then dispatch to one specialist or a parallel team of specialists. Never have the maestro itself execute a live mutation.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Route all tasks through finops-maestro-agent for proper classification and dispatch.
31
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
32
+ - Cost recommendations are estimates based on public pricing; verify against actual billing before acting.
33
+
34
+ ## Where the agents live
35
+
36
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/multi-cloud/` in that repository. All 3 agents in this provider ship a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
37
+
38
+ ## Companion install paths
39
+
40
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
41
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider multi-cloud --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-opentelemetry"
3
+ displayName: "Vanguard Frontier — OpenTelemetry"
4
+ description: "Reviews openTelemetry Collector pipeline configuration — receiver/processor/exporter ordering, memory_limiter placement,... Static review only; no live mutations."
5
+ keywords: ["opentelemetry", "otel-collector", "tracing", "observability-pipeline"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — OpenTelemetry
9
+
10
+ Reviews openTelemetry Collector pipeline configuration — receiver/processor/exporter ordering, memory_limiter placement,... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references OpenTelemetry services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/opentelemetry/`)*
19
+
20
+ Reference agents directly from agents/opentelemetry/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Collector pipeline changes affect observability for all instrumented services; review cardinality impact.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/opentelemetry/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider opentelemetry --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-prometheus"
3
+ displayName: "Vanguard Frontier — Prometheus"
4
+ description: "Reviews prometheus and AlertManager configuration for cardinality risks, alert correctness, scrape security, routing safety,... Static review only; no live mutations."
5
+ keywords: ["prometheus", "alertmanager", "metrics-cardinality", "scrape-config"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Prometheus
9
+
10
+ Reviews prometheus and AlertManager configuration for cardinality risks, alert correctness, scrape security, routing safety,... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Prometheus services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/prometheus/`)*
19
+
20
+ Reference agents directly from agents/prometheus/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Alerting rule and scrape config changes affect monitoring coverage; review for metric-name collisions.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/prometheus/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider prometheus --repo .`
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "vanguard-sigstore"
3
+ displayName: "Vanguard Frontier — Sigstore"
4
+ description: "Reviews cosign image signing, Kyverno imageVerify policy identity constraints, SBOM and SLSA provenance attestations, Rekor... Static review only; no live mutations."
5
+ keywords: ["sigstore", "cosign", "supply-chain-integrity", "image-signing"]
6
+ author: "Raishin"
7
+ ---
8
+ # Vanguard Frontier — Sigstore
9
+
10
+ Reviews cosign image signing, Kyverno imageVerify policy identity constraints, SBOM and SLSA provenance attestations, Rekor... Static review only; no live mutations.
11
+
12
+ ## When to engage this Power
13
+
14
+ Activate when the task references Sigstore services, resources, or operations. Do not activate on unrelated requests — narrow keyword matching is required to avoid false activations (Kiro Powers convention).
15
+
16
+ ## Routing pattern
17
+
18
+ - *(no maestro for this provider; reference agents directly under `agents/sigstore/`)*
19
+
20
+ Reference agents directly from agents/sigstore/ without maestro-based routing.
21
+
22
+ ## Live-guard agents (gate_mode only)
23
+
24
+ - *(none — this provider has no live-mutation guards in the catalog)*
25
+
26
+ Live-guard agents enforce approval, target confirmation, evidence capture, and rollback plans before executing a mutation. They are never auto-dispatched — the maestro must place them in `live-guard-gate` or `runtime-evidence-gate` mode.
27
+
28
+ ## Invariants
29
+
30
+ - Static review only -- agents analyze configuration and provide findings without mutating live systems.
31
+ - Supply-chain policy changes can block valid deployments; verify cosign keyless trust roots before enforcement.
32
+
33
+ ## Where the agents live
34
+
35
+ Agent specs and adapters are part of the [Vanguard Frontier Agentic](https://github.com/Raishin/vanguard-frontier-agentic) marketplace. For this provider, see `agents/sigstore/` in that repository. The single agent in this provider ships a Kiro adapter (`harnesses/kiro-ide.agent.md`, `kiro-cli.agent.json`).
36
+
37
+ ## Companion install paths
38
+
39
+ - **Claude Code:** `/plugin marketplace add Raishin/vanguard-frontier-agentic` then `/plugin install vanguard-frontier-agentic@vanguard-frontier-agentic`
40
+ - **Codex / Copilot / Cursor / Gemini CLI / Kiro (file export):** `npx vfa-export-agents --platform <harness> --provider sigstore --repo .`
@@ -45,6 +45,7 @@ const PLATFORM_ALIASES = {
45
45
  };
46
46
 
47
47
  const SKILLS_PLATFORM_CONFIG = {
48
+ codex: ".codex/skills",
48
49
  "claude-code": ".claude/skills",
49
50
  copilot: ".github/skills",
50
51
  gemini: ".gemini/skills",
@@ -332,6 +333,14 @@ function copySkillTree(sourceDir, destDir, force) {
332
333
  if (entry.isSymbolicLink()) {
333
334
  throw new Error(`Refusing to copy symbolic link in skill tree: ${src}`);
334
335
  }
336
+ let dstLstat = null;
337
+ try { dstLstat = fs.lstatSync(dst); } catch { /* dst does not exist – fine */ }
338
+ if (dstLstat && dstLstat.isSymbolicLink()) {
339
+ throw new Error(
340
+ `Refusing to write to symbolic link destination in skill tree: ${dst}. ` +
341
+ `Remove the symlink and retry.`
342
+ );
343
+ }
335
344
  if (entry.isDirectory()) {
336
345
  copySkillTree(src, dst, force);
337
346
  continue;
@@ -420,6 +429,20 @@ function copyFile(source, destination, force) {
420
429
  fs.copyFileSync(source, destination);
421
430
  }
422
431
 
432
+ function rewriteCodexAgentSkillPaths(agentFile, targetRoot) {
433
+ const text = fs.readFileSync(agentFile, "utf8");
434
+ const rewritten = text.replace(
435
+ /^path = "skills\/[^"\n]+\/([^/"\n]+)\/SKILL\.md"$/gm,
436
+ (_match, skillName) => {
437
+ const skillDir = path.join(targetRoot, SKILLS_PLATFORM_CONFIG.codex, skillName);
438
+ return `path = ${JSON.stringify(skillDir)}`;
439
+ }
440
+ );
441
+ if (rewritten !== text) {
442
+ fs.writeFileSync(agentFile, rewritten);
443
+ }
444
+ }
445
+
423
446
  function loadRoles() {
424
447
  const rolesPath = path.join(repoRoot, "catalog", "install-roles.json");
425
448
  if (!fs.existsSync(rolesPath)) {
@@ -640,6 +663,9 @@ function main() {
640
663
  for (const operation of operations) {
641
664
  assertWithin(args.repo, operation.dest, "write destination");
642
665
  copyFile(operation.source, operation.dest, args.force);
666
+ if (platform === "codex") {
667
+ rewriteCodexAgentSkillPaths(operation.dest, args.repo);
668
+ }
643
669
  console.log(
644
670
  `installed\t${operation.agentId}\t${operation.variantKey}\t${path.relative(args.repo, operation.dest)}`
645
671
  );