@claude-view/plugin 0.33.2 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/.claude-plugin/plugin.json +2 -2
  2. package/README.md +2 -1
  3. package/dist/tools/generated/classify.js +3 -3
  4. package/dist/tools/generated/classify.js.map +1 -1
  5. package/dist/tools/generated/cli.d.ts +3 -0
  6. package/dist/tools/generated/cli.d.ts.map +1 -0
  7. package/dist/tools/generated/cli.js +19 -0
  8. package/dist/tools/generated/cli.js.map +1 -0
  9. package/dist/tools/generated/coaching.js +1 -1
  10. package/dist/tools/generated/coaching.js.map +1 -1
  11. package/dist/tools/generated/crate::routes::interact::handlers.d.ts +3 -0
  12. package/dist/tools/generated/crate::routes::interact::handlers.d.ts.map +1 -0
  13. package/dist/tools/generated/crate::routes::interact::handlers.js +30 -0
  14. package/dist/tools/generated/crate::routes::interact::handlers.js.map +1 -0
  15. package/dist/tools/generated/facets.js +3 -3
  16. package/dist/tools/generated/facets.js.map +1 -1
  17. package/dist/tools/generated/health.js +3 -3
  18. package/dist/tools/generated/health.js.map +1 -1
  19. package/dist/tools/generated/ide.js +1 -1
  20. package/dist/tools/generated/ide.js.map +1 -1
  21. package/dist/tools/generated/index.d.ts.map +1 -1
  22. package/dist/tools/generated/index.js +16 -0
  23. package/dist/tools/generated/index.js.map +1 -1
  24. package/dist/tools/generated/insights.js +1 -1
  25. package/dist/tools/generated/insights.js.map +1 -1
  26. package/dist/tools/generated/jobs.js +1 -1
  27. package/dist/tools/generated/jobs.js.map +1 -1
  28. package/dist/tools/generated/live.d.ts +3 -0
  29. package/dist/tools/generated/live.d.ts.map +1 -0
  30. package/dist/tools/generated/live.js +63 -0
  31. package/dist/tools/generated/live.js.map +1 -0
  32. package/dist/tools/generated/mcp.d.ts +3 -0
  33. package/dist/tools/generated/mcp.d.ts.map +1 -0
  34. package/dist/tools/generated/mcp.js +16 -0
  35. package/dist/tools/generated/mcp.js.map +1 -0
  36. package/dist/tools/generated/memory.d.ts +3 -0
  37. package/dist/tools/generated/memory.d.ts.map +1 -0
  38. package/dist/tools/generated/memory.js +40 -0
  39. package/dist/tools/generated/memory.js.map +1 -0
  40. package/dist/tools/generated/monitor.js +1 -1
  41. package/dist/tools/generated/monitor.js.map +1 -1
  42. package/dist/tools/generated/oauth.js +3 -3
  43. package/dist/tools/generated/oauth.js.map +1 -1
  44. package/dist/tools/generated/pairing.js +2 -2
  45. package/dist/tools/generated/pairing.js.map +1 -1
  46. package/dist/tools/generated/plugins.d.ts.map +1 -1
  47. package/dist/tools/generated/plugins.js +19 -4
  48. package/dist/tools/generated/plugins.js.map +1 -1
  49. package/dist/tools/generated/projects.js +1 -1
  50. package/dist/tools/generated/projects.js.map +1 -1
  51. package/dist/tools/generated/prompts.js +2 -2
  52. package/dist/tools/generated/prompts.js.map +1 -1
  53. package/dist/tools/generated/reports.js +1 -1
  54. package/dist/tools/generated/reports.js.map +1 -1
  55. package/dist/tools/generated/sessions.d.ts +3 -0
  56. package/dist/tools/generated/sessions.d.ts.map +1 -0
  57. package/dist/tools/generated/sessions.js +188 -0
  58. package/dist/tools/generated/sessions.js.map +1 -0
  59. package/dist/tools/generated/settings.d.ts.map +1 -1
  60. package/dist/tools/generated/settings.js +11 -1
  61. package/dist/tools/generated/settings.js.map +1 -1
  62. package/dist/tools/generated/share.js +1 -1
  63. package/dist/tools/generated/share.js.map +1 -1
  64. package/dist/tools/generated/stats.d.ts +3 -0
  65. package/dist/tools/generated/stats.d.ts.map +1 -0
  66. package/dist/tools/generated/stats.js +51 -0
  67. package/dist/tools/generated/stats.js.map +1 -0
  68. package/dist/tools/generated/sync.js +3 -3
  69. package/dist/tools/generated/sync.js.map +1 -1
  70. package/dist/tools/generated/system.js +5 -5
  71. package/dist/tools/generated/system.js.map +1 -1
  72. package/dist/tools/generated/teams.d.ts.map +1 -1
  73. package/dist/tools/generated/teams.js +26 -1
  74. package/dist/tools/generated/teams.js.map +1 -1
  75. package/dist/tools/generated/webhooks.d.ts +3 -0
  76. package/dist/tools/generated/webhooks.d.ts.map +1 -0
  77. package/dist/tools/generated/webhooks.js +84 -0
  78. package/dist/tools/generated/webhooks.js.map +1 -0
  79. package/dist/tools/generated/workflows.js +1 -1
  80. package/dist/tools/generated/workflows.js.map +1 -1
  81. package/package.json +2 -2
  82. package/skills/coaching/SKILL.md +48 -3
  83. package/skills/daily-cost/SKILL.md +48 -3
  84. package/skills/export-data/SKILL.md +48 -3
  85. package/skills/insights/SKILL.md +48 -3
  86. package/skills/live/SKILL.md +216 -0
  87. package/skills/live/SKILL.md.tmpl +47 -0
  88. package/skills/project-overview/SKILL.md +48 -3
  89. package/skills/search/SKILL.md +48 -3
  90. package/skills/session-recap/SKILL.md +48 -3
  91. package/skills/standup/SKILL.md +48 -3
  92. package/skills/system-monitor/SKILL.md +208 -0
  93. package/skills/system-monitor/SKILL.md.tmpl +39 -0
  94. package/skills/team-status/SKILL.md +48 -3
  95. package/skills/usage/SKILL.md +218 -0
  96. package/skills/usage/SKILL.md.tmpl +49 -0
@@ -63,6 +63,8 @@ Summarize a Claude Code session using the claude-view MCP tools.
63
63
  | `classify_cancel_classification` | Cancel a running classification job. |
64
64
  | `classify_single_session` | Classify a single session synchronously. |
65
65
  | `classify_get_classification_status` | Get classification status. |
66
+ | **Cli Tools** | |
67
+ | `cli_create_session` | - Create a new tmux-backed CLI session. |
66
68
  | **Coaching Tools** | |
67
69
  | `coaching_list_rules` | - List all coaching rules from the rules directory. |
68
70
  | `coaching_apply_rule` | - Create a new coaching rule file. |
@@ -71,6 +73,9 @@ Summarize a Claude Code session using the claude-view MCP tools.
71
73
  | `contributions_get_contributions` | Main contributions page data. |
72
74
  | `contributions_get_branch_sessions` | Sessions for a branch. |
73
75
  | `contributions_get_session_contribution` | Session contribution detail. |
76
+ | **Crate::routes::interact::handlers Tools** | |
77
+ | `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
78
+ | `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
74
79
  | **Export Tools** | |
75
80
  | `export_sessions` | Export all sessions. |
76
81
  | **Facets Tools** | |
@@ -91,9 +96,20 @@ Summarize a Claude Code session using the claude-view MCP tools.
91
96
  | `insights_get_categories` | Returns hierarchical category data. |
92
97
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
93
98
  | `insights_list_invocables` | List all invocables with their usage counts. |
94
- | `insights_get_fluency_score` | Get the current AI Fluency Score. |
95
99
  | **Jobs Tools** | |
96
100
  | `jobs_list_jobs` | List all active jobs. |
101
+ | **Live Tools** | |
102
+ | `live_get_pricing` | - Return the model pricing table. |
103
+ | `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
104
+ | `live_get_live_session` | - Get a single live session by ID. |
105
+ | `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
106
+ | `live_get_live_session_messages` | - Get the most recent messages for a live session. |
107
+ | **Mcp Tools** | |
108
+ | `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
109
+ | **Memory Tools** | |
110
+ | `memory_get_all_memories` | returns all memory entries grouped by scope. |
111
+ | `memory_get_memory_file` | read a single memory file. |
112
+ | `memory_get_project_memories` | returns memories for a specific project. |
97
113
  | **Monitor Tools** | |
98
114
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
99
115
  | **Oauth Tools** | |
@@ -109,6 +125,7 @@ Summarize a Claude Code session using the claude-view MCP tools.
109
125
  | **Plugins Tools** | |
110
126
  | `plugins_list_plugins` | - Unified view of installed + available plugins. |
111
127
  | `plugins_list_marketplaces` | plugins marketplaces |
128
+ | `plugins_marketplace_action` | plugins marketplaces action |
112
129
  | `plugins_refresh_all` | all |
113
130
  | `plugins_refresh_status` | status |
114
131
  | `plugins_list_ops_handler` | List all queued/running/completed ops. |
@@ -129,9 +146,23 @@ Summarize a Claude Code session using the claude-view MCP tools.
129
146
  | `reports_get_preview` | Aggregate preview stats for a date range. |
130
147
  | `reports_get_report` | Get a single report. |
131
148
  | `reports_delete_report` | Delete a report. |
132
- | **Search Tools** | |
133
- | `search_handler` | Full-text search across sessions. |
149
+ | **Sessions Tools** | |
150
+ | `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
151
+ | `sessions_list_branches` | Get distinct list of branch names across all sessions. |
152
+ | `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
153
+ | `sessions_session_activity` | Activity histogram for sparkline chart. |
154
+ | `sessions_session_activity_rich` | Full server-side activity aggregation. |
155
+ | `sessions_bulk_archive_handler` | sessions archive |
156
+ | `sessions_bulk_unarchive_handler` | sessions unarchive |
157
+ | `sessions_archive_session_handler` | sessions {id} archive |
158
+ | `sessions_get_file_history` | List all file changes for a session. |
159
+ | `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
160
+ | `sessions_get_session_hook_events` | Fetch hook events for a session. |
161
+ | `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
162
+ | `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
163
+ | `sessions_unarchive_session_handler` | sessions {id} unarchive |
134
164
  | **Settings Tools** | |
165
+ | `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
135
166
  | `settings_get_settings` | Read current app settings. |
136
167
  | `settings_update_settings` | Update app settings (partial). |
137
168
  | `settings_update_git_sync_interval` | Update the git sync interval. |
@@ -139,6 +170,11 @@ Summarize a Claude Code session using the claude-view MCP tools.
139
170
  | `share_create_share` | sessions {session_id} share |
140
171
  | `share_revoke_share` | sessions {session_id} share |
141
172
  | `share_list_shares` | shares |
173
+ | **Stats Tools** | |
174
+ | `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
175
+ | `stats_overview` | Aggregate usage statistics. |
176
+ | `stats_storage_stats` | Storage statistics for the settings page. |
177
+ | `stats_get_trends` | Get week-over-week trend metrics. |
142
178
  | **Sync Tools** | |
143
179
  | `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
144
180
  | `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
@@ -153,11 +189,20 @@ Summarize a Claude Code session using the claude-view MCP tools.
153
189
  | **Teams Tools** | |
154
190
  | `teams_list_teams` | List all teams. |
155
191
  | `teams_get_team` | Get team detail. |
192
+ | `teams_get_team_cost` | Get team cost breakdown. |
156
193
  | `teams_get_team_inbox` | Get team inbox messages. |
194
+ | `teams_get_team_sidechains` | Get team member sidechains. |
157
195
  | **Telemetry Tools** | |
158
196
  | `telemetry_set_consent` | Set telemetry consent preference. |
159
197
  | **Turns Tools** | |
160
198
  | `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
199
+ | **Webhooks Tools** | |
200
+ | `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
201
+ | `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
202
+ | `webhooks_get_webhook` | get a single webhook by ID. |
203
+ | `webhooks_update_webhook` | update an existing webhook (partial update). |
204
+ | `webhooks_delete_webhook` | remove a webhook from config and secrets. |
205
+ | `webhooks_test_send` | send a synthetic test payload. |
161
206
  | **Workflows Tools** | |
162
207
  | `workflows_list_workflows` | workflows |
163
208
  | `workflows_create_workflow` | workflows |
@@ -69,6 +69,8 @@ Generate a standup-style work summary from recent Claude Code sessions.
69
69
  | `classify_cancel_classification` | Cancel a running classification job. |
70
70
  | `classify_single_session` | Classify a single session synchronously. |
71
71
  | `classify_get_classification_status` | Get classification status. |
72
+ | **Cli Tools** | |
73
+ | `cli_create_session` | - Create a new tmux-backed CLI session. |
72
74
  | **Coaching Tools** | |
73
75
  | `coaching_list_rules` | - List all coaching rules from the rules directory. |
74
76
  | `coaching_apply_rule` | - Create a new coaching rule file. |
@@ -77,6 +79,9 @@ Generate a standup-style work summary from recent Claude Code sessions.
77
79
  | `contributions_get_contributions` | Main contributions page data. |
78
80
  | `contributions_get_branch_sessions` | Sessions for a branch. |
79
81
  | `contributions_get_session_contribution` | Session contribution detail. |
82
+ | **Crate::routes::interact::handlers Tools** | |
83
+ | `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
84
+ | `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
80
85
  | **Export Tools** | |
81
86
  | `export_sessions` | Export all sessions. |
82
87
  | **Facets Tools** | |
@@ -97,9 +102,20 @@ Generate a standup-style work summary from recent Claude Code sessions.
97
102
  | `insights_get_categories` | Returns hierarchical category data. |
98
103
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
99
104
  | `insights_list_invocables` | List all invocables with their usage counts. |
100
- | `insights_get_fluency_score` | Get the current AI Fluency Score. |
101
105
  | **Jobs Tools** | |
102
106
  | `jobs_list_jobs` | List all active jobs. |
107
+ | **Live Tools** | |
108
+ | `live_get_pricing` | - Return the model pricing table. |
109
+ | `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
110
+ | `live_get_live_session` | - Get a single live session by ID. |
111
+ | `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
112
+ | `live_get_live_session_messages` | - Get the most recent messages for a live session. |
113
+ | **Mcp Tools** | |
114
+ | `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
115
+ | **Memory Tools** | |
116
+ | `memory_get_all_memories` | returns all memory entries grouped by scope. |
117
+ | `memory_get_memory_file` | read a single memory file. |
118
+ | `memory_get_project_memories` | returns memories for a specific project. |
103
119
  | **Monitor Tools** | |
104
120
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
105
121
  | **Oauth Tools** | |
@@ -115,6 +131,7 @@ Generate a standup-style work summary from recent Claude Code sessions.
115
131
  | **Plugins Tools** | |
116
132
  | `plugins_list_plugins` | - Unified view of installed + available plugins. |
117
133
  | `plugins_list_marketplaces` | plugins marketplaces |
134
+ | `plugins_marketplace_action` | plugins marketplaces action |
118
135
  | `plugins_refresh_all` | all |
119
136
  | `plugins_refresh_status` | status |
120
137
  | `plugins_list_ops_handler` | List all queued/running/completed ops. |
@@ -135,9 +152,23 @@ Generate a standup-style work summary from recent Claude Code sessions.
135
152
  | `reports_get_preview` | Aggregate preview stats for a date range. |
136
153
  | `reports_get_report` | Get a single report. |
137
154
  | `reports_delete_report` | Delete a report. |
138
- | **Search Tools** | |
139
- | `search_handler` | Full-text search across sessions. |
155
+ | **Sessions Tools** | |
156
+ | `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
157
+ | `sessions_list_branches` | Get distinct list of branch names across all sessions. |
158
+ | `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
159
+ | `sessions_session_activity` | Activity histogram for sparkline chart. |
160
+ | `sessions_session_activity_rich` | Full server-side activity aggregation. |
161
+ | `sessions_bulk_archive_handler` | sessions archive |
162
+ | `sessions_bulk_unarchive_handler` | sessions unarchive |
163
+ | `sessions_archive_session_handler` | sessions {id} archive |
164
+ | `sessions_get_file_history` | List all file changes for a session. |
165
+ | `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
166
+ | `sessions_get_session_hook_events` | Fetch hook events for a session. |
167
+ | `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
168
+ | `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
169
+ | `sessions_unarchive_session_handler` | sessions {id} unarchive |
140
170
  | **Settings Tools** | |
171
+ | `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
141
172
  | `settings_get_settings` | Read current app settings. |
142
173
  | `settings_update_settings` | Update app settings (partial). |
143
174
  | `settings_update_git_sync_interval` | Update the git sync interval. |
@@ -145,6 +176,11 @@ Generate a standup-style work summary from recent Claude Code sessions.
145
176
  | `share_create_share` | sessions {session_id} share |
146
177
  | `share_revoke_share` | sessions {session_id} share |
147
178
  | `share_list_shares` | shares |
179
+ | **Stats Tools** | |
180
+ | `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
181
+ | `stats_overview` | Aggregate usage statistics. |
182
+ | `stats_storage_stats` | Storage statistics for the settings page. |
183
+ | `stats_get_trends` | Get week-over-week trend metrics. |
148
184
  | **Sync Tools** | |
149
185
  | `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
150
186
  | `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
@@ -159,11 +195,20 @@ Generate a standup-style work summary from recent Claude Code sessions.
159
195
  | **Teams Tools** | |
160
196
  | `teams_list_teams` | List all teams. |
161
197
  | `teams_get_team` | Get team detail. |
198
+ | `teams_get_team_cost` | Get team cost breakdown. |
162
199
  | `teams_get_team_inbox` | Get team inbox messages. |
200
+ | `teams_get_team_sidechains` | Get team member sidechains. |
163
201
  | **Telemetry Tools** | |
164
202
  | `telemetry_set_consent` | Set telemetry consent preference. |
165
203
  | **Turns Tools** | |
166
204
  | `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
205
+ | **Webhooks Tools** | |
206
+ | `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
207
+ | `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
208
+ | `webhooks_get_webhook` | get a single webhook by ID. |
209
+ | `webhooks_update_webhook` | update an existing webhook (partial update). |
210
+ | `webhooks_delete_webhook` | remove a webhook from config and secrets. |
211
+ | `webhooks_test_send` | send a synthetic test payload. |
167
212
  | **Workflows Tools** | |
168
213
  | `workflows_list_workflows` | workflows |
169
214
  | `workflows_create_workflow` | workflows |
@@ -0,0 +1,208 @@
1
+ ---
2
+ name: system-monitor
3
+ description: "Use when the user asks about system resources, CPU, memory, disk, or process monitoring — e.g. 'check system', 'how's the machine', 'resource usage', 'is my machine slow', 'why is everything lagging', 'how much RAM', 'system health'"
4
+ allowed-tools:
5
+ - mcp__claude-view__monitor_snapshot
6
+ - mcp__claude-view__system_get_system_status
7
+ ---
8
+
9
+ You have access to the claude-view MCP server which provides tools for monitoring, analyzing, and managing Claude Code sessions. The claude-view server must be running on localhost (it auto-starts via the plugin hook).
10
+
11
+ **Important:** All tool names are prefixed with `mcp__claude-view__`. When calling a tool, always use the full prefixed name.
12
+
13
+ **Error handling:** If a tool returns an error about the server not being detected, tell the user to start it with `npx claude-view`.
14
+
15
+ # System Monitor
16
+
17
+ Show the system's current resource usage and Claude Code process health.
18
+
19
+ ## Steps
20
+
21
+ 1. **Get system snapshot.** Call `mcp__claude-view__monitor_snapshot` to get current CPU, memory, disk, and process data.
22
+
23
+ 2. **Get system status.** Call `mcp__claude-view__system_get_system_status` to get server health and indexing state.
24
+
25
+ 3. **Present the report:**
26
+
27
+ ## System Health
28
+
29
+ **CPU:** X% | **Memory:** X.X GB / Y GB (Z%) | **Disk:** X% used
30
+ **Claude processes:** N active
31
+
32
+ ### Status
33
+ - Server: healthy, uptime Xh
34
+ - Index: X sessions indexed, last sync Xm ago
35
+
36
+ ### Alerts
37
+ - [any metric above 80% gets flagged here]
38
+
39
+ 4. **If no alerts**, say "All systems normal."
40
+
41
+ 5. **If monitor_snapshot returns empty or zeroed data**, say "System monitor is still collecting initial data. Try again in a few seconds."
42
+
43
+ ## Available Tools
44
+
45
+ | Tool | Description |
46
+ |------|-------------|
47
+ | **Session Tools** | |
48
+ | `list_sessions` | List sessions with filters |
49
+ | `get_session` | Get session details |
50
+ | `search_sessions` | Full-text search across sessions |
51
+ | **Stats Tools** | |
52
+ | `get_stats` | Dashboard statistics |
53
+ | `get_fluency_score` | AI Fluency Score (0-100) |
54
+ | `get_token_stats` | Token usage statistics |
55
+ | **Live Tools** | |
56
+ | `list_live_sessions` | Currently running sessions |
57
+ | `get_live_summary` | Aggregate live session summary |
58
+ | **Classify Tools** | |
59
+ | `classify_start_classification` | Trigger a classification job. |
60
+ | `classify_cancel_classification` | Cancel a running classification job. |
61
+ | `classify_single_session` | Classify a single session synchronously. |
62
+ | `classify_get_classification_status` | Get classification status. |
63
+ | **Cli Tools** | |
64
+ | `cli_create_session` | - Create a new tmux-backed CLI session. |
65
+ | **Coaching Tools** | |
66
+ | `coaching_list_rules` | - List all coaching rules from the rules directory. |
67
+ | `coaching_apply_rule` | - Create a new coaching rule file. |
68
+ | `coaching_remove_rule` | - Remove a coaching rule file. |
69
+ | **Contributions Tools** | |
70
+ | `contributions_get_contributions` | Main contributions page data. |
71
+ | `contributions_get_branch_sessions` | Sessions for a branch. |
72
+ | `contributions_get_session_contribution` | Session contribution detail. |
73
+ | **Crate::routes::interact::handlers Tools** | |
74
+ | `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
75
+ | `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
76
+ | **Export Tools** | |
77
+ | `export_sessions` | Export all sessions. |
78
+ | **Facets Tools** | |
79
+ | `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
80
+ | `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
81
+ | `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
82
+ | `facets_facet_stats` | Aggregate statistics across all session facets. |
83
+ | **Health Tools** | |
84
+ | `health_config` | config |
85
+ | `health_check` | Health check endpoint. |
86
+ | `health_get_status` | Get index metadata and data freshness info. |
87
+ | **Ide Tools** | |
88
+ | `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
89
+ | `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
90
+ | **Insights Tools** | |
91
+ | `insights_get_insights` | Compute and return behavioral insights. |
92
+ | `insights_get_benchmarks` | Compute personal progress benchmarks. |
93
+ | `insights_get_categories` | Returns hierarchical category data. |
94
+ | `insights_get_insights_trends` | Get time-series trend data for charts. |
95
+ | `insights_list_invocables` | List all invocables with their usage counts. |
96
+ | **Jobs Tools** | |
97
+ | `jobs_list_jobs` | List all active jobs. |
98
+ | **Live Tools** | |
99
+ | `live_get_pricing` | - Return the model pricing table. |
100
+ | `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
101
+ | `live_get_live_session` | - Get a single live session by ID. |
102
+ | `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
103
+ | `live_get_live_session_messages` | - Get the most recent messages for a live session. |
104
+ | **Mcp Tools** | |
105
+ | `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
106
+ | **Memory Tools** | |
107
+ | `memory_get_all_memories` | returns all memory entries grouped by scope. |
108
+ | `memory_get_memory_file` | read a single memory file. |
109
+ | `memory_get_project_memories` | returns memories for a specific project. |
110
+ | **Monitor Tools** | |
111
+ | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
112
+ | **Oauth Tools** | |
113
+ | `oauth_get_auth_identity` | oauth identity |
114
+ | `oauth_get_oauth_usage` | oauth usage |
115
+ | `oauth_post_oauth_usage_refresh` | oauth usage refresh |
116
+ | **Pairing Tools** | |
117
+ | `pairing_list_devices` | GET /pairing/devices — List paired devices. |
118
+ | `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
119
+ | `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
120
+ | **Plans Tools** | |
121
+ | `plans_get_session_plans` | - returns plan documents for the session's slug. |
122
+ | **Plugins Tools** | |
123
+ | `plugins_list_plugins` | - Unified view of installed + available plugins. |
124
+ | `plugins_list_marketplaces` | plugins marketplaces |
125
+ | `plugins_marketplace_action` | plugins marketplaces action |
126
+ | `plugins_refresh_all` | all |
127
+ | `plugins_refresh_status` | status |
128
+ | `plugins_list_ops_handler` | List all queued/running/completed ops. |
129
+ | `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
130
+ | **Processes Tools** | |
131
+ | `processes_cleanup_processes` | processes cleanup |
132
+ | `processes_kill_process` | processes {pid} kill |
133
+ | **Projects Tools** | |
134
+ | `projects_list_projects` | List all projects as lightweight summaries. |
135
+ | `projects_list_project_branches` | List distinct branches with session counts. |
136
+ | `projects_list_project_sessions` | Paginated sessions for a project. |
137
+ | **Prompts Tools** | |
138
+ | `prompts_list_prompts` | List prompt history with optional search/filter. |
139
+ | `prompts_get_prompt_stats` | Aggregate prompt statistics. |
140
+ | `prompts_get_prompt_templates` | Detected prompt templates. |
141
+ | **Reports Tools** | |
142
+ | `reports_list_reports` | List all saved reports. |
143
+ | `reports_get_preview` | Aggregate preview stats for a date range. |
144
+ | `reports_get_report` | Get a single report. |
145
+ | `reports_delete_report` | Delete a report. |
146
+ | **Sessions Tools** | |
147
+ | `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
148
+ | `sessions_list_branches` | Get distinct list of branch names across all sessions. |
149
+ | `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
150
+ | `sessions_session_activity` | Activity histogram for sparkline chart. |
151
+ | `sessions_session_activity_rich` | Full server-side activity aggregation. |
152
+ | `sessions_bulk_archive_handler` | sessions archive |
153
+ | `sessions_bulk_unarchive_handler` | sessions unarchive |
154
+ | `sessions_archive_session_handler` | sessions {id} archive |
155
+ | `sessions_get_file_history` | List all file changes for a session. |
156
+ | `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
157
+ | `sessions_get_session_hook_events` | Fetch hook events for a session. |
158
+ | `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
159
+ | `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
160
+ | `sessions_unarchive_session_handler` | sessions {id} unarchive |
161
+ | **Settings Tools** | |
162
+ | `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
163
+ | `settings_get_settings` | Read current app settings. |
164
+ | `settings_update_settings` | Update app settings (partial). |
165
+ | `settings_update_git_sync_interval` | Update the git sync interval. |
166
+ | **Share Tools** | |
167
+ | `share_create_share` | sessions {session_id} share |
168
+ | `share_revoke_share` | sessions {session_id} share |
169
+ | `share_list_shares` | shares |
170
+ | **Stats Tools** | |
171
+ | `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
172
+ | `stats_overview` | Aggregate usage statistics. |
173
+ | `stats_storage_stats` | Storage statistics for the settings page. |
174
+ | `stats_get_trends` | Get week-over-week trend metrics. |
175
+ | **Sync Tools** | |
176
+ | `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
177
+ | `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
178
+ | `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
179
+ | **System Tools** | |
180
+ | `system_check_path` | Check whether a filesystem path still exists. |
181
+ | `system_get_system_status` | Get comprehensive system status. |
182
+ | `system_clear_cache` | Clear search index and cached data. |
183
+ | `system_trigger_git_resync` | Trigger full git re-sync. |
184
+ | `system_trigger_reindex` | Trigger a full re-index. |
185
+ | `system_reset_all` | Factory reset all data. |
186
+ | **Teams Tools** | |
187
+ | `teams_list_teams` | List all teams. |
188
+ | `teams_get_team` | Get team detail. |
189
+ | `teams_get_team_cost` | Get team cost breakdown. |
190
+ | `teams_get_team_inbox` | Get team inbox messages. |
191
+ | `teams_get_team_sidechains` | Get team member sidechains. |
192
+ | **Telemetry Tools** | |
193
+ | `telemetry_set_consent` | Set telemetry consent preference. |
194
+ | **Turns Tools** | |
195
+ | `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
196
+ | **Webhooks Tools** | |
197
+ | `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
198
+ | `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
199
+ | `webhooks_get_webhook` | get a single webhook by ID. |
200
+ | `webhooks_update_webhook` | update an existing webhook (partial update). |
201
+ | `webhooks_delete_webhook` | remove a webhook from config and secrets. |
202
+ | `webhooks_test_send` | send a synthetic test payload. |
203
+ | **Workflows Tools** | |
204
+ | `workflows_list_workflows` | workflows |
205
+ | `workflows_create_workflow` | workflows |
206
+ | `workflows_control_run` | workflows run {run_id} control |
207
+ | `workflows_get_workflow` | workflows {id} |
208
+ | `workflows_delete_workflow` | workflows {id} |
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: system-monitor
3
+ description: "Use when the user asks about system resources, CPU, memory, disk, or process monitoring — e.g. 'check system', 'how's the machine', 'resource usage', 'is my machine slow', 'why is everything lagging', 'how much RAM', 'system health'"
4
+ allowed-tools:
5
+ - mcp__claude-view__monitor_snapshot
6
+ - mcp__claude-view__system_get_system_status
7
+ ---
8
+
9
+ {{PREAMBLE}}
10
+
11
+ # System Monitor
12
+
13
+ Show the system's current resource usage and Claude Code process health.
14
+
15
+ ## Steps
16
+
17
+ 1. **Get system snapshot.** Call `mcp__claude-view__monitor_snapshot` to get current CPU, memory, disk, and process data.
18
+
19
+ 2. **Get system status.** Call `mcp__claude-view__system_get_system_status` to get server health and indexing state.
20
+
21
+ 3. **Present the report:**
22
+
23
+ ## System Health
24
+
25
+ **CPU:** X% | **Memory:** X.X GB / Y GB (Z%) | **Disk:** X% used
26
+ **Claude processes:** N active
27
+
28
+ ### Status
29
+ - Server: healthy, uptime Xh
30
+ - Index: X sessions indexed, last sync Xm ago
31
+
32
+ ### Alerts
33
+ - [any metric above 80% gets flagged here]
34
+
35
+ 4. **If no alerts**, say "All systems normal."
36
+
37
+ 5. **If monitor_snapshot returns empty or zeroed data**, say "System monitor is still collecting initial data. Try again in a few seconds."
38
+
39
+ {{AVAILABLE_TOOLS}}
@@ -70,6 +70,8 @@ Show team activity, members, and currently active sessions.
70
70
  | `classify_cancel_classification` | Cancel a running classification job. |
71
71
  | `classify_single_session` | Classify a single session synchronously. |
72
72
  | `classify_get_classification_status` | Get classification status. |
73
+ | **Cli Tools** | |
74
+ | `cli_create_session` | - Create a new tmux-backed CLI session. |
73
75
  | **Coaching Tools** | |
74
76
  | `coaching_list_rules` | - List all coaching rules from the rules directory. |
75
77
  | `coaching_apply_rule` | - Create a new coaching rule file. |
@@ -78,6 +80,9 @@ Show team activity, members, and currently active sessions.
78
80
  | `contributions_get_contributions` | Main contributions page data. |
79
81
  | `contributions_get_branch_sessions` | Sessions for a branch. |
80
82
  | `contributions_get_session_contribution` | Session contribution detail. |
83
+ | **Crate::routes::interact::handlers Tools** | |
84
+ | `crate_routes_interact_handlers_interact_handler` | Resolve a pending interaction (permission, question, plan, elicitation). |
85
+ | `crate_routes_interact_handlers_get_interaction_handler` | Fetch the full interaction data for a session's pending interaction. |
81
86
  | **Export Tools** | |
82
87
  | `export_sessions` | Export all sessions. |
83
88
  | **Facets Tools** | |
@@ -98,9 +103,20 @@ Show team activity, members, and currently active sessions.
98
103
  | `insights_get_categories` | Returns hierarchical category data. |
99
104
  | `insights_get_insights_trends` | Get time-series trend data for charts. |
100
105
  | `insights_list_invocables` | List all invocables with their usage counts. |
101
- | `insights_get_fluency_score` | Get the current AI Fluency Score. |
102
106
  | **Jobs Tools** | |
103
107
  | `jobs_list_jobs` | List all active jobs. |
108
+ | **Live Tools** | |
109
+ | `live_get_pricing` | - Return the model pricing table. |
110
+ | `live_dismiss_all_closed` | - Dismiss all recently closed (in-memory only). |
111
+ | `live_get_live_session` | - Get a single live session by ID. |
112
+ | `live_dismiss_session` | - Dismiss from recently closed (in-memory only). |
113
+ | `live_get_live_session_messages` | - Get the most recent messages for a live session. |
114
+ | **Mcp Tools** | |
115
+ | `mcp_get_mcp_servers` | returns all deduplicated MCP server configurations. |
116
+ | **Memory Tools** | |
117
+ | `memory_get_all_memories` | returns all memory entries grouped by scope. |
118
+ | `memory_get_memory_file` | read a single memory file. |
119
+ | `memory_get_project_memories` | returns memories for a specific project. |
104
120
  | **Monitor Tools** | |
105
121
  | `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
106
122
  | **Oauth Tools** | |
@@ -116,6 +132,7 @@ Show team activity, members, and currently active sessions.
116
132
  | **Plugins Tools** | |
117
133
  | `plugins_list_plugins` | - Unified view of installed + available plugins. |
118
134
  | `plugins_list_marketplaces` | plugins marketplaces |
135
+ | `plugins_marketplace_action` | plugins marketplaces action |
119
136
  | `plugins_refresh_all` | all |
120
137
  | `plugins_refresh_status` | status |
121
138
  | `plugins_list_ops_handler` | List all queued/running/completed ops. |
@@ -136,9 +153,23 @@ Show team activity, members, and currently active sessions.
136
153
  | `reports_get_preview` | Aggregate preview stats for a date range. |
137
154
  | `reports_get_report` | Get a single report. |
138
155
  | `reports_delete_report` | Delete a report. |
139
- | **Search Tools** | |
140
- | `search_handler` | Full-text search across sessions. |
156
+ | **Sessions Tools** | |
157
+ | `sessions_get_active_sessions` | returns all active session files from ~/.claude/sessions/. |
158
+ | `sessions_list_branches` | Get distinct list of branch names across all sessions. |
159
+ | `sessions_estimate_cost` | cost estimation (Rust-only, no sidecar). |
160
+ | `sessions_session_activity` | Activity histogram for sparkline chart. |
161
+ | `sessions_session_activity_rich` | Full server-side activity aggregation. |
162
+ | `sessions_bulk_archive_handler` | sessions archive |
163
+ | `sessions_bulk_unarchive_handler` | sessions unarchive |
164
+ | `sessions_archive_session_handler` | sessions {id} archive |
165
+ | `sessions_get_file_history` | List all file changes for a session. |
166
+ | `sessions_get_file_diff` | history/:file_hash/diff?from=N&to=M |
167
+ | `sessions_get_session_hook_events` | Fetch hook events for a session. |
168
+ | `sessions_get_session_messages_by_id` | Get paginated messages by session ID. |
169
+ | `sessions_get_subagent_messages` | Paginated blocks for a sub-agent. |
170
+ | `sessions_unarchive_session_handler` | sessions {id} unarchive |
141
171
  | **Settings Tools** | |
172
+ | `settings_get_claude_code_settings` | returns merged, redacted Claude Code settings. |
142
173
  | `settings_get_settings` | Read current app settings. |
143
174
  | `settings_update_settings` | Update app settings (partial). |
144
175
  | `settings_update_git_sync_interval` | Update the git sync interval. |
@@ -146,6 +177,11 @@ Show team activity, members, and currently active sessions.
146
177
  | `share_create_share` | sessions {session_id} share |
147
178
  | `share_revoke_share` | sessions {session_id} share |
148
179
  | `share_list_shares` | shares |
180
+ | **Stats Tools** | |
181
+ | `stats_ai_generation_stats` | AI generation statistics with time range filtering. |
182
+ | `stats_overview` | Aggregate usage statistics. |
183
+ | `stats_storage_stats` | Storage statistics for the settings page. |
184
+ | `stats_get_trends` | Get week-over-week trend metrics. |
149
185
  | **Sync Tools** | |
150
186
  | `sync_indexing_status` | - lightweight JSON snapshot of indexing progress. |
151
187
  | `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
@@ -160,11 +196,20 @@ Show team activity, members, and currently active sessions.
160
196
  | **Teams Tools** | |
161
197
  | `teams_list_teams` | List all teams. |
162
198
  | `teams_get_team` | Get team detail. |
199
+ | `teams_get_team_cost` | Get team cost breakdown. |
163
200
  | `teams_get_team_inbox` | Get team inbox messages. |
201
+ | `teams_get_team_sidechains` | Get team member sidechains. |
164
202
  | **Telemetry Tools** | |
165
203
  | `telemetry_set_consent` | Set telemetry consent preference. |
166
204
  | **Turns Tools** | |
167
205
  | `turns_get_session_turns` | - Per-turn breakdown for a historical session. |
206
+ | **Webhooks Tools** | |
207
+ | `webhooks_list_webhooks` | list all webhooks (secrets excluded). |
208
+ | `webhooks_create_webhook` | create a new webhook (returns signing secret once). |
209
+ | `webhooks_get_webhook` | get a single webhook by ID. |
210
+ | `webhooks_update_webhook` | update an existing webhook (partial update). |
211
+ | `webhooks_delete_webhook` | remove a webhook from config and secrets. |
212
+ | `webhooks_test_send` | send a synthetic test payload. |
168
213
  | **Workflows Tools** | |
169
214
  | `workflows_list_workflows` | workflows |
170
215
  | `workflows_create_workflow` | workflows |