@shnitzel/plugscout 0.3.6 → 0.3.8

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.
@@ -1,65 +1,65 @@
1
1
  {
2
2
  "registries": {
3
3
  "community-skills-index": {
4
- "lastSuccessfulSyncAt": "2026-05-27T06:21:54.231Z"
4
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:16.461Z"
5
5
  },
6
6
  "public-mcp-directory": {
7
- "lastSuccessfulSyncAt": "2026-05-27T06:22:15.228Z",
7
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:30.961Z",
8
8
  "lastUpdatedSince": "2026-02-25T14:46:42.122Z"
9
9
  },
10
10
  "official-claude-plugins": {
11
- "lastSuccessfulSyncAt": "2026-05-27T06:22:17.172Z"
11
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.763Z"
12
12
  },
13
13
  "official-copilot-extensions": {
14
- "lastSuccessfulSyncAt": "2026-05-27T06:22:18.706Z"
14
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.087Z"
15
15
  },
16
16
  "openai-skills-curated": {
17
- "lastSuccessfulSyncAt": "2026-05-27T06:22:15.538Z"
17
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.096Z"
18
18
  },
19
19
  "github-copilot-plugins-official": {
20
- "lastSuccessfulSyncAt": "2026-05-27T06:22:18.934Z"
20
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.102Z"
21
21
  },
22
22
  "github-awesome-copilot-marketplace": {
23
- "lastSuccessfulSyncAt": "2026-05-27T06:22:19.175Z"
23
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.117Z"
24
24
  },
25
25
  "anthropic-claude-connectors-scrape": {
26
- "lastSuccessfulSyncAt": "2026-05-27T06:22:19.328Z"
26
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.195Z"
27
27
  },
28
28
  "github-curated-industry-skills": {
29
- "lastSuccessfulSyncAt": "2026-05-27T06:21:54.232Z"
29
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:16.462Z"
30
30
  },
31
31
  "anthropic-skills": {
32
- "lastSuccessfulSyncAt": "2026-05-27T06:22:15.817Z"
32
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.158Z"
33
33
  },
34
34
  "github-n-skills-marketplace": {
35
- "lastSuccessfulSyncAt": "2026-05-27T06:22:16.088Z"
35
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.257Z"
36
36
  },
37
37
  "trailofbits-skills-marketplace": {
38
- "lastSuccessfulSyncAt": "2026-05-27T06:22:16.350Z"
38
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.394Z"
39
39
  },
40
40
  "github-mhattingpete-claude-skills": {
41
- "lastSuccessfulSyncAt": "2026-05-27T06:22:16.603Z"
41
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.473Z"
42
42
  },
43
43
  "github-neon-ai-rules": {
44
- "lastSuccessfulSyncAt": "2026-05-27T06:22:16.965Z"
44
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.569Z"
45
45
  },
46
46
  "anthropic-claude-plugins-official-github": {
47
- "lastSuccessfulSyncAt": "2026-05-27T06:22:17.458Z"
47
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.823Z"
48
48
  },
49
49
  "anthropic-knowledge-work-plugins": {
50
- "lastSuccessfulSyncAt": "2026-05-27T06:22:17.715Z"
50
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.882Z"
51
51
  },
52
52
  "anthropic-financial-services-plugins": {
53
- "lastSuccessfulSyncAt": "2026-05-27T06:22:17.980Z"
53
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:31.957Z"
54
54
  },
55
55
  "github-docker-claude-plugins": {
56
- "lastSuccessfulSyncAt": "2026-05-27T06:22:18.296Z"
56
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.074Z"
57
57
  },
58
58
  "github-pleaseai-claude-code-plugins": {
59
- "lastSuccessfulSyncAt": "2026-05-27T06:22:18.706Z"
59
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.087Z"
60
60
  },
61
61
  "awesome-claude-code": {
62
- "lastSuccessfulSyncAt": "2026-05-27T06:22:19.630Z"
62
+ "lastSuccessfulSyncAt": "2026-05-28T06:13:32.265Z"
63
63
  }
64
64
  }
65
65
  }
@@ -183,6 +183,8 @@ export async function renderInteractiveHome() {
183
183
  process.stdout.write(screen + '\n');
184
184
  return;
185
185
  }
186
+ const screen = await renderHomeScreen();
187
+ process.stdout.write(screen + '\n\n');
186
188
  let selected = 0;
187
189
  const ARROW_UP = '\u001b[A';
188
190
  const ARROW_DOWN = '\u001b[B';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shnitzel/plugscout",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "Claude plugins + Claude connectors + Copilot extensions + Skills + MCP security intelligence framework",
5
5
  "private": false,
6
6
  "type": "module",