debugging-mng-tasks

Inspect running agent states and logs within the mng framework.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/imbue-ai/simple_mind --skill debugging-mng-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-mng-tasks
Source: https://github.com/imbue-ai/simple_mind/tree/main/thinking/skills/debugging-mng-tasks
Command: npx skills add https://github.com/imbue-ai/simple_mind --skill debugging-mng-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and resolve issues with mng tasks by providing commands to inspect running agents, their states, and logs.

Core Features & Use Cases

  • Inspect Agent Status: View all running agents and their current states using mng list.
  • Examine Logs: Access detailed event logs for a specific agent with mng events <agent>.
  • Debug Use Case: If an agent is stuck or behaving unexpectedly, use mng list to check its state, then mng events <agent> to review its logs for errors.

Quick Start

Use the debugging-mng-tasks skill to list all running agents and their states.

Frequently Asked Questions about debugging-mng-tasks

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

FAQPage Schema
How do I debug mng tasks when an agent is stuck or behaving unexpectedly?

To debug mng tasks, use `mng list` to inspect the current state of all running agents, then run `mng events <agent>` to review detailed event logs and identify errors for the specific agent.

How can I inspect the current state of running agents in the mng framework?

You can inspect running agents within the mng framework by executing the `mng list` command, which displays all active agents alongside their current execution states for monitoring and introspection.

What commands are available for agent introspection in mng?

Available commands for agent introspection in mng include listing agents, capturing events, messaging, executing, monitoring states, and destroying agents to facilitate debugging and understanding agent execution status.

How do I access event logs for a specific mng agent?

You can access detailed event logs for a specific mng agent by running the `mng events <agent>` command, which captures and displays the execution events and errors needed for troubleshooting that agent.

Can I destroy or message a running agent directly during mng troubleshooting?

Yes, mng troubleshooting supports agent introspection through listing, messaging, destruction, execution, event capture, and state monitoring, allowing you to directly interact with and terminate running agents.