π€ Generated by the Daily AI Assistant
Part of #38 (Theme 1 β realize "not skills-only"). Follows the MCP prove-out
(#42 β #44, flux-operator-mcp bundled into gitops-kubernetes) and the
design decision in ADR 0001 (#43). This is the custom-agent (agents/)
bundling child the ADR explicitly deferred.
Problem
The marketplace is designed to bundle three resource kinds β skills, MCP servers,
and custom agents β and the tooling is already in place: validate-manifests.sh
enumerates and validates an agents/ directory (a plugin declares β₯1 resource;
agent names must appear in the README Resources column), with self-tests
covering the agent path (35/35 on main). But no plugin bundles a custom agent
yet, so the "not skills-only" capability is proven for MCP only, not for agents.
Theme 1 is not complete until a real, useful custom agent ships in a plugin.
Proposed direction
Bundle one genuinely useful, tool-neutral custom agent into an existing plugin
β not a placeholder β so the agent bundling path is proven end-to-end the way #44
proved MCP.
Recommended first agent: a flux-troubleshooter read-only diagnostic agent in
the gitops-kubernetes plugin. It is the natural pairing: that plugin already
bundles the flux-operator-mcp server (#44) and the gitops-cluster-debug /
gitops-repo-audit / gitops-knowledge skills, so a delegatable sub-agent whose
system prompt specializes it in diagnosing a live Flux/GitOps cluster (inspect
Flux resource status, trace dependency chains, read controller logs via the MCP,
apply the skills' procedures) is high-value and generic to any Flux user. It is
distinct from the skills (procedural knowledge) β it is a delegatable persona that
uses them β so it is not a duplicate.
- On-disk:
plugins/gitops-kubernetes/agents/flux-troubleshooter.md β YAML
frontmatter (name, description, and a read-only tools allow-list) +
a focused system prompt.
- Manifests: keep
.claude-plugin/marketplace.json and .github/plugin/marketplace.json
in byte-for-byte parity; add the optional "agents": "agents/" to the plugin's
plugin.json (or rely on the default per ADR Β§D1).
- README Resources column updated to list the agent (validator enforces parity).
Alternatives / open sub-decision (make the call in the PR, don't block on it):
if a gitops-kubernetes agent feels premature, an equally valid first bundle is a
generic read-only reviewer/explorer agent in another skills plugin β but the
flux-troubleshooter is the strongest concrete fit and is recommended.
Acceptance criteria
Rough size
SmallβMedium. No new script capability needed (agent validation already shipped in
#44); the work is authoring one good agent + the manifest/README/plugin.json wiring.
Part of #38 (Theme 1 β realize "not skills-only"). Follows the MCP prove-out
(#42 β #44,
flux-operator-mcpbundled intogitops-kubernetes) and thedesign decision in ADR 0001 (#43). This is the custom-agent (
agents/)bundling child the ADR explicitly deferred.
Problem
The marketplace is designed to bundle three resource kinds β skills, MCP servers,
and custom agents β and the tooling is already in place:
validate-manifests.shenumerates and validates an
agents/directory (a plugin declares β₯1 resource;agent names must appear in the README Resources column), with self-tests
covering the agent path (35/35 on
main). But no plugin bundles a custom agentyet, so the "not skills-only" capability is proven for MCP only, not for agents.
Theme 1 is not complete until a real, useful custom agent ships in a plugin.
Proposed direction
Bundle one genuinely useful, tool-neutral custom agent into an existing plugin
β not a placeholder β so the agent bundling path is proven end-to-end the way #44
proved MCP.
Recommended first agent: a
flux-troubleshooterread-only diagnostic agent inthe
gitops-kubernetesplugin. It is the natural pairing: that plugin alreadybundles the
flux-operator-mcpserver (#44) and thegitops-cluster-debug/gitops-repo-audit/gitops-knowledgeskills, so a delegatable sub-agent whosesystem prompt specializes it in diagnosing a live Flux/GitOps cluster (inspect
Flux resource status, trace dependency chains, read controller logs via the MCP,
apply the skills' procedures) is high-value and generic to any Flux user. It is
distinct from the skills (procedural knowledge) β it is a delegatable persona that
uses them β so it is not a duplicate.
plugins/gitops-kubernetes/agents/flux-troubleshooter.mdβ YAMLfrontmatter (
name,description, and a read-onlytoolsallow-list) +a focused system prompt.
.claude-plugin/marketplace.jsonand.github/plugin/marketplace.jsonin byte-for-byte parity; add the optional
"agents": "agents/"to the plugin'splugin.json(or rely on the default per ADR Β§D1).Alternatives / open sub-decision (make the call in the PR, don't block on it):
if a
gitops-kubernetesagent feels premature, an equally valid first bundle is ageneric read-only reviewer/explorer agent in another skills plugin β but the
flux-troubleshooter is the strongest concrete fit and is recommended.
Acceptance criteria
(recommended:
flux-troubleshooteringitops-kubernetes).agents/<name>.mdcarries valid frontmatter (name,description, and aread-only
toolsallow-list) and a substantive system prompt (not a stub).plugin.jsonresourcedeclaration correct; README Resources column lists the agent.
./scripts/validate-manifests.shβ and./scripts/validate-manifests.test.sh(β₯35) β and
shellcheckclean; CI green.Rough size
SmallβMedium. No new script capability needed (agent validation already shipped in
#44); the work is authoring one good agent + the manifest/README/plugin.json wiring.