Skip to main content

このリポジトリの skills

hoangsonww/Claude-Code-Agent-Monitor - 2ページ

SkillsMP は hoangsonww/Claude-Code-Agent-Monitor から 77 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

hoangsonww/Claude-Code-Agent-Monitor

収集済み skill 77 件中 37 件を表示しています。

職業分類
ソフトウェア開発者
説明

Polls the Agent Monitor /api/stats endpoint several times over a short window and reports the live deltas in active_sessions, active_agents, events_today, and ws_connections so you can see activity moving in real time. Use when watching the dashboard for live…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

One-line summary of key Agent Monitor metrics — active sessions, total cost from the pricing engine, events today from daily_events, top tool from tool_usage, and current model from the most recent session. Use for a fast at-a-glance check without leaving the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Export Claude Code session and analytics data in JSON, CSV, or Markdown formats. Supports exporting sessions, events, costs, and analytics for external analysis or reporting. Use for data backup or integration.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Trace the full event chain for one Claude Code session into an ordered timeline of every event type with tool_name and summary, highlighting gaps, out-of-order events, and failures. Reads /api/events?session_id= and /api/sessions/:id from the Agent Monitor…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Run comprehensive health checks on the Claude Code Agent Monitor system. Validates dashboard API, database, WebSocket, hooks, and disk usage. Use to verify the monitoring setup is working correctly.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Diagnose Claude Code hook installation, delivery, and ingestion issues. Checks hook configuration, connectivity, event flow, and identifies common problems. Use when events are not appearing in the dashboard.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Debug a specific session by inspecting its full event chain (PreToolUse, PostToolUse, Stop, SubagentStop, Compaction, APIError, TurnDuration, Notification events), agent hierarchy (recursive parent/child tree with subagent_type and depth), token usage with…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Search a Claude Code session transcript for a string or regex pattern and show every matching message with surrounding context. Reads /api/sessions/:id/transcript and resolves sessions via /api/sessions?limit= from the Agent Monitor dashboard. Use when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Identify anomalous sessions using Agent Monitor data — cost outliers from the pricing engine, token anomalies (cache miss spikes, compaction baseline surges), unusual event type ratios (PreToolUse/PostToolUse gaps, APIError clusters), behavioral deviations…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Benchmark one session (or a small recent set) against the rolling average using Agent Monitor data — cost, total tokens, tool count, and workflow complexity score — and report where each metric lands as a percentile of the population. Tells you whether a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Suggest concrete optimizations for Claude Code usage based on historical session data. Covers cost reduction, speed improvement, error prevention, and workflow efficiency. Use for data-driven optimization planning.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Detect recurring patterns using the Agent Monitor's workflow intelligence — toolFlow transitions (tool A → B frequency matrices), recurring workflow patterns, agent co-occurrence pairs, model delegation habits, error propagation paths by agent depth, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Detect quality and efficiency regressions over time using Agent Monitor data — rising error rate (APIError events), falling cache hit rate, growing compaction frequency, and climbing cost-per-session. Splits history into an earlier baseline window and a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compare two sessions side-by-side using Agent Monitor data — per-model token usage (input/output/cache_read/cache_write + compaction baselines), pricing engine cost breakdowns, workflow intelligence (complexity scores, tool flow transitions, subagent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compile a month-over-month retrospective from Agent Monitor data — sessions, cost, token volumes, completion rate, top projects by working directory, and notable shifts versus the prior month. Uses daily_sessions/daily_events (365d) from analytics, the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Summarize a sprint's worth of Claude Code activity — sessions grouped by project (cwd), per-model cost breakdown, token efficiency (cache hit rate, compaction baselines), subagent effectiveness from workflow API, velocity metrics (turn_count,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Discover when you are most active and most productive with Claude Code by bucketing sessions and events into hour-of-day and day-of-week bins from their timestamps, then flagging peak versus low-output windows. Uses the session list, per-session events, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compile a weekly productivity report using Agent Monitor data — daily_sessions and daily_events trends, per-session costs from pricing engine, token volumes (input/output/cache_read/cache_write + baselines), tool usage top 20, session completion rates by…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Analyze workflow patterns using the Agent Monitor's workflow intelligence API — orchestration DAGs, tool flow transitions, subagent effectiveness, model delegation patterns, error propagation by depth, concurrency lanes, compaction impact, and agent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Produce a detailed report on APIError events from Agent Monitor data — counts over time, which sessions and models are affected, and the likely root cause (rate limits, overload/529, or context-window pressure) inferred from each event's summary and data…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Scan recent Claude Code activity for errors and failure signals across all sessions using Agent Monitor data — APIError events and PreToolUse→PostToolUse gaps (tools that started but never completed) — then group failures by tool and model and rank them by…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Audit hook delivery health from Agent Monitor data — balance PreToolUse vs PostToolUse (a gap means tools that started but never reported back), detect missing Stop/SubagentStop terminators (sessions/subagents that never closed), and check for stale ingestion…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compare this period's reliability against the prior period using Agent Monitor data — error rate (APIError/total) and tool-failure rate (PreToolUse→PostToolUse gap) — flag any regression where reliability got worse, and optionally wire a persistent alert rule…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Define and check simple service-level objectives for Claude Code from Agent Monitor data — session completion rate, tool success rate (PostToolUse/PreToolUse), and error rate (APIError/total) — then compare each to its target and report the error budget…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Report concurrency and parallelism for a session — how many agents ran in parallel, concurrency-lane utilization, peak parallel width, and serialization bottlenecks (sequential chains that could have run as parallel lanes) — using the Agent Monitor workflow…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Render the multi-agent orchestration DAG for a session — parent→child subagent edges, tree depth, and fan-out — from the Agent Monitor workflow intelligence API. Cross-checks the orchestration dataset against the raw agent records and session detail. Use when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Audit model delegation and subagent effectiveness for a session — which models handled which subagent types, per-type success rates and average durations, and wasted delegations (heavy models on trivial work or types that consistently fail) — using the Agent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Trace error propagation through a multi-agent session by agent depth — where failures originated, the depth at which they appeared, and how they cascaded up to parent agents — using the Agent Monitor workflow intelligence API and the session event stream. Use…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Summarize Workflow-tool fleet runs from the Agent Monitor — these fleets emit no hooks and are ingested from on-disk run journals. List recent runs with status and agents-per-run, then drill into a single run's per-agent detail. Reconciles against the live…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MANDATORY for every coding agent (Claude Code, Codex, or any other) on every change-set — every applicable source file the agent creates or updates MUST start with the project's copyright/authorship header (file overview + exact author line). Use…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MANDATORY for every coding agent (Claude Code, Codex, or any other) — keep this repository's documentation in sync after any change to behavior, configuration, interfaces, events, schema, or features. Use automatically (without being asked) at the end of ANY…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Debug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Onboard quickly to this repository. Use when asked to understand architecture, locate ownership, choose the right module, or identify the correct commands and verification strategy before coding.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

原文の言語: 英語

更新
収集済み skill 77 件中 37 件を表示しています。