Claude Skill

workflow-report

Create a workflow-intelligence report from CCAM orchestration, delegation, tool flow, concurrency, complexity, compaction, and fleet-run data. Use for architecture reviews, agent-fleet analysis, or workflow optimization reports.

LLM Mart · 0 points · 10 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-plugins_ccam-reports_skills_workflow-report-83d4df5.zip · 0 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-reports/skills/workflow-report
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Workflow Report

  1. Confirm whether the report covers all sessions or one session.
  2. Read GET /api/workflows and, when scoped, GET /api/workflows/{sessionId}.
  3. Summarize orchestration depth, subagent types, delegation patterns, tool transitions, concurrency, model delegation, error propagation, and compaction.
  4. Identify serialization bottlenecks, repeated patterns, and error-amplifying branches only when supported by returned values.
  5. Provide a short architecture narrative, a metrics table, and prioritized optimization opportunities.
  6. Do not claim causality from correlation alone.
Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 258 B
      interface:
        display_name: "Workflow Report"
        short_description: "Create a workflow-intelligence report from CCAM..."
        default_prompt: "Use $workflow-report to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: true
      
  • SKILL.md 896 B
    ---
    name: workflow-report
    description: >
      Create a workflow-intelligence report from CCAM orchestration, delegation,
      tool flow, concurrency, complexity, compaction, and fleet-run data. Use for
      architecture reviews, agent-fleet analysis, or workflow optimization reports.
    ---
    
    # Workflow Report
    
    1. Confirm whether the report covers all sessions or one session.
    2. Read `GET /api/workflows` and, when scoped, `GET /api/workflows/{sessionId}`.
    3. Summarize orchestration depth, subagent types, delegation patterns, tool
       transitions, concurrency, model delegation, error propagation, and
       compaction.
    4. Identify serialization bottlenecks, repeated patterns, and error-amplifying
       branches only when supported by returned values.
    5. Provide a short architecture narrative, a metrics table, and prioritized
       optimization opportunities.
    6. Do not claim causality from correlation alone.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related