@claude-view/plugin 0.39.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/oauth.js +3 -3
- package/dist/tools/generated/oauth.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 +5 -5
- package/skills/{usage → cv-usage}/SKILL.md +6 -6
- package/skills/{usage → cv-usage}/SKILL.md.tmpl +1 -1
- package/skills/daily-cost/SKILL.md +5 -5
- package/skills/export-data/SKILL.md +5 -5
- package/skills/insights/SKILL.md +5 -5
- package/skills/live/SKILL.md +5 -5
- package/skills/project-overview/SKILL.md +5 -5
- package/skills/search/SKILL.md +6 -6
- package/skills/search/SKILL.md.tmpl +1 -1
- package/skills/session-recap/SKILL.md +5 -5
- package/skills/standup/SKILL.md +5 -5
- package/skills/system-monitor/SKILL.md +5 -5
- package/skills/team-status/SKILL.md +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-view",
|
|
3
|
-
"description": "Mission Control for Claude Code — auto-starts a web dashboard, provides 85+ MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 12 skills including /system-monitor, /live, /usage, /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.",
|
|
4
|
-
"version": "0.
|
|
3
|
+
"description": "Mission Control for Claude Code — auto-starts a web dashboard, provides 85+ MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 12 skills including /system-monitor, /live, /cv-usage, /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.",
|
|
4
|
+
"version": "0.40.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tombelieber",
|
|
7
7
|
"email": "nicholasgee1997@gmail.com"
|
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ These tools have hand-crafted response shaping for optimal Claude consumption.
|
|
|
58
58
|
|------|-------------|
|
|
59
59
|
| `list_sessions` | List/filter/paginate sessions with summaries |
|
|
60
60
|
| `get_session` | Full session detail + commits + derived metrics |
|
|
61
|
-
| `search_sessions` |
|
|
61
|
+
| `search_sessions` | Grep search across all sessions |
|
|
62
62
|
| `get_stats` | Dashboard overview: projects, skills, trends |
|
|
63
63
|
| `get_fluency_score` | AI Fluency Score (0-100 composite) |
|
|
64
64
|
| `get_token_stats` | Token usage breakdown (input/output/cache) |
|
|
@@ -4,7 +4,7 @@ import { z } from 'zod';
|
|
|
4
4
|
export const oauthGeneratedTools = [
|
|
5
5
|
{
|
|
6
6
|
name: 'oauth_get_auth_identity',
|
|
7
|
-
description: 'Get Auth Identity',
|
|
7
|
+
description: 'Get Auth Identity (GET /api/oauth/identity)',
|
|
8
8
|
inputSchema: z.object({}),
|
|
9
9
|
annotations: { readOnlyHint: true, destructiveHint: false, openWorldHint: false },
|
|
10
10
|
handler: async (client, _args) => {
|
|
@@ -14,7 +14,7 @@ export const oauthGeneratedTools = [
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
name: 'oauth_get_oauth_usage',
|
|
17
|
-
description: 'Get Oauth Usage',
|
|
17
|
+
description: 'Get Oauth Usage (GET /api/oauth/usage)',
|
|
18
18
|
inputSchema: z.object({}),
|
|
19
19
|
annotations: { readOnlyHint: true, destructiveHint: false, openWorldHint: false },
|
|
20
20
|
handler: async (client, _args) => {
|
|
@@ -24,7 +24,7 @@ export const oauthGeneratedTools = [
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
name: 'oauth_post_oauth_usage_refresh',
|
|
27
|
-
description: 'Post Oauth Usage Refresh',
|
|
27
|
+
description: 'Post Oauth Usage Refresh (POST /api/oauth/usage/refresh)',
|
|
28
28
|
inputSchema: z.object({}),
|
|
29
29
|
annotations: { readOnlyHint: false, destructiveHint: false, openWorldHint: false },
|
|
30
30
|
handler: async (client, _args) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth.js","sourceRoot":"","sources":["../../../src/tools/generated/oauth.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,iEAAiE;AAEjE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,MAAM,CAAC,MAAM,mBAAmB,GAAc;IAC5C;QACE,IAAI,EAAE,yBAAyB;QAC/B,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"oauth.js","sourceRoot":"","sources":["../../../src/tools/generated/oauth.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,iEAAiE;AAEjE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,MAAM,CAAC,MAAM,mBAAmB,GAAc;IAC5C;QACE,IAAI,EAAE,yBAAyB;QAC/B,WAAW,EAAE,6CAA6C;QAC1D,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC;QACzB,WAAW,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE;QACjF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;YAC/B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,qBAAqB,CAAC,CAAA;YACjE,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;QACxC,CAAC;KACF;IACD;QACE,IAAI,EAAE,uBAAuB;QAC7B,WAAW,EAAE,wCAAwC;QACrD,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC;QACzB,WAAW,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE;QACjF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;YAC/B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;YAC9D,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;QACxC,CAAC;KACF;IACD;QACE,IAAI,EAAE,gCAAgC;QACtC,WAAW,EAAE,0DAA0D;QACvE,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC;QACzB,WAAW,EAAE,EAAE,YAAY,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE;QAClF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;YAC/B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,0BAA0B,CAAC,CAAA;YACvE,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;QACxC,CAAC;KACF;CACF,CAAA"}
|
|
@@ -26,7 +26,7 @@ export const systemGeneratedTools = [
|
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
name: 'system_clear_cache',
|
|
29
|
-
description: 'Clear search
|
|
29
|
+
description: 'Clear obsolete search cache.',
|
|
30
30
|
inputSchema: z.object({}),
|
|
31
31
|
annotations: { readOnlyHint: false, destructiveHint: true, openWorldHint: false },
|
|
32
32
|
handler: async (client, _args) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../src/tools/generated/system.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,iEAAiE;AAEjE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,MAAM,CAAC,MAAM,oBAAoB,GAAc;IAC7C;QACE,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,+CAA+C;QAC5D,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACtB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC5B,CAAC;QACA,WAAW,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE;QACjF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE;YAC9B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,iBAAiB,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;YAC9F,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;QACxC,CAAC;KACF;IACD;QACE,IAAI,EAAE,0BAA0B;QAChC,WAAW,EAAE,kCAAkC;QAC/C,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC;QACzB,WAAW,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE;QACjF,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;YAC/B,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA;YACzD,OAAO,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;QACxC,CAAC;KACF;IACD;QACE,IAAI,EAAE,oBAAoB;QAC1B,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../src/tools/generated/system.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/skills/coaching/SKILL.md
CHANGED
|
@@ -60,7 +60,7 @@ Help the user improve their Claude Code workflow through coaching rules and pers
|
|
|
60
60
|
| **Session Tools** | |
|
|
61
61
|
| `list_sessions` | List sessions with filters |
|
|
62
62
|
| `get_session` | Get session details |
|
|
63
|
-
| `search_sessions` |
|
|
63
|
+
| `search_sessions` | Grep search across sessions |
|
|
64
64
|
| **Stats Tools** | |
|
|
65
65
|
| `get_stats` | Dashboard statistics |
|
|
66
66
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -130,9 +130,9 @@ Help the user improve their Claude Code workflow through coaching rules and pers
|
|
|
130
130
|
| **Monitor Tools** | |
|
|
131
131
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
132
132
|
| **Oauth Tools** | |
|
|
133
|
-
| `oauth_get_auth_identity` | oauth
|
|
134
|
-
| `oauth_get_oauth_usage` | oauth
|
|
135
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
133
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
134
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
135
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
136
136
|
| **Pairing Tools** | |
|
|
137
137
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
138
138
|
| **Plans Tools** | |
|
|
@@ -199,7 +199,7 @@ Help the user improve their Claude Code workflow through coaching rules and pers
|
|
|
199
199
|
| **System Tools** | |
|
|
200
200
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
201
201
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
202
|
-
| `system_clear_cache` | Clear search
|
|
202
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
203
203
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
204
204
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
205
205
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: usage
|
|
2
|
+
name: cv-usage
|
|
3
3
|
description: "Use when the user asks about usage analytics, statistics, token usage, or cost summary — e.g. 'usage stats', 'token usage', 'how many sessions this week', 'show me my numbers', 'cost summary', 'usage report'"
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__claude-view__get_stats
|
|
@@ -57,7 +57,7 @@ Show usage statistics, token consumption, storage, and trends. This skill focuse
|
|
|
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) |
|
|
@@ -127,9 +127,9 @@ Show usage statistics, token consumption, storage, and trends. This skill focuse
|
|
|
127
127
|
| **Monitor Tools** | |
|
|
128
128
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
129
129
|
| **Oauth Tools** | |
|
|
130
|
-
| `oauth_get_auth_identity` | oauth
|
|
131
|
-
| `oauth_get_oauth_usage` | oauth
|
|
132
|
-
| `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` |
|
|
133
133
|
| **Pairing Tools** | |
|
|
134
134
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
135
135
|
| **Plans Tools** | |
|
|
@@ -196,7 +196,7 @@ Show usage statistics, token consumption, storage, and trends. This skill focuse
|
|
|
196
196
|
| **System Tools** | |
|
|
197
197
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
198
198
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
199
|
-
| `system_clear_cache` | Clear search
|
|
199
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
200
200
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
201
201
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
202
202
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: usage
|
|
2
|
+
name: cv-usage
|
|
3
3
|
description: "Use when the user asks about usage analytics, statistics, token usage, or cost summary — e.g. 'usage stats', 'token usage', 'how many sessions this week', 'show me my numbers', 'cost summary', 'usage report'"
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- mcp__claude-view__get_stats
|
|
@@ -53,7 +53,7 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
|
|
|
53
53
|
| **Session Tools** | |
|
|
54
54
|
| `list_sessions` | List sessions with filters |
|
|
55
55
|
| `get_session` | Get session details |
|
|
56
|
-
| `search_sessions` |
|
|
56
|
+
| `search_sessions` | Grep search across sessions |
|
|
57
57
|
| **Stats Tools** | |
|
|
58
58
|
| `get_stats` | Dashboard statistics |
|
|
59
59
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -123,9 +123,9 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
|
|
|
123
123
|
| **Monitor Tools** | |
|
|
124
124
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
125
125
|
| **Oauth Tools** | |
|
|
126
|
-
| `oauth_get_auth_identity` | oauth
|
|
127
|
-
| `oauth_get_oauth_usage` | oauth
|
|
128
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
126
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
127
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
128
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
129
129
|
| **Pairing Tools** | |
|
|
130
130
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
131
131
|
| **Plans Tools** | |
|
|
@@ -192,7 +192,7 @@ Show the user's Claude Code spending for today using the claude-view MCP tools.
|
|
|
192
192
|
| **System Tools** | |
|
|
193
193
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
194
194
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
195
|
-
| `system_clear_cache` | Clear search
|
|
195
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
196
196
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
197
197
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
198
198
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -53,7 +53,7 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
53
53
|
| **Session Tools** | |
|
|
54
54
|
| `list_sessions` | List sessions with filters |
|
|
55
55
|
| `get_session` | Get session details |
|
|
56
|
-
| `search_sessions` |
|
|
56
|
+
| `search_sessions` | Grep search across sessions |
|
|
57
57
|
| **Stats Tools** | |
|
|
58
58
|
| `get_stats` | Dashboard statistics |
|
|
59
59
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -123,9 +123,9 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
123
123
|
| **Monitor Tools** | |
|
|
124
124
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
125
125
|
| **Oauth Tools** | |
|
|
126
|
-
| `oauth_get_auth_identity` | oauth
|
|
127
|
-
| `oauth_get_oauth_usage` | oauth
|
|
128
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
126
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
127
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
128
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
129
129
|
| **Pairing Tools** | |
|
|
130
130
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
131
131
|
| **Plans Tools** | |
|
|
@@ -192,7 +192,7 @@ Export the user's Claude Code session data for external analysis or backup.
|
|
|
192
192
|
| **System Tools** | |
|
|
193
193
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
194
194
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
195
|
-
| `system_clear_cache` | Clear search
|
|
195
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
196
196
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
197
197
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
198
198
|
| `system_reset_all` | Factory reset all data. |
|
package/skills/insights/SKILL.md
CHANGED
|
@@ -58,7 +58,7 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
58
58
|
| **Session Tools** | |
|
|
59
59
|
| `list_sessions` | List sessions with filters |
|
|
60
60
|
| `get_session` | Get session details |
|
|
61
|
-
| `search_sessions` |
|
|
61
|
+
| `search_sessions` | Grep search across sessions |
|
|
62
62
|
| **Stats Tools** | |
|
|
63
63
|
| `get_stats` | Dashboard statistics |
|
|
64
64
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -128,9 +128,9 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
128
128
|
| **Monitor Tools** | |
|
|
129
129
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
130
130
|
| **Oauth Tools** | |
|
|
131
|
-
| `oauth_get_auth_identity` | oauth
|
|
132
|
-
| `oauth_get_oauth_usage` | oauth
|
|
133
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
131
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
132
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
133
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
134
134
|
| **Pairing Tools** | |
|
|
135
135
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
136
136
|
| **Plans Tools** | |
|
|
@@ -197,7 +197,7 @@ Analyze the user's Claude Code usage patterns and present actionable insights.
|
|
|
197
197
|
| **System Tools** | |
|
|
198
198
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
199
199
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
200
|
-
| `system_clear_cache` | Clear search
|
|
200
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
201
201
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
202
202
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
203
203
|
| `system_reset_all` | Factory reset all data. |
|
package/skills/live/SKILL.md
CHANGED
|
@@ -55,7 +55,7 @@ Show what's running, what needs attention, and what's working autonomously.
|
|
|
55
55
|
| **Session Tools** | |
|
|
56
56
|
| `list_sessions` | List sessions with filters |
|
|
57
57
|
| `get_session` | Get session details |
|
|
58
|
-
| `search_sessions` |
|
|
58
|
+
| `search_sessions` | Grep search across sessions |
|
|
59
59
|
| **Stats Tools** | |
|
|
60
60
|
| `get_stats` | Dashboard statistics |
|
|
61
61
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -125,9 +125,9 @@ Show what's running, what needs attention, and what's working autonomously.
|
|
|
125
125
|
| **Monitor Tools** | |
|
|
126
126
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
127
127
|
| **Oauth Tools** | |
|
|
128
|
-
| `oauth_get_auth_identity` | oauth
|
|
129
|
-
| `oauth_get_oauth_usage` | oauth
|
|
130
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
128
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
129
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
130
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
131
131
|
| **Pairing Tools** | |
|
|
132
132
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
133
133
|
| **Plans Tools** | |
|
|
@@ -194,7 +194,7 @@ Show what's running, what needs attention, and what's working autonomously.
|
|
|
194
194
|
| **System Tools** | |
|
|
195
195
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
196
196
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
197
|
-
| `system_clear_cache` | Clear search
|
|
197
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
198
198
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
199
199
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
200
200
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -65,7 +65,7 @@ Show project details, sessions, branches, and contribution data.
|
|
|
65
65
|
| **Session Tools** | |
|
|
66
66
|
| `list_sessions` | List sessions with filters |
|
|
67
67
|
| `get_session` | Get session details |
|
|
68
|
-
| `search_sessions` |
|
|
68
|
+
| `search_sessions` | Grep search across sessions |
|
|
69
69
|
| **Stats Tools** | |
|
|
70
70
|
| `get_stats` | Dashboard statistics |
|
|
71
71
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -135,9 +135,9 @@ Show project details, sessions, branches, and contribution data.
|
|
|
135
135
|
| **Monitor Tools** | |
|
|
136
136
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
137
137
|
| **Oauth Tools** | |
|
|
138
|
-
| `oauth_get_auth_identity` | oauth
|
|
139
|
-
| `oauth_get_oauth_usage` | oauth
|
|
140
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
138
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
139
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
140
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
141
141
|
| **Pairing Tools** | |
|
|
142
142
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
143
143
|
| **Plans Tools** | |
|
|
@@ -204,7 +204,7 @@ Show project details, sessions, branches, and contribution data.
|
|
|
204
204
|
| **System Tools** | |
|
|
205
205
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
206
206
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
207
|
-
| `system_clear_cache` | Clear search
|
|
207
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
208
208
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
209
209
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
210
210
|
| `system_reset_all` | Factory reset all data. |
|
package/skills/search/SKILL.md
CHANGED
|
@@ -15,7 +15,7 @@ You have access to the claude-view MCP server which provides tools for monitorin
|
|
|
15
15
|
|
|
16
16
|
# Session Search
|
|
17
17
|
|
|
18
|
-
Find sessions across the user's Claude Code history using
|
|
18
|
+
Find sessions across the user's Claude Code history using grep-backed session search.
|
|
19
19
|
|
|
20
20
|
## Steps
|
|
21
21
|
|
|
@@ -51,7 +51,7 @@ Find sessions across the user's Claude Code history using full-text search.
|
|
|
51
51
|
| **Session Tools** | |
|
|
52
52
|
| `list_sessions` | List sessions with filters |
|
|
53
53
|
| `get_session` | Get session details |
|
|
54
|
-
| `search_sessions` |
|
|
54
|
+
| `search_sessions` | Grep search across sessions |
|
|
55
55
|
| **Stats Tools** | |
|
|
56
56
|
| `get_stats` | Dashboard statistics |
|
|
57
57
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -121,9 +121,9 @@ Find sessions across the user's Claude Code history using full-text search.
|
|
|
121
121
|
| **Monitor Tools** | |
|
|
122
122
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
123
123
|
| **Oauth Tools** | |
|
|
124
|
-
| `oauth_get_auth_identity` | oauth
|
|
125
|
-
| `oauth_get_oauth_usage` | oauth
|
|
126
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
124
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
125
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
126
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
127
127
|
| **Pairing Tools** | |
|
|
128
128
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
129
129
|
| **Plans Tools** | |
|
|
@@ -190,7 +190,7 @@ Find sessions across the user's Claude Code history using full-text search.
|
|
|
190
190
|
| **System Tools** | |
|
|
191
191
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
192
192
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
193
|
-
| `system_clear_cache` | Clear search
|
|
193
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
194
194
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
195
195
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
196
196
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -50,7 +50,7 @@ Summarize a Claude Code session using the claude-view MCP tools.
|
|
|
50
50
|
| **Session Tools** | |
|
|
51
51
|
| `list_sessions` | List sessions with filters |
|
|
52
52
|
| `get_session` | Get session details |
|
|
53
|
-
| `search_sessions` |
|
|
53
|
+
| `search_sessions` | Grep search across sessions |
|
|
54
54
|
| **Stats Tools** | |
|
|
55
55
|
| `get_stats` | Dashboard statistics |
|
|
56
56
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -120,9 +120,9 @@ Summarize a Claude Code session using the claude-view MCP tools.
|
|
|
120
120
|
| **Monitor Tools** | |
|
|
121
121
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
122
122
|
| **Oauth Tools** | |
|
|
123
|
-
| `oauth_get_auth_identity` | oauth
|
|
124
|
-
| `oauth_get_oauth_usage` | oauth
|
|
125
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
123
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
124
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
125
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
126
126
|
| **Pairing Tools** | |
|
|
127
127
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
128
128
|
| **Plans Tools** | |
|
|
@@ -189,7 +189,7 @@ Summarize a Claude Code session using the claude-view MCP tools.
|
|
|
189
189
|
| **System Tools** | |
|
|
190
190
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
191
191
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
192
|
-
| `system_clear_cache` | Clear search
|
|
192
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
193
193
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
194
194
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
195
195
|
| `system_reset_all` | Factory reset all data. |
|
package/skills/standup/SKILL.md
CHANGED
|
@@ -56,7 +56,7 @@ Generate a standup-style work summary from recent Claude Code sessions.
|
|
|
56
56
|
| **Session Tools** | |
|
|
57
57
|
| `list_sessions` | List sessions with filters |
|
|
58
58
|
| `get_session` | Get session details |
|
|
59
|
-
| `search_sessions` |
|
|
59
|
+
| `search_sessions` | Grep search across sessions |
|
|
60
60
|
| **Stats Tools** | |
|
|
61
61
|
| `get_stats` | Dashboard statistics |
|
|
62
62
|
| `get_fluency_score` | AI Fluency Score (0-100) |
|
|
@@ -126,9 +126,9 @@ Generate a standup-style work summary from recent Claude Code sessions.
|
|
|
126
126
|
| **Monitor Tools** | |
|
|
127
127
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
128
128
|
| **Oauth Tools** | |
|
|
129
|
-
| `oauth_get_auth_identity` | oauth
|
|
130
|
-
| `oauth_get_oauth_usage` | oauth
|
|
131
|
-
| `oauth_post_oauth_usage_refresh` | oauth
|
|
129
|
+
| `oauth_get_auth_identity` | `GET /api/oauth/identity` |
|
|
130
|
+
| `oauth_get_oauth_usage` | `GET /api/oauth/usage` |
|
|
131
|
+
| `oauth_post_oauth_usage_refresh` | `POST /api/oauth/usage/refresh` |
|
|
132
132
|
| **Pairing Tools** | |
|
|
133
133
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
134
134
|
| **Plans Tools** | |
|
|
@@ -195,7 +195,7 @@ Generate a standup-style work summary from recent Claude Code sessions.
|
|
|
195
195
|
| **System Tools** | |
|
|
196
196
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
197
197
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
198
|
-
| `system_clear_cache` | Clear search
|
|
198
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
199
199
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
200
200
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
201
201
|
| `system_reset_all` | Factory reset all data. |
|
|
@@ -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) |
|
|
@@ -117,9 +117,9 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
117
117
|
| **Monitor Tools** | |
|
|
118
118
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
119
119
|
| **Oauth Tools** | |
|
|
120
|
-
| `oauth_get_auth_identity` | oauth
|
|
121
|
-
| `oauth_get_oauth_usage` | oauth
|
|
122
|
-
| `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` |
|
|
123
123
|
| **Pairing Tools** | |
|
|
124
124
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
125
125
|
| **Plans Tools** | |
|
|
@@ -186,7 +186,7 @@ Show the system's current resource usage and Claude Code process health.
|
|
|
186
186
|
| **System Tools** | |
|
|
187
187
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
188
188
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
189
|
-
| `system_clear_cache` | Clear search
|
|
189
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
190
190
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
191
191
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
192
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) |
|
|
@@ -127,9 +127,9 @@ Show team activity, members, and currently active sessions.
|
|
|
127
127
|
| **Monitor Tools** | |
|
|
128
128
|
| `monitor_snapshot` | - One-shot JSON snapshot of current resources. |
|
|
129
129
|
| **Oauth Tools** | |
|
|
130
|
-
| `oauth_get_auth_identity` | oauth
|
|
131
|
-
| `oauth_get_oauth_usage` | oauth
|
|
132
|
-
| `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` |
|
|
133
133
|
| **Pairing Tools** | |
|
|
134
134
|
| `pairing_generate_qr` | Generate a QR payload via Supabase pair-offer. |
|
|
135
135
|
| **Plans Tools** | |
|
|
@@ -196,7 +196,7 @@ Show team activity, members, and currently active sessions.
|
|
|
196
196
|
| **System Tools** | |
|
|
197
197
|
| `system_check_path` | Check whether a filesystem path still exists. |
|
|
198
198
|
| `system_get_system_status` | Get comprehensive system status. |
|
|
199
|
-
| `system_clear_cache` | Clear search
|
|
199
|
+
| `system_clear_cache` | Clear obsolete search cache. |
|
|
200
200
|
| `system_trigger_git_resync` | Trigger full git re-sync. |
|
|
201
201
|
| `system_trigger_reindex` | Trigger a full re-index. |
|
|
202
202
|
| `system_reset_all` | Factory reset all data. |
|