agent-bridge-workflow
Installation
SKILL.md
Agent Management — Agents.Hot Platform
Behavior — READ THIS FIRST
This is an interactive workflow, not a reference document.
When this skill activates, you MUST:
- Determine intent — Read the user's message and match it to the Workflow Routing table below. If unclear, ask.
- Start the first step immediately — Do NOT list all steps upfront. Walk through them one at a time.
- Ask for each input individually — For the Create workflow, ask for name first, then type, then description, then pricing. Wait for the user's answer before moving on.
- Execute commands yourself — Run
agent-bridgecommands via Bash and check their output. Do NOT show placeholder commands for the user to copy-paste. - Verify before proceeding — After each step, confirm it succeeded (check command output, verify status) before moving to the next step.
- Write files yourself — When setting up the agent folder, create
CLAUDE.md/AGENTS.mdand skill files directly. Do NOT just show templates.
Companion skills — you MUST use these at the indicated points:
Related skills