list

Display the active multi-agent architecture and workflow sequence from .wrangler/harness.json.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/panicgit/wrangler --skill list-panicgit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/panicgit/wrangler/tree/main/skills/list
Command: npx skills add https://github.com/panicgit/wrangler --skill list-panicgit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the lack of visibility into complex multi-agent workflows by providing a clear, real-time overview of your project's agent harness, handoffs, and sprint progress.

Core Features & Use Cases

  • Harness Visualization: Displays the current agent pattern, roles, models, and workflow sequence defined in your project.
  • Sprint Tracking: Monitors the status of inter-agent communication files and handoffs within the current sprint.
  • Use Case: When working on a complex full-stack application, use this to verify which agent is currently active and whether the handoff artifacts between your planner and generator agents have been successfully created.

Quick Start

Ask the wrangler to list all agents and show the current harness status.

Frequently Asked Questions about list

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

FAQPage Schema
How do I visualize multi-agent harness architecture in my project?

To visualize multi-agent harness architecture, you need to parse the .wrangler/harness.json configuration file. This displays the active agent pattern, roles, models, and workflow sequence to provide a real-time overview of your project's agents.

What is the best way to track inter-agent handoff artifacts during a sprint?

Tracking inter-agent handoff artifacts involves monitoring inter-agent communication files within your project directory. This monitors the status of handoffs and sprint progress to ensure project alignment across agents.

How does monitoring agent handoff artifacts help with workflow automation?

Monitoring agent handoff artifacts in workflow automation verifies whether communication files between planner and generator agents have been successfully created. This ensures pending communication tasks are completed to maintain project alignment.

Can I check which agent is currently active in a multi-agent wrangler harness?

Yes, you can check which agent is currently active in a multi-agent wrangler harness. Analyzing the harness configuration displays the current agent pattern, active roles, assigned models, and the defined workflow sequence.

Do I need a specific configuration file to display agent roles and models?

Yes, you need the .wrangler/harness.json configuration file to display agent roles and models. This file defines the active multi-agent architecture and workflow sequence required to provide a comprehensive summary of your project.