agentbrew-status

Aggregate agent statuses, MCP server registrations, and drift conditions into a health report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill agentbrew-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentbrew-status
Source: https://github.com/fyodoriv/agentbrew/tree/main/skill-plugins/dev/agentbrew-status
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill agentbrew-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check agentbrew health: Determine the overall health of the deployment by auditing agents, MCP servers, and drift status. It helps you quickly understand what is deployed, what is in sync, and where repairs may be needed.

Core Features & Use Cases

  • Health aggregation: surface a high-level view of agents, MCP servers, and drift indicators to answer what's deployed and what's in sync.
  • Drift detection and auto-repair: identify drift and repair configurations in place to restore consistency across all agents.
  • Subsystem drill-down: inspect specific areas like MCPs, rules, skills, and commands to diagnose issues and verify deployments.

Quick Start

Ask AgentBrew to run a full health check and report the current state across all agents and MCP servers.

Frequently Asked Questions about agentbrew-status

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

FAQPage Schema
What is configuration drift and how do I detect it across agents?

Configurations drift when deployed agent settings become out of sync across an environment. Drift detection audits MCP server registrations and active skills across agents, identifying inconsistencies so you can apply targeted repairs and restore configuration consistency.

Can I inspect specific subsystems like MCP servers and rules during a health check?

You can list active MCP servers and skills by executing subsystem drill-down commands like mcp list and skills status. This inspects specific deployment areas to diagnose issues and verify which configurations are currently active across agents.

Can I inspect specific subsystems like MCP servers and rules during a health check?

You can list active MCP servers and skills by executing subsystem drill-down commands like mcp list and skills status. This inspects specific deployment areas to diagnose issues and verify which configurations are currently active across agents.

How do I auto-repair configuration drift after detecting it?

To auto-repair configuration drift after detection, apply the health check's drift repair logic to restore consistency across all agents. The repair process updates configurations in place to bring out-of-sync agents back into alignment.

What's the best way to get a concise health report for agent deployments?

The best way to get a concise health report for agent deployments is to execute status, diff, and log commands in a single pass. This aggregates agent statuses, MCP registrations, and drift indicators into a high-level view of your deployment.