Agent Operator Setup

Agent-neutral setup router for installing, updating, or diagnosing Agent Operator in Codex, Claude Code, or Gemini CLI. Use when the user asks to set up Agent Operator without naming a client, wants the correct native installation path, or needs cross-client troubleshooting. Discover the active client, route to its owning setup skill, and preserve unrelated user configuration.

gabonio 5bdbdd4 2 files · 1.7 KB Updated

File contents

Agent Operator Setup

Use this skill as a thin, agent-neutral router. Do not pretend the three clients share one installation format.

  1. Determine whether the target is Codex, Claude Code, or Gemini CLI from the user's request and available executable.

  2. If more than one client is plausible and the requested action would mutate user configuration, ask which client is in scope.

  3. Read and follow only the matching setup skill:

    Client Owning skill
    Codex Codex setup
    Claude Code Claude setup
    Gemini CLI Gemini setup
  4. Prefer the client's native marketplace or extension commands.

  5. Use read-only diagnosis before changing user-level state.

Adding a marketplace or extension does not authorize installing every component. Preserve unrelated plugins, extensions, skills, agents, commands, hooks, MCP servers, scopes, and configuration.

gabonio/agent-operator-toolkit/tree/main/plugins/agent-operator-setup/skills/agent-operator-setup commit 5bdbdd4719

Frequently asked questions

npx skillmds@latest add gabonio/agent-operator-setup-2