@claude-view/plugin 0.26.1 → 0.28.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,173 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-status
|
|
3
|
+
description: "Use when the user asks about team activity, team status, or what the team is doing — e.g. 'team status', 'what's the team doing', 'team activity', 'who's active'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__teams_list_teams
|
|
6
|
+
- mcp__claude-view__teams_get_team
|
|
7
|
+
- mcp__claude-view__teams_get_team_inbox
|
|
8
|
+
- mcp__claude-view__list_live_sessions
|
|
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
|
+
# Team Status Dashboard
|
|
18
|
+
|
|
19
|
+
Show team activity, members, and currently active sessions.
|
|
20
|
+
|
|
21
|
+
## Steps
|
|
22
|
+
|
|
23
|
+
1. **List teams.** Call `mcp__claude-view__teams_list_teams` to get all teams. If the user specified a team name, find the matching team.
|
|
24
|
+
|
|
25
|
+
2. **Get team details.** For the target team (or each team if showing all), call `mcp__claude-view__teams_get_team` with the team ID.
|
|
26
|
+
|
|
27
|
+
3. **Get team inbox.** Call `mcp__claude-view__teams_get_team_inbox` with the team ID to see recent messages and activity.
|
|
28
|
+
|
|
29
|
+
4. **Check live sessions.** Call `mcp__claude-view__list_live_sessions` to see who is currently active and what they're working on.
|
|
30
|
+
|
|
31
|
+
5. **Present the team dashboard:**
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
## Team Status — [team name]
|
|
35
|
+
|
|
36
|
+
**Members:** N | **Active now:** M
|
|
37
|
+
|
|
38
|
+
### Currently Active
|
|
39
|
+
- [member] — [project] — [model] — [agent_state]
|
|
40
|
+
(from list_live_sessions, matched to team members)
|
|
41
|
+
|
|
42
|
+
### Recent Inbox
|
|
43
|
+
- [timestamp] — [sender]: [message preview]
|
|
44
|
+
(from team inbox)
|
|
45
|
+
|
|
46
|
+
### Team Summary
|
|
47
|
+
- Total sessions today: N
|
|
48
|
+
- Projects touched: [list]
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
6. **If no teams exist**, tell the user they can create teams in the claude-view dashboard.
|
|
52
|
+
|
|
53
|
+
## Available Tools
|
|
54
|
+
|
|
55
|
+
| Tool | Description |
|
|
56
|
+
|------|-------------|
|
|
57
|
+
| **Session Tools** | |
|
|
58
|
+
| `list_sessions` | List sessions with filters |
|
|
59
|
+
| `get_session` | Get session details |
|
|
60
|
+
| `search_sessions` | Full-text search across sessions |
|
|
61
|
+
| **Stats Tools** | |
|
|
62
|
+
| `get_stats` | Dashboard statistics |
|
|
63
|
+
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
64
|
+
| `get_token_stats` | Token usage statistics |
|
|
65
|
+
| **Live Tools** | |
|
|
66
|
+
| `list_live_sessions` | Currently running sessions |
|
|
67
|
+
| `get_live_summary` | Aggregate live session summary |
|
|
68
|
+
| **Classify Tools** | |
|
|
69
|
+
| `classify_start_classification` | Trigger a classification job. |
|
|
70
|
+
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
71
|
+
| `classify_single_session` | Classify a single session synchronously. |
|
|
72
|
+
| `classify_get_classification_status` | Get classification status. |
|
|
73
|
+
| **Coaching Tools** | |
|
|
74
|
+
| `coaching_list_rules` | List all coaching rules from the rules directory. |
|
|
75
|
+
| `coaching_apply_rule` | Create a new coaching rule file. |
|
|
76
|
+
| `coaching_remove_rule` | Remove a coaching rule file. |
|
|
77
|
+
| **Contributions Tools** | |
|
|
78
|
+
| `contributions_get_contributions` | Main contributions page data. |
|
|
79
|
+
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
80
|
+
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
81
|
+
| **Export Tools** | |
|
|
82
|
+
| `export_sessions` | Export all sessions. |
|
|
83
|
+
| **Facets Tools** | |
|
|
84
|
+
| `facets_facet_badges` | Quality badges (outcome + satisfaction) for the requested session IDs |
|
|
85
|
+
| `facets_trigger_facet_ingest` | Start facet ingest from the Claude Code insights cache |
|
|
86
|
+
| `facets_pattern_alert` | Check the most recent sessions for a negative satisfaction pattern |
|
|
87
|
+
| `facets_facet_stats` | Aggregate statistics across all session facets. |
|
|
88
|
+
| **Health Tools** | |
|
|
89
|
+
| `health_config` | config |
|
|
90
|
+
| `health_check` | Health check endpoint. |
|
|
91
|
+
| `health_get_status` | Get index metadata and data freshness info. |
|
|
92
|
+
| **Ide Tools** | |
|
|
93
|
+
| `ide_get_detect` | `GET /api/ide/detect` — return cached list of installed IDEs. |
|
|
94
|
+
| `ide_post_open` | `POST /api/ide/open` — open a file in the requested IDE. |
|
|
95
|
+
| **Insights Tools** | |
|
|
96
|
+
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
97
|
+
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
98
|
+
| `insights_get_categories` | Returns hierarchical category data. |
|
|
99
|
+
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
100
|
+
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
101
|
+
| `insights_get_fluency_score` | Get the current AI Fluency Score. |
|
|
102
|
+
| **Jobs Tools** | |
|
|
103
|
+
| `jobs_list_jobs` | List all active jobs. |
|
|
104
|
+
| **Monitor Tools** | |
|
|
105
|
+
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
106
|
+
| **Oauth Tools** | |
|
|
107
|
+
| `oauth_get_auth_identity` | oauth identity |
|
|
108
|
+
| `oauth_get_oauth_usage` | oauth usage |
|
|
109
|
+
| `oauth_post_oauth_usage_refresh` | oauth usage refresh |
|
|
110
|
+
| **Pairing Tools** | |
|
|
111
|
+
| `pairing_list_devices` | GET /pairing/devices — List paired devices. |
|
|
112
|
+
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
113
|
+
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
114
|
+
| **Plans Tools** | |
|
|
115
|
+
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
116
|
+
| **Plugins Tools** | |
|
|
117
|
+
| `plugins_list_plugins` | Unified view of installed + available plugins. |
|
|
118
|
+
| `plugins_list_marketplaces` | plugins marketplaces |
|
|
119
|
+
| `plugins_refresh_all` | all |
|
|
120
|
+
| `plugins_refresh_status` | status |
|
|
121
|
+
| `plugins_list_ops_handler` | List all queued/running/completed ops. |
|
|
122
|
+
| `plugins_enqueue_op` | Enqueue a plugin mutation, return immediately. |
|
|
123
|
+
| **Processes Tools** | |
|
|
124
|
+
| `processes_cleanup_processes` | processes cleanup |
|
|
125
|
+
| `processes_kill_process` | processes {pid} kill |
|
|
126
|
+
| **Projects Tools** | |
|
|
127
|
+
| `projects_list_projects` | List all projects as lightweight summaries. |
|
|
128
|
+
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
129
|
+
| `projects_list_project_sessions` | Paginated sessions for a project. |
|
|
130
|
+
| **Prompts Tools** | |
|
|
131
|
+
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
132
|
+
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
133
|
+
| `prompts_get_prompt_templates` | Detected prompt templates. |
|
|
134
|
+
| **Reports Tools** | |
|
|
135
|
+
| `reports_list_reports` | List all saved reports. |
|
|
136
|
+
| `reports_get_preview` | Aggregate preview stats for a date range. |
|
|
137
|
+
| `reports_get_report` | Get a single report. |
|
|
138
|
+
| `reports_delete_report` | Delete a report. |
|
|
139
|
+
| **Search Tools** | |
|
|
140
|
+
| `search_handler` | Full-text search across sessions. |
|
|
141
|
+
| **Settings Tools** | |
|
|
142
|
+
| `settings_get_settings` | Read current app settings. |
|
|
143
|
+
| `settings_update_settings` | Update app settings (partial). |
|
|
144
|
+
| `settings_update_git_sync_interval` | Update the git sync interval. |
|
|
145
|
+
| **Share Tools** | |
|
|
146
|
+
| `share_create_share` | sessions {session_id} share |
|
|
147
|
+
| `share_revoke_share` | sessions {session_id} share |
|
|
148
|
+
| `share_list_shares` | shares |
|
|
149
|
+
| **Sync Tools** | |
|
|
150
|
+
| `sync_indexing_status` | lightweight JSON snapshot of indexing progress. |
|
|
151
|
+
| `sync_trigger_deep_index` | Trigger a full deep index rebuild. |
|
|
152
|
+
| `sync_trigger_git_sync` | Trigger git commit scanning (A8.5). |
|
|
153
|
+
| **System Tools** | |
|
|
154
|
+
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
155
|
+
| `system_get_system_status` | Get comprehensive system status. |
|
|
156
|
+
| `system_clear_cache` | Clear search index and cached data. |
|
|
157
|
+
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
158
|
+
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
159
|
+
| `system_reset_all` | Factory reset all data. |
|
|
160
|
+
| **Teams Tools** | |
|
|
161
|
+
| `teams_list_teams` | List all teams. |
|
|
162
|
+
| `teams_get_team` | Get team detail. |
|
|
163
|
+
| `teams_get_team_inbox` | Get team inbox messages. |
|
|
164
|
+
| **Telemetry Tools** | |
|
|
165
|
+
| `telemetry_set_consent` | Set telemetry consent preference. |
|
|
166
|
+
| **Turns Tools** | |
|
|
167
|
+
| `turns_get_session_turns` | Per-turn breakdown for a historical session. |
|
|
168
|
+
| **Workflows Tools** | |
|
|
169
|
+
| `workflows_list_workflows` | workflows |
|
|
170
|
+
| `workflows_create_workflow` | workflows |
|
|
171
|
+
| `workflows_control_run` | workflows run {run_id} control |
|
|
172
|
+
| `workflows_get_workflow` | workflows {id} |
|
|
173
|
+
| `workflows_delete_workflow` | workflows {id} |
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: team-status
|
|
3
|
+
description: "Use when the user asks about team activity, team status, or what the team is doing — e.g. 'team status', 'what's the team doing', 'team activity', 'who's active'"
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- mcp__claude-view__teams_list_teams
|
|
6
|
+
- mcp__claude-view__teams_get_team
|
|
7
|
+
- mcp__claude-view__teams_get_team_inbox
|
|
8
|
+
- mcp__claude-view__list_live_sessions
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
{{PREAMBLE}}
|
|
12
|
+
|
|
13
|
+
# Team Status Dashboard
|
|
14
|
+
|
|
15
|
+
Show team activity, members, and currently active sessions.
|
|
16
|
+
|
|
17
|
+
## Steps
|
|
18
|
+
|
|
19
|
+
1. **List teams.** Call `mcp__claude-view__teams_list_teams` to get all teams. If the user specified a team name, find the matching team.
|
|
20
|
+
|
|
21
|
+
2. **Get team details.** For the target team (or each team if showing all), call `mcp__claude-view__teams_get_team` with the team ID.
|
|
22
|
+
|
|
23
|
+
3. **Get team inbox.** Call `mcp__claude-view__teams_get_team_inbox` with the team ID to see recent messages and activity.
|
|
24
|
+
|
|
25
|
+
4. **Check live sessions.** Call `mcp__claude-view__list_live_sessions` to see who is currently active and what they're working on.
|
|
26
|
+
|
|
27
|
+
5. **Present the team dashboard:**
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
## Team Status — [team name]
|
|
31
|
+
|
|
32
|
+
**Members:** N | **Active now:** M
|
|
33
|
+
|
|
34
|
+
### Currently Active
|
|
35
|
+
- [member] — [project] — [model] — [agent_state]
|
|
36
|
+
(from list_live_sessions, matched to team members)
|
|
37
|
+
|
|
38
|
+
### Recent Inbox
|
|
39
|
+
- [timestamp] — [sender]: [message preview]
|
|
40
|
+
(from team inbox)
|
|
41
|
+
|
|
42
|
+
### Team Summary
|
|
43
|
+
- Total sessions today: N
|
|
44
|
+
- Projects touched: [list]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
6. **If no teams exist**, tell the user they can create teams in the claude-view dashboard.
|
|
48
|
+
|
|
49
|
+
{{AVAILABLE_TOOLS}}
|