Claude Skill

executive-report

Generate a concise stakeholder report from CCAM sessions, analytics, cost, alerts, and workflow intelligence. Use for release summaries, leadership updates, operational reviews, or a scoped Markdown report with evidence.

LLM Mart · 0 points · 9 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_executive-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/executive-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

Executive Report

  1. Confirm the time window, provider scope, and source scope.
  2. Read:
    • GET /api/stats
    • GET /api/analytics
    • GET /api/pricing/cost
    • GET /api/alerts?limit=100
    • GET /api/workflows?status=all
  3. Report:
    • Scope and data freshness
    • Sessions, agents, events, tokens, and cost
    • Completion, error, and alert outcomes
    • Workflow complexity and subagent effectiveness
    • Three evidence-backed highlights
    • Three prioritized follow-ups
  4. Use Markdown tables and cite exact API values. Distinguish zero from missing or unavailable data.
  5. Do not mutate dashboard state.
Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 270 B
      interface:
        display_name: "Executive Report"
        short_description: "Generate a concise stakeholder report from CCAM sessions,..."
        default_prompt: "Use $executive-report to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: true
      
  • SKILL.md 906 B
    ---
    name: executive-report
    description: >
      Generate a concise stakeholder report from CCAM sessions, analytics, cost,
      alerts, and workflow intelligence. Use for release summaries, leadership
      updates, operational reviews, or a scoped Markdown report with evidence.
    ---
    
    # Executive Report
    
    1. Confirm the time window, provider scope, and source scope.
    2. Read:
       - `GET /api/stats`
       - `GET /api/analytics`
       - `GET /api/pricing/cost`
       - `GET /api/alerts?limit=100`
       - `GET /api/workflows?status=all`
    3. Report:
       - Scope and data freshness
       - Sessions, agents, events, tokens, and cost
       - Completion, error, and alert outcomes
       - Workflow complexity and subagent effectiveness
       - Three evidence-backed highlights
       - Three prioritized follow-ups
    4. Use Markdown tables and cite exact API values. Distinguish zero from missing
       or unavailable data.
    5. Do not mutate dashboard state.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related