Summary
Turn the existing Claude Code ops agent (abilityai/trinity-ops-public) and the /trinity:deploy-new-instance scaffolding into a first-class, one-click starter agent for managing a Trinity instance — discoverable in the standard agent-creation flow with sane defaults and a guided setup, so an operator gets a working "manage my instance" agent without building one from scratch.
Context
The ops-agent pattern is proven but currently requires running scaffolding skills and assembling pieces by hand. To make instance management a true onboarding starting point, it needs to be a packaged, deployable starter with curated defaults (capabilities, schedules, ops skills) that a new operator can launch and immediately use.
Acceptance Criteria
Technical Notes
- Template creation path:
POST /api/agents supports template, including github:Org/repo; local templates live in config/agent-templates/.
- Reuse
/trinity:connect + /trinity:onboard from the abilities trinity plugin for the connect / MCP-key step.
- Decide packaging: bundled Trinity template vs. pinned
github:abilityai/trinity-ops-public reference vs. both.
Parent epic: ops/DevOps starter agents for one-click instance management.
Summary
Turn the existing Claude Code ops agent (
abilityai/trinity-ops-public) and the/trinity:deploy-new-instancescaffolding into a first-class, one-click starter agent for managing a Trinity instance — discoverable in the standard agent-creation flow with sane defaults and a guided setup, so an operator gets a working "manage my instance" agent without building one from scratch.Context
The ops-agent pattern is proven but currently requires running scaffolding skills and assembling pieces by hand. To make instance management a true onboarding starting point, it needs to be a packaged, deployable starter with curated defaults (capabilities, schedules, ops skills) that a new operator can launch and immediately use.
Acceptance Criteria
github:template)trinity-ops-public//trinity:deploy-new-instancerather than duplicating logicTechnical Notes
POST /api/agentssupportstemplate, includinggithub:Org/repo; local templates live inconfig/agent-templates/./trinity:connect+/trinity:onboardfrom theabilitiestrinityplugin for the connect / MCP-key step.github:abilityai/trinity-ops-publicreference vs. both.Parent epic: ops/DevOps starter agents for one-click instance management.