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.
Virus-scanned
Reviewed automatically before listing.
Download
hoangsonww-claude-code-agent-monitor-plugins_ccam-reports_skills_workflow-report-83d4df5.zip · 0 KB
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
- Confirm whether the report covers all sessions or one session.
- Read
GET /api/workflowsand, when scoped,GET /api/workflows/{sessionId}. - Summarize orchestration depth, subagent types, delegation patterns, tool transitions, concurrency, model delegation, error propagation, and compaction.
- Identify serialization bottlenecks, repeated patterns, and error-amplifying branches only when supported by returned values.
- Provide a short architecture narrative, a metrics table, and prioritized optimization opportunities.
- 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.
Reviews (0)
No reviews yet.
No comments yet.