agent-team-ops

Inspect runs, messages, and events and finalize runs without executing agents.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-ops
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-ops
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operational commands inspect or finalize state without running agents.

Core Features & Use Cases

  • Inspect runs, summaries, and close runs to audit and manage current state.
  • Inspect run-scoped message history and append-only event logs for traceability.
  • Export the machine-readable CLI contract for tooling and integration.

Quick Start

Inspect the current state with the helper commands to view runs, messages, and events.

Frequently Asked Questions about agent-team-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect agent-team run state without triggering new agent executions?

You can inspect agent-team runs using operational commands that query current state and summaries without running agents. These commands provide read-only access to active run status, message history, and event logs for auditing purposes.

What's the best way to view event logs and message history for a specific agent-team run?

Viewing event logs and message history is done through run-scoped inspection commands that retrieve append-only event records and scoped messages. This provides full traceability of agent-team operations and communication sequences for a specific run.

Can I export the CLI schema contract for my agent-team to use in external tooling?

Yes, you can export the machine-readable CLI contract for tooling and integration. Schema export generates a machine-readable contract defining the operational command surface, enabling external systems to integrate with the agent-team interface.

What does run hygiene mean and when do I need to close or finalize agent-team runs?

Run hygiene involves inspecting operational state and closing completed runs to maintain a clean execution environment. You need to finalize runs when auditing current state and ensuring finished agent-team sessions do not linger open unnecessarily.

Do I need any external dependencies or components installed to perform state inspection on agent-team runs?

No external dependencies or components are required to perform state inspection on agent-team runs. The operational commands are self-contained and implement the required command surface per SKILL.md prerequisites without additional installations.