pattern-detect

Solid

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 compaction triggers. Use to discover habitual usage patterns and anti-patterns.

AI & Automation 850 stars 193 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pattern Detect Identify recurring patterns using the Agent Monitor's workflow intelligence engine. ## Input The user provides: **$ARGUMENTS** Options: "all", "tools", "errors", "workflows", "last N sessions". ## Data Sources | Endpoint | Returns | |----------|---------| | `GET /api/sessions?limit=200` | Session list with status, model, cwd, metadata | | `GET /api/analytics` | tool_usage top 20, event_types, agent_types | | `GET /api/workflows/{sessionId}` | 11 datasets per session (see below) | ### Workflow datasets used for pattern detection | Dataset | Pattern insight | |---------|----------------| | `toolFlow` | **Tool transition matrix**: tool A → tool B with counts — reveals sequential habits | | `patterns` | **Detected workflow patterns**: recurring sequences with frequency scores | | `cooccurrence` | **Agent co-occurrence**: which agents frequently run together | | `modelDelegation` | **Model habits**: which models are chosen for which task types | | `errorPropagation` | **Error patterns**: where errors start and how they cascade by agent depth | | `effectiveness` | **Subagent patterns**: which types succeed most, avg duration per type | | `compaction` | **Compaction triggers**: what causes context overflow | | `complexity` | **Complexity patterns**: session complexity scores over time | ## Pattern Categories ### 1. Tool Chain Patterns (from `toolFlow`) - **Most common sequences**: Top 10 tool transitions (e.g., Read → Edit: 145 times) - **Starter tools**: ...

Details

Author
hoangsonww
Repository
hoangsonww/Claude-Code-Agent-Monitor
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category