@claude-view/plugin 0.38.0 → 0.40.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 +1 -1
- package/dist/tools/generated/auth.d.ts +3 -0
- package/dist/tools/generated/auth.d.ts.map +1 -0
- package/dist/tools/generated/auth.js +42 -0
- package/dist/tools/generated/auth.js.map +1 -0
- package/dist/tools/generated/devices.d.ts +3 -0
- package/dist/tools/generated/devices.d.ts.map +1 -0
- package/dist/tools/generated/devices.js +38 -0
- package/dist/tools/generated/devices.js.map +1 -0
- package/dist/tools/generated/index.d.ts.map +1 -1
- package/dist/tools/generated/index.js +4 -0
- package/dist/tools/generated/index.js.map +1 -1
- package/dist/tools/generated/insights.d.ts.map +1 -1
- package/dist/tools/generated/insights.js +30 -0
- package/dist/tools/generated/insights.js.map +1 -1
- package/dist/tools/generated/oauth.js +3 -3
- package/dist/tools/generated/oauth.js.map +1 -1
- package/dist/tools/generated/pairing.d.ts.map +1 -1
- package/dist/tools/generated/pairing.js +1 -23
- package/dist/tools/generated/pairing.js.map +1 -1
- package/dist/tools/generated/projects.js +2 -2
- package/dist/tools/generated/projects.js.map +1 -1
- package/dist/tools/generated/system.js +1 -1
- package/dist/tools/generated/system.js.map +1 -1
- package/package.json +1 -1
- package/skills/coaching/SKILL.md +18 -10
- package/skills/{usage → cv-usage}/SKILL.md +19 -11
- package/skills/{usage → cv-usage}/SKILL.md.tmpl +1 -1
- package/skills/daily-cost/SKILL.md +18 -10
- package/skills/export-data/SKILL.md +18 -10
- package/skills/insights/SKILL.md +18 -10
- package/skills/live/SKILL.md +18 -10
- package/skills/project-overview/SKILL.md +18 -10
- package/skills/search/SKILL.md +19 -11
- package/skills/search/SKILL.md.tmpl +1 -1
- package/skills/session-recap/SKILL.md +18 -10
- package/skills/standup/SKILL.md +18 -10
- package/skills/system-monitor/SKILL.md +18 -10
- package/skills/team-status/SKILL.md +18 -10
|
@@ -47,7 +47,7 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
47
47
|
| **Session Tools** | |
|
|
48
48
|
| `list_sessions` | List sessions with filters |
|
|
49
49
|
| `get_session` | Get session details |
|
|
50
|
-
| `search_sessions` |
|
|
50
|
+
| `search_sessions` | Grep search across sessions |
|
|
51
51
|
| **Stats Tools** | |
|
|
52
52
|
| `get_stats` | Dashboard statistics |
|
|
53
53
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -55,6 +55,10 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
55
55
|
| **Live Tools** | |
|
|
56
56
|
| `list_live_sessions` | Currently running sessions |
|
|
57
57
|
| `get_live_summary` | Aggregate live session summary |
|
|
58
|
+
| **Auth Tools** | |
|
|
59
|
+
| `auth_post_session` | auth session |
|
|
60
|
+
| `auth_delete_session` | auth session |
|
|
61
|
+
| `auth_get_status` | auth status |
|
|
58
62
|
| **Classify Tools** | |
|
|
59
63
|
| `classify_start_classification` | Trigger a classification job. |
|
|
60
64
|
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
@@ -70,6 +74,10 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
70
74
|
| `contributions_get_contributions` | Main contributions page data. |
|
|
71
75
|
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
72
76
|
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
77
|
+
| **Devices Tools** | |
|
|
78
|
+
| `devices_list_devices_handler` | devices |
|
|
79
|
+
| `devices_terminate_others_handler` | others |
|
|
80
|
+
| `devices_delete_device_handler` | devices {device_id} |
|
|
73
81
|
| **Export Tools** | |
|
|
74
82
|
| `export_sessions` | Export all sessions. |
|
|
75
83
|
| **Facets Tools** | |
|
|
@@ -88,6 +96,8 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
88
96
|
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
89
97
|
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
90
98
|
| `insights_get_categories` | Returns hierarchical category data. |
|
|
99
|
+
| `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
|
|
100
|
+
| `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
|
|
91
101
|
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
92
102
|
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
93
103
|
| **Jobs Tools** | |
|
|
@@ -107,13 +117,11 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
107
117
|
| **Monitor Tools** | |
|
|
108
118
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
109
119
|
| **Oauth Tools** | |
|
|
110
|
-
| `oauth_get_auth_identity` | oauth
|
|
111
|
-
| `oauth_get_oauth_usage` | oauth
|
|
112
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
120
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
121
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
122
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
113
123
|
| **Pairing Tools** | |
|
|
114
|
-
| `
|
|
115
|
-
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
116
|
-
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
124
|
+
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
117
125
|
| **Plans Tools** | |
|
|
118
126
|
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
119
127
|
| **Plugins Tools** | |
|
|
@@ -128,9 +136,9 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
128
136
|
| `processes_cleanup_processes` | processes cleanup |
|
|
129
137
|
| `processes_kill_process` | processes {pid} kill |
|
|
130
138
|
| **Projects Tools** | |
|
|
131
|
-
| `projects_list_projects` |
|
|
139
|
+
| `projects_list_projects` | list all projects backed by the in-memory catalog. |
|
|
132
140
|
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
133
|
-
| `projects_list_project_sessions` |
|
|
141
|
+
| `projects_list_project_sessions` | paginated sessions for one project. |
|
|
134
142
|
| **Prompts Tools** | |
|
|
135
143
|
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
136
144
|
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
@@ -178,7 +186,7 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
178
186
|
| **System Tools** | |
|
|
179
187
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
180
188
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
181
|
-
| `system_clear_cache` | Clear search
|
|
189
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
182
190
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
183
191
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
184
192
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -57,7 +57,7 @@ Show team activity, members, and currently active sessions.
|
|
|
57
57
|
| **Session Tools** | |
|
|
58
58
|
| `list_sessions` | List sessions with filters |
|
|
59
59
|
| `get_session` | Get session details |
|
|
60
|
-
| `search_sessions` |
|
|
60
|
+
| `search_sessions` | Grep search across sessions |
|
|
61
61
|
| **Stats Tools** | |
|
|
62
62
|
| `get_stats` | Dashboard statistics |
|
|
63
63
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -65,6 +65,10 @@ Show team activity, members, and currently active sessions.
|
|
|
65
65
|
| **Live Tools** | |
|
|
66
66
|
| `list_live_sessions` | Currently running sessions |
|
|
67
67
|
| `get_live_summary` | Aggregate live session summary |
|
|
68
|
+
| **Auth Tools** | |
|
|
69
|
+
| `auth_post_session` | auth session |
|
|
70
|
+
| `auth_delete_session` | auth session |
|
|
71
|
+
| `auth_get_status` | auth status |
|
|
68
72
|
| **Classify Tools** | |
|
|
69
73
|
| `classify_start_classification` | Trigger a classification job. |
|
|
70
74
|
| `classify_cancel_classification` | Cancel a running classification job. |
|
|
@@ -80,6 +84,10 @@ Show team activity, members, and currently active sessions.
|
|
|
80
84
|
| `contributions_get_contributions` | Main contributions page data. |
|
|
81
85
|
| `contributions_get_branch_sessions` | Sessions for a branch. |
|
|
82
86
|
| `contributions_get_session_contribution` | Session contribution detail. |
|
|
87
|
+
| **Devices Tools** | |
|
|
88
|
+
| `devices_list_devices_handler` | devices |
|
|
89
|
+
| `devices_terminate_others_handler` | others |
|
|
90
|
+
| `devices_delete_device_handler` | devices {device_id} |
|
|
83
91
|
| **Export Tools** | |
|
|
84
92
|
| `export_sessions` | Export all sessions. |
|
|
85
93
|
| **Facets Tools** | |
|
|
@@ -98,6 +106,8 @@ Show team activity, members, and currently active sessions.
|
|
|
98
106
|
| `insights_get_insights` | Compute and return behavioral insights. |
|
|
99
107
|
| `insights_get_benchmarks` | Compute personal progress benchmarks. |
|
|
100
108
|
| `insights_get_categories` | Returns hierarchical category data. |
|
|
109
|
+
| `insights_get_insights_models` | per-model usage aggregated from rollup tables. |
|
|
110
|
+
| `insights_get_insights_projects` | per-project usage aggregated from rollup tables. |
|
|
101
111
|
| `insights_get_insights_trends` | Get time-series trend data for charts. |
|
|
102
112
|
| `insights_list_invocables` | List all invocables with their usage counts. |
|
|
103
113
|
| **Jobs Tools** | |
|
|
@@ -117,13 +127,11 @@ Show team activity, members, and currently active sessions.
|
|
|
117
127
|
| **Monitor Tools** | |
|
|
118
128
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
119
129
|
| **Oauth Tools** | |
|
|
120
|
-
| `oauth_get_auth_identity` | oauth
|
|
121
|
-
| `oauth_get_oauth_usage` | oauth
|
|
122
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
130
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
131
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
132
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
123
133
|
| **Pairing Tools** | |
|
|
124
|
-
| `
|
|
125
|
-
| `pairing_unpair_device` | DELETE /pairing/devices/:id — Unpair a device. |
|
|
126
|
-
| `pairing_generate_qr` | GET /pairing/qr — Generate QR payload for mobile pairing. |
|
|
134
|
+
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
127
135
|
| **Plans Tools** | |
|
|
128
136
|
| `plans_get_session_plans` | - returns plan documents for the session's slug. |
|
|
129
137
|
| **Plugins Tools** | |
|
|
@@ -138,9 +146,9 @@ Show team activity, members, and currently active sessions.
|
|
|
138
146
|
| `processes_cleanup_processes` | processes cleanup |
|
|
139
147
|
| `processes_kill_process` | processes {pid} kill |
|
|
140
148
|
| **Projects Tools** | |
|
|
141
|
-
| `projects_list_projects` |
|
|
149
|
+
| `projects_list_projects` | list all projects backed by the in-memory catalog. |
|
|
142
150
|
| `projects_list_project_branches` | List distinct branches with session counts. |
|
|
143
|
-
| `projects_list_project_sessions` |
|
|
151
|
+
| `projects_list_project_sessions` | paginated sessions for one project. |
|
|
144
152
|
| **Prompts Tools** | |
|
|
145
153
|
| `prompts_list_prompts` | List prompt history with optional search/filter. |
|
|
146
154
|
| `prompts_get_prompt_stats` | Aggregate prompt statistics. |
|
|
@@ -188,7 +196,7 @@ Show team activity, members, and currently active sessions.
|
|
|
188
196
|
| **System Tools** | |
|
|
189
197
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
190
198
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
191
|
-
| `system_clear_cache` | Clear search
|
|
199
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
192
200
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
193
201
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
194
202
|
| `system_reset_all` | Factory reset all data. |
|