@claude-view/plugin 0.27.0 → 0.29.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.
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +65 -14
- package/dist/client.d.ts +5 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +30 -0
- package/dist/client.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +10 -2
- package/dist/server.js.map +1 -1
- package/dist/tools/generated/classify.d.ts +3 -0
- package/dist/tools/generated/classify.d.ts.map +1 -0
- package/dist/tools/generated/classify.js +48 -0
- package/dist/tools/generated/classify.js.map +1 -0
- package/dist/tools/generated/coaching.d.ts +3 -0
- package/dist/tools/generated/coaching.d.ts.map +1 -0
- package/dist/tools/generated/coaching.js +45 -0
- package/dist/tools/generated/coaching.js.map +1 -0
- package/dist/tools/generated/contributions.d.ts +3 -0
- package/dist/tools/generated/contributions.d.ts.map +1 -0
- package/dist/tools/generated/contributions.js +56 -0
- package/dist/tools/generated/contributions.js.map +1 -0
- package/dist/tools/generated/export.d.ts +3 -0
- package/dist/tools/generated/export.d.ts.map +1 -0
- package/dist/tools/generated/export.js +18 -0
- package/dist/tools/generated/export.js.map +1 -0
- package/dist/tools/generated/facets.d.ts +3 -0
- package/dist/tools/generated/facets.d.ts.map +1 -0
- package/dist/tools/generated/facets.js +48 -0
- package/dist/tools/generated/facets.js.map +1 -0
- package/dist/tools/generated/health.d.ts +3 -0
- package/dist/tools/generated/health.d.ts.map +1 -0
- package/dist/tools/generated/health.js +36 -0
- package/dist/tools/generated/health.js.map +1 -0
- package/dist/tools/generated/ide.d.ts +3 -0
- package/dist/tools/generated/ide.d.ts.map +1 -0
- package/dist/tools/generated/ide.js +30 -0
- package/dist/tools/generated/ide.js.map +1 -0
- package/dist/tools/generated/index.d.ts +3 -0
- package/dist/tools/generated/index.d.ts.map +1 -0
- package/dist/tools/generated/index.js +57 -0
- package/dist/tools/generated/index.js.map +1 -0
- package/dist/tools/generated/insights.d.ts +3 -0
- package/dist/tools/generated/insights.d.ts.map +1 -0
- package/dist/tools/generated/insights.js +73 -0
- package/dist/tools/generated/insights.js.map +1 -0
- package/dist/tools/generated/jobs.d.ts +3 -0
- package/dist/tools/generated/jobs.d.ts.map +1 -0
- package/dist/tools/generated/jobs.js +16 -0
- package/dist/tools/generated/jobs.js.map +1 -0
- package/dist/tools/generated/monitor.d.ts +3 -0
- package/dist/tools/generated/monitor.d.ts.map +1 -0
- package/dist/tools/generated/monitor.js +16 -0
- package/dist/tools/generated/monitor.js.map +1 -0
- package/dist/tools/generated/oauth.d.ts +3 -0
- package/dist/tools/generated/oauth.d.ts.map +1 -0
- package/dist/tools/generated/oauth.js +36 -0
- package/dist/tools/generated/oauth.js.map +1 -0
- package/dist/tools/generated/pairing.d.ts +3 -0
- package/dist/tools/generated/pairing.d.ts.map +1 -0
- package/dist/tools/generated/pairing.js +38 -0
- package/dist/tools/generated/pairing.js.map +1 -0
- package/dist/tools/generated/plans.d.ts +3 -0
- package/dist/tools/generated/plans.d.ts.map +1 -0
- package/dist/tools/generated/plans.js +18 -0
- package/dist/tools/generated/plans.js.map +1 -0
- package/dist/tools/generated/plugins.d.ts +3 -0
- package/dist/tools/generated/plugins.d.ts.map +1 -0
- package/dist/tools/generated/plugins.js +73 -0
- package/dist/tools/generated/plugins.js.map +1 -0
- package/dist/tools/generated/processes.d.ts +3 -0
- package/dist/tools/generated/processes.d.ts.map +1 -0
- package/dist/tools/generated/processes.js +32 -0
- package/dist/tools/generated/processes.js.map +1 -0
- package/dist/tools/generated/projects.d.ts +3 -0
- package/dist/tools/generated/projects.d.ts.map +1 -0
- package/dist/tools/generated/projects.js +45 -0
- package/dist/tools/generated/projects.js.map +1 -0
- package/dist/tools/generated/prompts.d.ts +3 -0
- package/dist/tools/generated/prompts.d.ts.map +1 -0
- package/dist/tools/generated/prompts.js +48 -0
- package/dist/tools/generated/prompts.js.map +1 -0
- package/dist/tools/generated/reports.d.ts +3 -0
- package/dist/tools/generated/reports.d.ts.map +1 -0
- package/dist/tools/generated/reports.js +53 -0
- package/dist/tools/generated/reports.js.map +1 -0
- package/dist/tools/generated/settings.d.ts +3 -0
- package/dist/tools/generated/settings.d.ts.map +1 -0
- package/dist/tools/generated/settings.js +41 -0
- package/dist/tools/generated/settings.js.map +1 -0
- package/dist/tools/generated/share.d.ts +3 -0
- package/dist/tools/generated/share.d.ts.map +1 -0
- package/dist/tools/generated/share.js +40 -0
- package/dist/tools/generated/share.js.map +1 -0
- package/dist/tools/generated/sync.d.ts +3 -0
- package/dist/tools/generated/sync.d.ts.map +1 -0
- package/dist/tools/generated/sync.js +36 -0
- package/dist/tools/generated/sync.js.map +1 -0
- package/dist/tools/generated/system.d.ts +3 -0
- package/dist/tools/generated/system.d.ts.map +1 -0
- package/dist/tools/generated/system.js +68 -0
- package/dist/tools/generated/system.js.map +1 -0
- package/dist/tools/generated/teams.d.ts +3 -0
- package/dist/tools/generated/teams.d.ts.map +1 -0
- package/dist/tools/generated/teams.js +40 -0
- package/dist/tools/generated/teams.js.map +1 -0
- package/dist/tools/generated/telemetry.d.ts +3 -0
- package/dist/tools/generated/telemetry.d.ts.map +1 -0
- package/dist/tools/generated/telemetry.js +18 -0
- package/dist/tools/generated/telemetry.js.map +1 -0
- package/dist/tools/generated/turns.d.ts +3 -0
- package/dist/tools/generated/turns.d.ts.map +1 -0
- package/dist/tools/generated/turns.js +18 -0
- package/dist/tools/generated/turns.js.map +1 -0
- package/dist/tools/generated/workflows.d.ts +3 -0
- package/dist/tools/generated/workflows.d.ts.map +1 -0
- package/dist/tools/generated/workflows.js +64 -0
- package/dist/tools/generated/workflows.js.map +1 -0
- package/dist/tools/live.d.ts +1 -10
- package/dist/tools/live.d.ts.map +1 -1
- package/dist/tools/live.js.map +1 -1
- package/dist/tools/sessions.d.ts +1 -10
- package/dist/tools/sessions.d.ts.map +1 -1
- package/dist/tools/sessions.js.map +1 -1
- package/dist/tools/stats.d.ts +1 -10
- package/dist/tools/stats.d.ts.map +1 -1
- package/dist/tools/stats.js.map +1 -1
- package/dist/tools/types.d.ts +10 -0
- package/dist/tools/types.d.ts.map +1 -0
- package/dist/tools/types.js +2 -0
- package/dist/tools/types.js.map +1 -0
- package/package.json +19 -7
- package/skills/coaching/SKILL.md +176 -0
- package/skills/coaching/SKILL.md.tmpl +52 -0
- package/skills/daily-cost/SKILL.md +132 -0
- package/skills/daily-cost/SKILL.md.tmpl +45 -0
- package/skills/export-data/SKILL.md +169 -0
- package/skills/export-data/SKILL.md.tmpl +45 -0
- package/skills/insights/SKILL.md +174 -0
- package/skills/insights/SKILL.md.tmpl +50 -0
- package/skills/project-overview/SKILL.md +181 -0
- package/skills/project-overview/SKILL.md.tmpl +57 -0
- package/skills/search/SKILL.md +167 -0
- package/skills/search/SKILL.md.tmpl +43 -0
- package/skills/session-recap/SKILL.md +131 -0
- package/skills/session-recap/SKILL.md.tmpl +42 -0
- package/skills/standup/SKILL.md +132 -0
- package/skills/standup/SKILL.md.tmpl +48 -0
- package/skills/team-status/SKILL.md +173 -0
- package/skills/team-status/SKILL.md.tmpl +49 -0
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: export-data
|
|
3
|
+
description: "Use when the user wants to export session data — e.g. 'export my sessions', 'download data', 'export to CSV', 'get my data'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__export_sessions
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
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).
|
|
9
|
+
|
|
10
|
+
**Important:** All tool names are prefixed with `mcp__claude-view__`. When calling a tool, always use the full prefixed name.
|
|
11
|
+
|
|
12
|
+
**Error handling:** If a tool returns an error about the server not being detected, tell the user to start it with `npx claude-view`.
|
|
13
|
+
|
|
14
|
+
# Export Session Data
|
|
15
|
+
|
|
16
|
+
Export the user's Claude Code session data for external analysis or backup.
|
|
17
|
+
|
|
18
|
+
## Steps
|
|
19
|
+
|
|
20
|
+
1. **Clarify scope.** Ask the user what they want to export if not specified:
|
|
21
|
+
- All sessions (default)
|
|
22
|
+
- A specific date range (use `from`/`to` parameters)
|
|
23
|
+
- A specific project (filter by project name)
|
|
24
|
+
|
|
25
|
+
2. **Export sessions.** Call `mcp__claude-view__export_sessions` with the appropriate filters.
|
|
26
|
+
|
|
27
|
+
3. **Present the export summary:**
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
## Data Export
|
|
31
|
+
|
|
32
|
+
**Sessions exported:** N
|
|
33
|
+
**Date range:** [from] to [to]
|
|
34
|
+
**Format:** JSON
|
|
35
|
+
|
|
36
|
+
### Summary
|
|
37
|
+
- Total sessions: N
|
|
38
|
+
- Projects covered: [list]
|
|
39
|
+
- Date range: [earliest] — [latest]
|
|
40
|
+
- Total cost: $X.XX
|
|
41
|
+
|
|
42
|
+
[Download link or file path if provided by the export tool]
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
4. **If the user wants CSV format**, note that the export tool returns JSON and suggest using `jq` or a spreadsheet import to convert.
|
|
46
|
+
|
|
47
|
+
5. **If the export is empty**, suggest checking the date range or confirming that the claude-view server has indexed sessions.
|
|
48
|
+
|
|
49
|
+
## Available Tools
|
|
50
|
+
|
|
51
|
+
| Tool | Description |
|
|
52
|
+
|------|-------------|
|
|
53
|
+
| **Session Tools** | |
|
|
54
|
+
| `list_sessions` | List sessions with filters |
|
|
55
|
+
| `get_session` | Get session details |
|
|
56
|
+
| `search_sessions` | Full-text search across sessions |
|
|
57
|
+
| **Stats Tools** | |
|
|
58
|
+
| `get_stats` | Dashboard statistics |
|
|
59
|
+
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
60
|
+
| `get_token_stats` | Token usage statistics |
|
|
61
|
+
| **Live Tools** | |
|
|
62
|
+
| `list_live_sessions` | Currently running sessions |
|
|
63
|
+
| `get_live_summary` | Aggregate live session summary |
|
|
64
|
+
| **Classify Tools** | |
|
|
65
|
+
| `classify_start_classification` | Trigger a classification job. |
|
|
66
|
+
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
67
|
+
| `classify_single_session` | Classify a single session synchronously. |
|
|
68
|
+
| `classify_get_classification_status` | Get classification status. |
|
|
69
|
+
| **Coaching Tools** | |
|
|
70
|
+
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
71
|
+
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
72
|
+
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
73
|
+
| **Contributions Tools** | |
|
|
74
|
+
| `contributions_get_contributions` | Main contributions page data. |
|
|
75
|
+
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
76
|
+
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
77
|
+
| **Export Tools** | |
|
|
78
|
+
| `export_sessions` | Export all sessions. |
|
|
79
|
+
| **Facets Tools** | |
|
|
80
|
+
| `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
|
|
81
|
+
| `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
|
|
82
|
+
| `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
|
|
83
|
+
| `facets_facet_stats` | Aggregate statistics across all session facets. |
|
|
84
|
+
| **Health Tools** | |
|
|
85
|
+
| `health_config` | config |
|
|
86
|
+
| `health_check` | Health check endpoint. |
|
|
87
|
+
| `health_get_status` | Get index metadata and data freshness info. |
|
|
88
|
+
| **Ide Tools** | |
|
|
89
|
+
| `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
|
|
90
|
+
| `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
|
|
91
|
+
| **Insights Tools** | |
|
|
92
|
+
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
93
|
+
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
94
|
+
| `insights_get_categories` | Returns hierarchical category data. |
|
|
95
|
+
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
96
|
+
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
97
|
+
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
98
|
+
| **Jobs Tools** | |
|
|
99
|
+
| `jobs_list_jobs` | List all active jobs. |
|
|
100
|
+
| **Monitor Tools** | |
|
|
101
|
+
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
102
|
+
| **Oauth Tools** | |
|
|
103
|
+
| `oauth_get_auth_identity` | oauth identity |
|
|
104
|
+
| `oauth_get_oauth_usage` | oauth usage |
|
|
105
|
+
| `oauth_post_oauth_usage_refresh` | oauth usage refresh |
|
|
106
|
+
| **Pairing Tools** | |
|
|
107
|
+
| `pairing_list_devices` | GET /pairing/devices — List paired devices. |
|
|
108
|
+
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
109
|
+
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
110
|
+
| **Plans Tools** | |
|
|
111
|
+
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
112
|
+
| **Plugins Tools** | |
|
|
113
|
+
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
114
|
+
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
115
|
+
| `plugins_refresh_all` | all |
|
|
116
|
+
| `plugins_refresh_status` | status |
|
|
117
|
+
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
118
|
+
| `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
|
|
119
|
+
| **Processes Tools** | |
|
|
120
|
+
| `processes_cleanup_processes` | processes cleanup |
|
|
121
|
+
| `processes_kill_process` | processes {pid} kill |
|
|
122
|
+
| **Projects Tools** | |
|
|
123
|
+
| `projects_list_projects` | List all projects as lightweight summaries. |
|
|
124
|
+
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
125
|
+
| `projects_list_project_sessions` | Paginated sessions for a project. |
|
|
126
|
+
| **Prompts Tools** | |
|
|
127
|
+
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
128
|
+
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
129
|
+
| `prompts_get_prompt_templates` | Detected prompt templates. |
|
|
130
|
+
| **Reports Tools** | |
|
|
131
|
+
| `reports_list_reports` | List all saved reports. |
|
|
132
|
+
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
133
|
+
| `reports_get_report` | Get a single report. |
|
|
134
|
+
| `reports_delete_report` | Delete a report. |
|
|
135
|
+
| **Search Tools** | |
|
|
136
|
+
| `search_handler` | Full-text search across sessions. |
|
|
137
|
+
| **Settings Tools** | |
|
|
138
|
+
| `settings_get_settings` | Read current app settings. |
|
|
139
|
+
| `settings_update_settings` | Update app settings (partial). |
|
|
140
|
+
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
141
|
+
| **Share Tools** | |
|
|
142
|
+
| `share_create_share` | sessions {session_id} share |
|
|
143
|
+
| `share_revoke_share` | sessions {session_id} share |
|
|
144
|
+
| `share_list_shares` | shares |
|
|
145
|
+
| **Sync Tools** | |
|
|
146
|
+
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
147
|
+
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
148
|
+
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
149
|
+
| **System Tools** | |
|
|
150
|
+
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
151
|
+
| `system_get_system_status` | Get comprehensive system status. |
|
|
152
|
+
| `system_clear_cache` | Clear search index and cached data. |
|
|
153
|
+
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
154
|
+
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
155
|
+
| `system_reset_all` | Factory reset all data. |
|
|
156
|
+
| **Teams Tools** | |
|
|
157
|
+
| `teams_list_teams` | List all teams. |
|
|
158
|
+
| `teams_get_team` | Get team detail. |
|
|
159
|
+
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
160
|
+
| **Telemetry Tools** | |
|
|
161
|
+
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
162
|
+
| **Turns Tools** | |
|
|
163
|
+
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
164
|
+
| **Workflows Tools** | |
|
|
165
|
+
| `workflows_list_workflows` | workflows |
|
|
166
|
+
| `workflows_create_workflow` | workflows |
|
|
167
|
+
| `workflows_control_run` | workflows run {run_id} control |
|
|
168
|
+
| `workflows_get_workflow` | workflows {id} |
|
|
169
|
+
| `workflows_delete_workflow` | workflows {id} |
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: export-data
|
|
3
|
+
description: "Use when the user wants to export session data — e.g. 'export my sessions', 'download data', 'export to CSV', 'get my data'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__export_sessions
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
{{PREAMBLE}}
|
|
9
|
+
|
|
10
|
+
# Export Session Data
|
|
11
|
+
|
|
12
|
+
Export the user's Claude Code session data for external analysis or backup.
|
|
13
|
+
|
|
14
|
+
## Steps
|
|
15
|
+
|
|
16
|
+
1. **Clarify scope.** Ask the user what they want to export if not specified:
|
|
17
|
+
- All sessions (default)
|
|
18
|
+
- A specific date range (use `from`/`to` parameters)
|
|
19
|
+
- A specific project (filter by project name)
|
|
20
|
+
|
|
21
|
+
2. **Export sessions.** Call `mcp__claude-view__export_sessions` with the appropriate filters.
|
|
22
|
+
|
|
23
|
+
3. **Present the export summary:**
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
## Data Export
|
|
27
|
+
|
|
28
|
+
**Sessions exported:** N
|
|
29
|
+
**Date range:** [from] to [to]
|
|
30
|
+
**Format:** JSON
|
|
31
|
+
|
|
32
|
+
### Summary
|
|
33
|
+
- Total sessions: N
|
|
34
|
+
- Projects covered: [list]
|
|
35
|
+
- Date range: [earliest] — [latest]
|
|
36
|
+
- Total cost: $X.XX
|
|
37
|
+
|
|
38
|
+
[Download link or file path if provided by the export tool]
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
4. **If the user wants CSV format**, note that the export tool returns JSON and suggest using `jq` or a spreadsheet import to convert.
|
|
42
|
+
|
|
43
|
+
5. **If the export is empty**, suggest checking the date range or confirming that the claude-view server has indexed sessions.
|
|
44
|
+
|
|
45
|
+
{{AVAILABLE_TOOLS}}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: insights
|
|
3
|
+
description: "Use when the user asks about patterns, insights, or behavioral analysis — e.g. 'what patterns do you see', 'insights', 'how am I doing', 'behavioral analysis'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__insights_get_insights
|
|
6
|
+
- mcp__claude-view__insights_get_categories
|
|
7
|
+
- mcp__claude-view__insights_get_insights_trends
|
|
8
|
+
- mcp__claude-view__insights_get_benchmarks
|
|
9
|
+
- mcp__claude-view__classify_start_classification
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
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).
|
|
13
|
+
|
|
14
|
+
**Important:** All tool names are prefixed with `mcp__claude-view__`. When calling a tool, always use the full prefixed name.
|
|
15
|
+
|
|
16
|
+
**Error handling:** If a tool returns an error about the server not being detected, tell the user to start it with `npx claude-view`.
|
|
17
|
+
|
|
18
|
+
# Behavioral Insights
|
|
19
|
+
|
|
20
|
+
Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
21
|
+
|
|
22
|
+
## Steps
|
|
23
|
+
|
|
24
|
+
1. **Get behavioral insights.** Call `mcp__claude-view__insights_get_insights` to compute pattern analysis across sessions.
|
|
25
|
+
|
|
26
|
+
2. **Get insight categories.** Call `mcp__claude-view__insights_get_categories` to get the hierarchical category breakdown.
|
|
27
|
+
|
|
28
|
+
3. **Get trend data.** Call `mcp__claude-view__insights_get_insights_trends` to see how patterns change over time.
|
|
29
|
+
|
|
30
|
+
4. **Get benchmarks.** Call `mcp__claude-view__insights_get_benchmarks` to compare against personal progress baselines.
|
|
31
|
+
|
|
32
|
+
5. **Present findings** grouped by category:
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
## Behavioral Insights
|
|
36
|
+
|
|
37
|
+
### Patterns
|
|
38
|
+
- [insight description] — [frequency/impact]
|
|
39
|
+
(grouped by category from insights_get_categories)
|
|
40
|
+
|
|
41
|
+
### Trends
|
|
42
|
+
- [metric]: [direction] over [period] ([value] -> [value])
|
|
43
|
+
|
|
44
|
+
### Benchmarks
|
|
45
|
+
- [metric]: [current] vs [baseline] ([delta])
|
|
46
|
+
|
|
47
|
+
### Recommendations
|
|
48
|
+
- [actionable suggestion based on insights]
|
|
49
|
+
- [actionable suggestion based on trends]
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
6. **If no insights data is available**, suggest running more sessions or triggering a classification via `mcp__claude-view__classify_start_classification` to build the analysis dataset.
|
|
53
|
+
|
|
54
|
+
## Available Tools
|
|
55
|
+
|
|
56
|
+
| Tool | Description |
|
|
57
|
+
|------|-------------|
|
|
58
|
+
| **Session Tools** | |
|
|
59
|
+
| `list_sessions` | List sessions with filters |
|
|
60
|
+
| `get_session` | Get session details |
|
|
61
|
+
| `search_sessions` | Full-text search across sessions |
|
|
62
|
+
| **Stats Tools** | |
|
|
63
|
+
| `get_stats` | Dashboard statistics |
|
|
64
|
+
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
65
|
+
| `get_token_stats` | Token usage statistics |
|
|
66
|
+
| **Live Tools** | |
|
|
67
|
+
| `list_live_sessions` | Currently running sessions |
|
|
68
|
+
| `get_live_summary` | Aggregate live session summary |
|
|
69
|
+
| **Classify Tools** | |
|
|
70
|
+
| `classify_start_classification` | Trigger a classification job. |
|
|
71
|
+
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
72
|
+
| `classify_single_session` | Classify a single session synchronously. |
|
|
73
|
+
| `classify_get_classification_status` | Get classification status. |
|
|
74
|
+
| **Coaching Tools** | |
|
|
75
|
+
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
76
|
+
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
77
|
+
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
78
|
+
| **Contributions Tools** | |
|
|
79
|
+
| `contributions_get_contributions` | Main contributions page data. |
|
|
80
|
+
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
81
|
+
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
82
|
+
| **Export Tools** | |
|
|
83
|
+
| `export_sessions` | Export all sessions. |
|
|
84
|
+
| **Facets Tools** | |
|
|
85
|
+
| `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
|
|
86
|
+
| `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
|
|
87
|
+
| `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
|
|
88
|
+
| `facets_facet_stats` | Aggregate statistics across all session facets. |
|
|
89
|
+
| **Health Tools** | |
|
|
90
|
+
| `health_config` | config |
|
|
91
|
+
| `health_check` | Health check endpoint. |
|
|
92
|
+
| `health_get_status` | Get index metadata and data freshness info. |
|
|
93
|
+
| **Ide Tools** | |
|
|
94
|
+
| `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
|
|
95
|
+
| `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
|
|
96
|
+
| **Insights Tools** | |
|
|
97
|
+
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
98
|
+
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
99
|
+
| `insights_get_categories` | Returns hierarchical category data. |
|
|
100
|
+
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
101
|
+
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
102
|
+
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
103
|
+
| **Jobs Tools** | |
|
|
104
|
+
| `jobs_list_jobs` | List all active jobs. |
|
|
105
|
+
| **Monitor Tools** | |
|
|
106
|
+
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
107
|
+
| **Oauth Tools** | |
|
|
108
|
+
| `oauth_get_auth_identity` | oauth identity |
|
|
109
|
+
| `oauth_get_oauth_usage` | oauth usage |
|
|
110
|
+
| `oauth_post_oauth_usage_refresh` | oauth usage refresh |
|
|
111
|
+
| **Pairing Tools** | |
|
|
112
|
+
| `pairing_list_devices` | GET /pairing/devices — List paired devices. |
|
|
113
|
+
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
114
|
+
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
115
|
+
| **Plans Tools** | |
|
|
116
|
+
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
117
|
+
| **Plugins Tools** | |
|
|
118
|
+
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
119
|
+
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
120
|
+
| `plugins_refresh_all` | all |
|
|
121
|
+
| `plugins_refresh_status` | status |
|
|
122
|
+
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
123
|
+
| `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
|
|
124
|
+
| **Processes Tools** | |
|
|
125
|
+
| `processes_cleanup_processes` | processes cleanup |
|
|
126
|
+
| `processes_kill_process` | processes {pid} kill |
|
|
127
|
+
| **Projects Tools** | |
|
|
128
|
+
| `projects_list_projects` | List all projects as lightweight summaries. |
|
|
129
|
+
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
130
|
+
| `projects_list_project_sessions` | Paginated sessions for a project. |
|
|
131
|
+
| **Prompts Tools** | |
|
|
132
|
+
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
133
|
+
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
134
|
+
| `prompts_get_prompt_templates` | Detected prompt templates. |
|
|
135
|
+
| **Reports Tools** | |
|
|
136
|
+
| `reports_list_reports` | List all saved reports. |
|
|
137
|
+
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
138
|
+
| `reports_get_report` | Get a single report. |
|
|
139
|
+
| `reports_delete_report` | Delete a report. |
|
|
140
|
+
| **Search Tools** | |
|
|
141
|
+
| `search_handler` | Full-text search across sessions. |
|
|
142
|
+
| **Settings Tools** | |
|
|
143
|
+
| `settings_get_settings` | Read current app settings. |
|
|
144
|
+
| `settings_update_settings` | Update app settings (partial). |
|
|
145
|
+
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
146
|
+
| **Share Tools** | |
|
|
147
|
+
| `share_create_share` | sessions {session_id} share |
|
|
148
|
+
| `share_revoke_share` | sessions {session_id} share |
|
|
149
|
+
| `share_list_shares` | shares |
|
|
150
|
+
| **Sync Tools** | |
|
|
151
|
+
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
152
|
+
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
153
|
+
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
154
|
+
| **System Tools** | |
|
|
155
|
+
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
156
|
+
| `system_get_system_status` | Get comprehensive system status. |
|
|
157
|
+
| `system_clear_cache` | Clear search index and cached data. |
|
|
158
|
+
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
159
|
+
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
160
|
+
| `system_reset_all` | Factory reset all data. |
|
|
161
|
+
| **Teams Tools** | |
|
|
162
|
+
| `teams_list_teams` | List all teams. |
|
|
163
|
+
| `teams_get_team` | Get team detail. |
|
|
164
|
+
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
165
|
+
| **Telemetry Tools** | |
|
|
166
|
+
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
167
|
+
| **Turns Tools** | |
|
|
168
|
+
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
169
|
+
| **Workflows Tools** | |
|
|
170
|
+
| `workflows_list_workflows` | workflows |
|
|
171
|
+
| `workflows_create_workflow` | workflows |
|
|
172
|
+
| `workflows_control_run` | workflows run {run_id} control |
|
|
173
|
+
| `workflows_get_workflow` | workflows {id} |
|
|
174
|
+
| `workflows_delete_workflow` | workflows {id} |
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: insights
|
|
3
|
+
description: "Use when the user asks about patterns, insights, or behavioral analysis — e.g. 'what patterns do you see', 'insights', 'how am I doing', 'behavioral analysis'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__insights_get_insights
|
|
6
|
+
- mcp__claude-view__insights_get_categories
|
|
7
|
+
- mcp__claude-view__insights_get_insights_trends
|
|
8
|
+
- mcp__claude-view__insights_get_benchmarks
|
|
9
|
+
- mcp__claude-view__classify_start_classification
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
{{PREAMBLE}}
|
|
13
|
+
|
|
14
|
+
# Behavioral Insights
|
|
15
|
+
|
|
16
|
+
Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
17
|
+
|
|
18
|
+
## Steps
|
|
19
|
+
|
|
20
|
+
1. **Get behavioral insights.** Call `mcp__claude-view__insights_get_insights` to compute pattern analysis across sessions.
|
|
21
|
+
|
|
22
|
+
2. **Get insight categories.** Call `mcp__claude-view__insights_get_categories` to get the hierarchical category breakdown.
|
|
23
|
+
|
|
24
|
+
3. **Get trend data.** Call `mcp__claude-view__insights_get_insights_trends` to see how patterns change over time.
|
|
25
|
+
|
|
26
|
+
4. **Get benchmarks.** Call `mcp__claude-view__insights_get_benchmarks` to compare against personal progress baselines.
|
|
27
|
+
|
|
28
|
+
5. **Present findings** grouped by category:
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
## Behavioral Insights
|
|
32
|
+
|
|
33
|
+
### Patterns
|
|
34
|
+
- [insight description] — [frequency/impact]
|
|
35
|
+
(grouped by category from insights_get_categories)
|
|
36
|
+
|
|
37
|
+
### Trends
|
|
38
|
+
- [metric]: [direction] over [period] ([value] -> [value])
|
|
39
|
+
|
|
40
|
+
### Benchmarks
|
|
41
|
+
- [metric]: [current] vs [baseline] ([delta])
|
|
42
|
+
|
|
43
|
+
### Recommendations
|
|
44
|
+
- [actionable suggestion based on insights]
|
|
45
|
+
- [actionable suggestion based on trends]
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
6. **If no insights data is available**, suggest running more sessions or triggering a classification via `mcp__claude-view__classify_start_classification` to build the analysis dataset.
|
|
49
|
+
|
|
50
|
+
{{AVAILABLE_TOOLS}}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-overview
|
|
3
|
+
description: "Use when the user asks about a specific project or all projects — e.g. 'show me project X', 'project overview', 'what projects do I have', 'project summary'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__projects_list_projects
|
|
6
|
+
- mcp__claude-view__projects_list_project_sessions
|
|
7
|
+
- mcp__claude-view__projects_list_project_branches
|
|
8
|
+
- mcp__claude-view__contributions_get_contributions
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
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).
|
|
12
|
+
|
|
13
|
+
**Important:** All tool names are prefixed with `mcp__claude-view__`. When calling a tool, always use the full prefixed name.
|
|
14
|
+
|
|
15
|
+
**Error handling:** If a tool returns an error about the server not being detected, tell the user to start it with `npx claude-view`.
|
|
16
|
+
|
|
17
|
+
# Project Overview
|
|
18
|
+
|
|
19
|
+
Show project details, sessions, branches, and contribution data.
|
|
20
|
+
|
|
21
|
+
## Steps
|
|
22
|
+
|
|
23
|
+
1. **List projects.** Call `mcp__claude-view__projects_list_projects` to get all projects. If the user asked about a specific project, find the match.
|
|
24
|
+
|
|
25
|
+
2. **Get project sessions.** For the target project, call `mcp__claude-view__projects_list_project_sessions` with the project slug to get session history.
|
|
26
|
+
|
|
27
|
+
3. **Get branches.** Call `mcp__claude-view__projects_list_project_branches` with the project slug to see branch activity.
|
|
28
|
+
|
|
29
|
+
4. **Get contributions.** Call `mcp__claude-view__contributions_get_contributions` to get commit and contribution data.
|
|
30
|
+
|
|
31
|
+
5. **Present the project dashboard:**
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
## Project Overview — [project name]
|
|
35
|
+
|
|
36
|
+
**Path:** [project path]
|
|
37
|
+
**Sessions:** N total | **Branches:** M active
|
|
38
|
+
|
|
39
|
+
### Recent Sessions
|
|
40
|
+
- [date] — [branch] — [summary] (Xm, $X.XX)
|
|
41
|
+
- [date] — [branch] — [summary] (Xm, $X.XX)
|
|
42
|
+
|
|
43
|
+
### Active Branches
|
|
44
|
+
- `[branch]` — N sessions, last active [date]
|
|
45
|
+
- `[branch]` — N sessions, last active [date]
|
|
46
|
+
|
|
47
|
+
### Contributions
|
|
48
|
+
- Commits: N | Lines changed: +X / -Y
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
6. **If showing all projects**, present a summary table instead of full details:
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
## All Projects
|
|
55
|
+
|
|
56
|
+
| Project | Sessions | Last Active | Branches |
|
|
57
|
+
|---------|----------|-------------|----------|
|
|
58
|
+
| [name] | N | [date] | M |
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Available Tools
|
|
62
|
+
|
|
63
|
+
| Tool | Description |
|
|
64
|
+
|------|-------------|
|
|
65
|
+
| **Session Tools** | |
|
|
66
|
+
| `list_sessions` | List sessions with filters |
|
|
67
|
+
| `get_session` | Get session details |
|
|
68
|
+
| `search_sessions` | Full-text search across sessions |
|
|
69
|
+
| **Stats Tools** | |
|
|
70
|
+
| `get_stats` | Dashboard statistics |
|
|
71
|
+
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
72
|
+
| `get_token_stats` | Token usage statistics |
|
|
73
|
+
| **Live Tools** | |
|
|
74
|
+
| `list_live_sessions` | Currently running sessions |
|
|
75
|
+
| `get_live_summary` | Aggregate live session summary |
|
|
76
|
+
| **Classify Tools** | |
|
|
77
|
+
| `classify_start_classification` | Trigger a classification job. |
|
|
78
|
+
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
79
|
+
| `classify_single_session` | Classify a single session synchronously. |
|
|
80
|
+
| `classify_get_classification_status` | Get classification status. |
|
|
81
|
+
| **Coaching Tools** | |
|
|
82
|
+
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
83
|
+
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
84
|
+
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
85
|
+
| **Contributions Tools** | |
|
|
86
|
+
| `contributions_get_contributions` | Main contributions page data. |
|
|
87
|
+
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
88
|
+
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
89
|
+
| **Export Tools** | |
|
|
90
|
+
| `export_sessions` | Export all sessions. |
|
|
91
|
+
| **Facets Tools** | |
|
|
92
|
+
| `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
|
|
93
|
+
| `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
|
|
94
|
+
| `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
|
|
95
|
+
| `facets_facet_stats` | Aggregate statistics across all session facets. |
|
|
96
|
+
| **Health Tools** | |
|
|
97
|
+
| `health_config` | config |
|
|
98
|
+
| `health_check` | Health check endpoint. |
|
|
99
|
+
| `health_get_status` | Get index metadata and data freshness info. |
|
|
100
|
+
| **Ide Tools** | |
|
|
101
|
+
| `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
|
|
102
|
+
| `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
|
|
103
|
+
| **Insights Tools** | |
|
|
104
|
+
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
105
|
+
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
106
|
+
| `insights_get_categories` | Returns hierarchical category data. |
|
|
107
|
+
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
108
|
+
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
109
|
+
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
110
|
+
| **Jobs Tools** | |
|
|
111
|
+
| `jobs_list_jobs` | List all active jobs. |
|
|
112
|
+
| **Monitor Tools** | |
|
|
113
|
+
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
114
|
+
| **Oauth Tools** | |
|
|
115
|
+
| `oauth_get_auth_identity` | oauth identity |
|
|
116
|
+
| `oauth_get_oauth_usage` | oauth usage |
|
|
117
|
+
| `oauth_post_oauth_usage_refresh` | oauth usage refresh |
|
|
118
|
+
| **Pairing Tools** | |
|
|
119
|
+
| `pairing_list_devices` | GET /pairing/devices — List paired devices. |
|
|
120
|
+
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
121
|
+
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
122
|
+
| **Plans Tools** | |
|
|
123
|
+
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
124
|
+
| **Plugins Tools** | |
|
|
125
|
+
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
126
|
+
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
127
|
+
| `plugins_refresh_all` | all |
|
|
128
|
+
| `plugins_refresh_status` | status |
|
|
129
|
+
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
130
|
+
| `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
|
|
131
|
+
| **Processes Tools** | |
|
|
132
|
+
| `processes_cleanup_processes` | processes cleanup |
|
|
133
|
+
| `processes_kill_process` | processes {pid} kill |
|
|
134
|
+
| **Projects Tools** | |
|
|
135
|
+
| `projects_list_projects` | List all projects as lightweight summaries. |
|
|
136
|
+
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
137
|
+
| `projects_list_project_sessions` | Paginated sessions for a project. |
|
|
138
|
+
| **Prompts Tools** | |
|
|
139
|
+
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
140
|
+
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
141
|
+
| `prompts_get_prompt_templates` | Detected prompt templates. |
|
|
142
|
+
| **Reports Tools** | |
|
|
143
|
+
| `reports_list_reports` | List all saved reports. |
|
|
144
|
+
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
145
|
+
| `reports_get_report` | Get a single report. |
|
|
146
|
+
| `reports_delete_report` | Delete a report. |
|
|
147
|
+
| **Search Tools** | |
|
|
148
|
+
| `search_handler` | Full-text search across sessions. |
|
|
149
|
+
| **Settings Tools** | |
|
|
150
|
+
| `settings_get_settings` | Read current app settings. |
|
|
151
|
+
| `settings_update_settings` | Update app settings (partial). |
|
|
152
|
+
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
153
|
+
| **Share Tools** | |
|
|
154
|
+
| `share_create_share` | sessions {session_id} share |
|
|
155
|
+
| `share_revoke_share` | sessions {session_id} share |
|
|
156
|
+
| `share_list_shares` | shares |
|
|
157
|
+
| **Sync Tools** | |
|
|
158
|
+
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
159
|
+
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
160
|
+
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
161
|
+
| **System Tools** | |
|
|
162
|
+
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
163
|
+
| `system_get_system_status` | Get comprehensive system status. |
|
|
164
|
+
| `system_clear_cache` | Clear search index and cached data. |
|
|
165
|
+
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
166
|
+
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
167
|
+
| `system_reset_all` | Factory reset all data. |
|
|
168
|
+
| **Teams Tools** | |
|
|
169
|
+
| `teams_list_teams` | List all teams. |
|
|
170
|
+
| `teams_get_team` | Get team detail. |
|
|
171
|
+
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
172
|
+
| **Telemetry Tools** | |
|
|
173
|
+
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
174
|
+
| **Turns Tools** | |
|
|
175
|
+
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
176
|
+
| **Workflows Tools** | |
|
|
177
|
+
| `workflows_list_workflows` | workflows |
|
|
178
|
+
| `workflows_create_workflow` | workflows |
|
|
179
|
+
| `workflows_control_run` | workflows run {run_id} control |
|
|
180
|
+
| `workflows_get_workflow` | workflows {id} |
|
|
181
|
+
| `workflows_delete_workflow` | workflows {id} |
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-overview
|
|
3
|
+
description: "Use when the user asks about a specific project or all projects — e.g. 'show me project X', 'project overview', 'what projects do I have', 'project summary'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__projects_list_projects
|
|
6
|
+
- mcp__claude-view__projects_list_project_sessions
|
|
7
|
+
- mcp__claude-view__projects_list_project_branches
|
|
8
|
+
- mcp__claude-view__contributions_get_contributions
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
{{PREAMBLE}}
|
|
12
|
+
|
|
13
|
+
# Project Overview
|
|
14
|
+
|
|
15
|
+
Show project details, sessions, branches, and contribution data.
|
|
16
|
+
|
|
17
|
+
## Steps
|
|
18
|
+
|
|
19
|
+
1. **List projects.** Call `mcp__claude-view__projects_list_projects` to get all projects. If the user asked about a specific project, find the match.
|
|
20
|
+
|
|
21
|
+
2. **Get project sessions.** For the target project, call `mcp__claude-view__projects_list_project_sessions` with the project slug to get session history.
|
|
22
|
+
|
|
23
|
+
3. **Get branches.** Call `mcp__claude-view__projects_list_project_branches` with the project slug to see branch activity.
|
|
24
|
+
|
|
25
|
+
4. **Get contributions.** Call `mcp__claude-view__contributions_get_contributions` to get commit and contribution data.
|
|
26
|
+
|
|
27
|
+
5. **Present the project dashboard:**
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
## Project Overview — [project name]
|
|
31
|
+
|
|
32
|
+
**Path:** [project path]
|
|
33
|
+
**Sessions:** N total | **Branches:** M active
|
|
34
|
+
|
|
35
|
+
### Recent Sessions
|
|
36
|
+
- [date] — [branch] — [summary] (Xm, $X.XX)
|
|
37
|
+
- [date] — [branch] — [summary] (Xm, $X.XX)
|
|
38
|
+
|
|
39
|
+
### Active Branches
|
|
40
|
+
- `[branch]` — N sessions, last active [date]
|
|
41
|
+
- `[branch]` — N sessions, last active [date]
|
|
42
|
+
|
|
43
|
+
### Contributions
|
|
44
|
+
- Commits: N | Lines changed: +X / -Y
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
6. **If showing all projects**, present a summary table instead of full details:
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
## All Projects
|
|
51
|
+
|
|
52
|
+
| Project | Sessions | Last Active | Branches |
|
|
53
|
+
|---------|----------|-------------|----------|
|
|
54
|
+
| [name] | N | [date] | M |
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
{{AVAILABLE_TOOLS}}
|