superacli 1.1.20 → 1.1.21
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/cli/adapter-schema.js +1 -6
- package/cli/config.js +95 -0
- package/cli/executor.js +90 -11
- package/cli/server-command.js +395 -0
- package/cli/supercli.js +82 -1
- package/docs/adapters.md +159 -0
- package/docs/changelog-2026-04.html +15 -0
- package/docs/index.html +314 -98
- package/docs/meta-plugins.json +24424 -1247
- package/docs/plugins-examples.md +8 -8
- package/docs/plugins-how-to.md +0 -13
- package/docs/plugins.html +165 -61
- package/docs/server.md +50 -0
- package/graphify-out/GRAPH_REPORT.md +141 -136
- package/graphify-out/cache/1821936911d6eb3130499b6b45b8e6d760d6c05328131e115ac9825a5e3061cd.json +1 -0
- package/graphify-out/cache/20b0e1261b41286d639e7b039c8143682001981f607e26eb2a492a06f12c233a.json +1 -0
- package/graphify-out/cache/21dc011c08a0813ac33c0520c9cf131d8922e6007df7d9b51df740974fee5fb3.json +1 -0
- package/graphify-out/cache/22d3d43c24fdff310ab8445bd442fbcf4714872c6950f15b90777e5a8358dcd9.json +1 -0
- package/graphify-out/cache/2b8a3fbc23afe7bbc1a5ecb60d4074f39afdf6cb42120922176c280f4cc4ab4b.json +1 -0
- package/graphify-out/cache/37418b8b152d9c436d75361969c39bc74a76260ab7209ceabf455f80452f1654.json +1 -0
- package/graphify-out/cache/3b9aae57e4326f5862f8153c13b7d809a34c422996993e7b491c5ea3a66b5e04.json +1 -0
- package/graphify-out/cache/448f8e0c5e77cfb15fa625ed40ee0dc1622d9814d24905fe4c12c4d175131dc9.json +1 -0
- package/graphify-out/cache/47dd42009ceac28b7a7fec5586e565e7bc850c80be96b8329e1ed7c49efbe34f.json +1 -0
- package/graphify-out/cache/492712949d38efbe312c303fe717e5c93e1ecc8888e1ceb855750afc48caffdb.json +1 -0
- package/graphify-out/cache/494fd6af80b6a1bb7a2a5641c6ad11e2fbe2a67b5a2b3ff57fd04bb49ccad1c4.json +1 -0
- package/graphify-out/cache/4b31b0de656deff083119780df64d17205c45e72233987e1c495f2121c4923fd.json +1 -0
- package/graphify-out/cache/5a16fa8cdd687a39661321adb39186ce8cf924a79ef936e42b365380b5e3543e.json +1 -0
- package/graphify-out/cache/644fcb129e595cfdb4e3a9757ed9658230347f5ed0652be45a894528a2b6585b.json +1 -0
- package/graphify-out/cache/6b8762db2c5f51408cf49d915f3e44bcc25c7ebb32abc635307fdf2a672b370c.json +1 -0
- package/graphify-out/cache/6db88050060880e56dd26ec58f29e3b56a409ace48e31bc75f54cab7dc74e409.json +1 -0
- package/graphify-out/cache/7932d1b6a9751b2cb2f4dc6b4e5f9fd7dcc2cee82d7866ec3d655482010533c0.json +1 -0
- package/graphify-out/cache/8140a76ff5b70dfdd0d020aeffff27f87af39da5b237c35baa938fcc4b288ba5.json +1 -0
- package/graphify-out/cache/8876638878758733a412bd4ca4cbd22863322689fbba9f037d92abfa877ea3ab.json +1 -0
- package/graphify-out/cache/90445359c448f8135207ddcd378c8391b9274460064cf998f1ea2ad6f2173703.json +1 -0
- package/graphify-out/cache/b01f675bb3942d2e8f359d11c38d52f28487544f54cdef518c60b7d8dfd2b383.json +1 -0
- package/graphify-out/cache/bc353b40b348d54c730d8498af675f57998b14ae796b4f952cdc200147008f13.json +1 -0
- package/graphify-out/cache/c38b2e784b1c441121b422db0c79b4911fb525d2a3cfad10d3fd561a07900bd5.json +1 -0
- package/graphify-out/cache/ce9df9bb2d36ecf310a53fb34526168bdf25773edf0826c1f55accebfa3c012d.json +1 -0
- package/graphify-out/cache/ceaeb0f99851d313b29cb1440240db1cf835de425b9b0c1e58fa3035355c2b2b.json +1 -0
- package/graphify-out/cache/d8f3e78931a41cd0f367fdab1d11b634bbffb2c90280c75a80a1a53a6b2d6bc7.json +1 -0
- package/graphify-out/cache/f574e4ce3bcb1250ca88410519fb4fd26c5b6cd786039410880fbd6e606ab23f.json +1 -0
- package/graphify-out/cache/faa65636d5f779b8b1c790dde11cc6470b48125bf42a12a77651827fd1653fd7.json +1 -0
- package/graphify-out/graph.json +4173 -2115
- package/ideal-plugins.csv +124 -0
- package/package.json +3 -2
- package/plugin-scores.csv +999 -0
- package/plugins/beads/plugin.json +2 -2
- package/plugins/biome/install-guidance.json +11 -0
- package/plugins/biome/meta.json +13 -0
- package/plugins/biome/plugin.json +83 -0
- package/plugins/biome/skills/quickstart/SKILL.md +25 -0
- package/plugins/bore/install-guidance.json +11 -0
- package/plugins/bore/meta.json +11 -0
- package/plugins/bore/plugin.json +65 -0
- package/plugins/bore/skills/quickstart/SKILL.md +25 -0
- package/plugins/ccf-deadlines/install-guidance.json +11 -0
- package/plugins/ccf-deadlines/meta.json +11 -0
- package/plugins/ccf-deadlines/plugin.json +28 -0
- package/plugins/ccf-deadlines/skills/quickstart/SKILL.md +25 -0
- package/plugins/code2prompt/install-guidance.json +11 -0
- package/plugins/code2prompt/meta.json +12 -0
- package/plugins/code2prompt/plugin.json +46 -0
- package/plugins/code2prompt/skills/quickstart/SKILL.md +25 -0
- package/plugins/commiat/install-guidance.json +10 -0
- package/plugins/commiat/plugin.json +2 -2
- package/plugins/dua-cli/install-guidance.json +11 -0
- package/plugins/dua-cli/meta.json +11 -0
- package/plugins/dua-cli/plugin.json +57 -0
- package/plugins/dua-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/forever/install-guidance.json +11 -0
- package/plugins/forever/meta.json +11 -0
- package/plugins/forever/plugin.json +75 -0
- package/plugins/forever/skills/quickstart/SKILL.md +25 -0
- package/plugins/gitmoji-cli/install-guidance.json +11 -0
- package/plugins/gitmoji-cli/meta.json +11 -0
- package/plugins/gitmoji-cli/plugin.json +49 -0
- package/plugins/gitmoji-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/google-maps-scraper/plugin.json +1 -1
- package/plugins/gwc/install-guidance.json +10 -0
- package/plugins/gwc/plugin.json +2 -2
- package/plugins/quarto/install-guidance.json +11 -0
- package/plugins/quarto/meta.json +11 -0
- package/plugins/quarto/plugin.json +61 -0
- package/plugins/quarto/skills/quickstart/SKILL.md +25 -0
- package/plugins/readme-md-generator/install-guidance.json +11 -0
- package/plugins/readme-md-generator/meta.json +11 -0
- package/plugins/readme-md-generator/plugin.json +28 -0
- package/plugins/readme-md-generator/skills/quickstart/SKILL.md +25 -0
- package/plugins/twarc/install-guidance.json +11 -0
- package/plugins/twarc/meta.json +13 -0
- package/plugins/twarc/plugin.json +165 -0
- package/plugins/twarc/skills/quickstart/SKILL.md +61 -0
- package/plugins/vale/install-guidance.json +11 -0
- package/plugins/vale/meta.json +12 -0
- package/plugins/vale/plugin.json +50 -0
- package/plugins/vale/skills/quickstart/SKILL.md +25 -0
- package/plugins/volta/install-guidance.json +11 -0
- package/plugins/volta/meta.json +12 -0
- package/plugins/volta/plugin.json +75 -0
- package/plugins/volta/skills/quickstart/SKILL.md +25 -0
- package/plugins/wgcf/install-guidance.json +11 -0
- package/plugins/wgcf/meta.json +12 -0
- package/plugins/wgcf/plugin.json +45 -0
- package/plugins/wgcf/skills/quickstart/SKILL.md +25 -0
- package/scripts/analyze-plugins.js +130 -0
- package/scripts/enrich-meta-plugins.js +67 -0
- package/server/app.js +23 -1
- package/server/routes/adapters.js +356 -0
- package/server/routes/dashboard.js +113 -0
- package/server/routes/jobs.js +26 -0
- package/server/services/adaptersService.js +284 -0
- package/server/services/pluginsService.js +4 -0
- package/server/views/adapter-edit.ejs +226 -0
- package/server/views/adapter-packages.ejs +191 -0
- package/server/views/adapters.ejs +112 -0
- package/server/views/command-edit.ejs +48 -21
- package/server/views/commands.ejs +25 -22
- package/server/views/dashboard.ejs +196 -0
- package/server/views/layout.ejs +94 -14
- package/server/views/mcp.ejs +38 -35
- package/server/views/partials/head.ejs +88 -12
- package/server/views/plugins.ejs +9 -0
- package/server/views/specs.ejs +33 -30
- package/cli/adapters/builtin.js +0 -43
- package/index.html +0 -384
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"resource": "install",
|
|
13
13
|
"action": "steps",
|
|
14
14
|
"description": "Show beads_rust installation steps for LLM automation",
|
|
15
|
-
"adapter": "
|
|
16
|
-
"adapterConfig": { "
|
|
15
|
+
"adapter": "shell",
|
|
16
|
+
"adapterConfig": { "script": "cat install-guidance.json", "unsafe": true },
|
|
17
17
|
"args": []
|
|
18
18
|
},
|
|
19
19
|
{
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "biome",
|
|
3
|
+
"binary": "biome",
|
|
4
|
+
"check": "which biome",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"npm install -g @biomejs/biome",
|
|
7
|
+
"Verify: biome --version",
|
|
8
|
+
"supercli plugins install ./plugins/biome --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/biomejs/biome (24,475 stars). Written in rust."
|
|
11
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "biome",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "A toolchain for web projects with formatter and linter",
|
|
5
|
+
"source": "https://github.com/biomejs/biome",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "biome"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "biome",
|
|
18
|
+
"resource": "format",
|
|
19
|
+
"action": "run",
|
|
20
|
+
"description": "Format files",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "biome",
|
|
24
|
+
"baseArgs": [
|
|
25
|
+
"format"
|
|
26
|
+
],
|
|
27
|
+
"passthrough": true
|
|
28
|
+
},
|
|
29
|
+
"args": [
|
|
30
|
+
{
|
|
31
|
+
"name": "files",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"required": true,
|
|
34
|
+
"description": "Files to format"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"namespace": "biome",
|
|
40
|
+
"resource": "lint",
|
|
41
|
+
"action": "run",
|
|
42
|
+
"description": "Lint files",
|
|
43
|
+
"adapter": "process",
|
|
44
|
+
"adapterConfig": {
|
|
45
|
+
"command": "biome",
|
|
46
|
+
"baseArgs": [
|
|
47
|
+
"lint"
|
|
48
|
+
],
|
|
49
|
+
"passthrough": true
|
|
50
|
+
},
|
|
51
|
+
"args": [
|
|
52
|
+
{
|
|
53
|
+
"name": "files",
|
|
54
|
+
"type": "string",
|
|
55
|
+
"required": true,
|
|
56
|
+
"description": "Files to lint"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"namespace": "biome",
|
|
62
|
+
"resource": "check",
|
|
63
|
+
"action": "run",
|
|
64
|
+
"description": "Run format and lint checks",
|
|
65
|
+
"adapter": "process",
|
|
66
|
+
"adapterConfig": {
|
|
67
|
+
"command": "biome",
|
|
68
|
+
"baseArgs": [
|
|
69
|
+
"check"
|
|
70
|
+
],
|
|
71
|
+
"passthrough": true
|
|
72
|
+
},
|
|
73
|
+
"args": [
|
|
74
|
+
{
|
|
75
|
+
"name": "files",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"required": true,
|
|
78
|
+
"description": "Files to check"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# biome Quickstart
|
|
2
|
+
|
|
3
|
+
A toolchain for web projects with formatter and linter
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @biomejs/biome
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Quick Examples
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check version
|
|
15
|
+
biome --version
|
|
16
|
+
|
|
17
|
+
# Get help
|
|
18
|
+
biome --help
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Resources
|
|
22
|
+
|
|
23
|
+
- GitHub: https://github.com/biomejs/biome
|
|
24
|
+
- Stars: 24,475
|
|
25
|
+
- Language: rust
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "bore",
|
|
3
|
+
"binary": "bore",
|
|
4
|
+
"check": "which bore",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"cargo install bore-cli",
|
|
7
|
+
"Verify: bore --version",
|
|
8
|
+
"supercli plugins install ./plugins/bore --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/ekzhang/bore (11,080 stars). Written in rust."
|
|
11
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bore",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Simple CLI tool for making tunnels to localhost",
|
|
5
|
+
"source": "https://github.com/ekzhang/bore",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "bore"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "bore",
|
|
18
|
+
"resource": "local",
|
|
19
|
+
"action": "expose",
|
|
20
|
+
"description": "Expose local port to remote server",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "bore",
|
|
24
|
+
"baseArgs": [
|
|
25
|
+
"local"
|
|
26
|
+
],
|
|
27
|
+
"passthrough": true
|
|
28
|
+
},
|
|
29
|
+
"args": [
|
|
30
|
+
{
|
|
31
|
+
"name": "port",
|
|
32
|
+
"type": "integer",
|
|
33
|
+
"required": true,
|
|
34
|
+
"description": "Local port to expose"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "--to",
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Bore server address"
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"namespace": "bore",
|
|
45
|
+
"resource": "server",
|
|
46
|
+
"action": "start",
|
|
47
|
+
"description": "Start bore server",
|
|
48
|
+
"adapter": "process",
|
|
49
|
+
"adapterConfig": {
|
|
50
|
+
"command": "bore",
|
|
51
|
+
"baseArgs": [
|
|
52
|
+
"server"
|
|
53
|
+
],
|
|
54
|
+
"passthrough": true
|
|
55
|
+
},
|
|
56
|
+
"args": [
|
|
57
|
+
{
|
|
58
|
+
"name": "--min-port",
|
|
59
|
+
"type": "integer",
|
|
60
|
+
"description": "Minimum accepted port"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# bore Quickstart
|
|
2
|
+
|
|
3
|
+
Simple CLI tool for making tunnels to localhost
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
cargo install bore-cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Quick Examples
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check version
|
|
15
|
+
bore --version
|
|
16
|
+
|
|
17
|
+
# Get help
|
|
18
|
+
bore --help
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Resources
|
|
22
|
+
|
|
23
|
+
- GitHub: https://github.com/ekzhang/bore
|
|
24
|
+
- Stars: 11,080
|
|
25
|
+
- Language: rust
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "ccf-deadlines",
|
|
3
|
+
"binary": "ccf-deadlines",
|
|
4
|
+
"check": "which ccf-deadlines",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"cargo install ccf-deadlines",
|
|
7
|
+
"Verify: ccf-deadlines --version",
|
|
8
|
+
"supercli plugins install ./plugins/ccf-deadlines --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/ccfddl/ccf-deadlines (8,936 stars). Written in rust."
|
|
11
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ccf-deadlines",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Track worldwide conference deadlines",
|
|
5
|
+
"source": "https://github.com/ccfddl/ccf-deadlines",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "ccf-deadlines"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "ccf",
|
|
18
|
+
"resource": "deadlines",
|
|
19
|
+
"action": "list",
|
|
20
|
+
"description": "List upcoming conference deadlines",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "ccf-deadlines",
|
|
24
|
+
"passthrough": true
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# ccf-deadlines Quickstart
|
|
2
|
+
|
|
3
|
+
Track worldwide conference deadlines
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
cargo install ccf-deadlines
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Quick Examples
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check version
|
|
15
|
+
ccf-deadlines --version
|
|
16
|
+
|
|
17
|
+
# Get help
|
|
18
|
+
ccf-deadlines --help
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Resources
|
|
22
|
+
|
|
23
|
+
- GitHub: https://github.com/ccfddl/ccf-deadlines
|
|
24
|
+
- Stars: 8,936
|
|
25
|
+
- Language: rust
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "code2prompt",
|
|
3
|
+
"binary": "code2prompt",
|
|
4
|
+
"check": "which code2prompt",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"cargo install code2prompt",
|
|
7
|
+
"Verify: code2prompt --version",
|
|
8
|
+
"supercli plugins install ./plugins/code2prompt --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/mufeedvh/code2prompt (7,304 stars). Written in rust."
|
|
11
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "code2prompt",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Convert codebase into a single LLM prompt with source tree",
|
|
5
|
+
"source": "https://github.com/mufeedvh/code2prompt",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "code2prompt"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "code2prompt",
|
|
18
|
+
"resource": "codebase",
|
|
19
|
+
"action": "convert",
|
|
20
|
+
"description": "Convert codebase to LLM prompt",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "code2prompt",
|
|
24
|
+
"passthrough": true
|
|
25
|
+
},
|
|
26
|
+
"args": [
|
|
27
|
+
{
|
|
28
|
+
"name": "path",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"required": true,
|
|
31
|
+
"description": "Path to codebase"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "--output",
|
|
35
|
+
"type": "string",
|
|
36
|
+
"description": "Output file"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "--include",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "Include patterns"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# code2prompt Quickstart
|
|
2
|
+
|
|
3
|
+
Convert codebase into a single LLM prompt with source tree
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
cargo install code2prompt
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Quick Examples
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check version
|
|
15
|
+
code2prompt --version
|
|
16
|
+
|
|
17
|
+
# Get help
|
|
18
|
+
code2prompt --help
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Resources
|
|
22
|
+
|
|
23
|
+
- GitHub: https://github.com/mufeedvh/code2prompt
|
|
24
|
+
- Stars: 7,304
|
|
25
|
+
- Language: rust
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "commiat",
|
|
3
|
+
"binary": "commiat",
|
|
4
|
+
"check": "commiat --version",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"npm install -g commiat",
|
|
7
|
+
"commiat --version"
|
|
8
|
+
],
|
|
9
|
+
"note": "Installation is intentionally delegated to your LLM/automation flow (dcli/scli/supercli)."
|
|
10
|
+
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"resource": "install",
|
|
13
13
|
"action": "steps",
|
|
14
14
|
"description": "Show commiat installation steps for LLM automation",
|
|
15
|
-
"adapter": "
|
|
16
|
-
"adapterConfig": { "
|
|
15
|
+
"adapter": "shell",
|
|
16
|
+
"adapterConfig": { "script": "cat install-guidance.json", "unsafe": true },
|
|
17
17
|
"args": []
|
|
18
18
|
},
|
|
19
19
|
{
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "dua-cli",
|
|
3
|
+
"binary": "dua",
|
|
4
|
+
"check": "which dua",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"cargo install dua-cli",
|
|
7
|
+
"Verify: dua --version",
|
|
8
|
+
"supercli plugins install ./plugins/dua-cli --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/Byron/dua-cli (5,802 stars). Written in rust."
|
|
11
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dua-cli",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "View disk space usage and delete unwanted data",
|
|
5
|
+
"source": "https://github.com/Byron/dua-cli",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "dua"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "dua",
|
|
18
|
+
"resource": "usage",
|
|
19
|
+
"action": "view",
|
|
20
|
+
"description": "View disk space usage",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "dua",
|
|
24
|
+
"passthrough": true
|
|
25
|
+
},
|
|
26
|
+
"args": [
|
|
27
|
+
{
|
|
28
|
+
"name": "path",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "Path to analyze",
|
|
31
|
+
"default": "."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"namespace": "dua",
|
|
37
|
+
"resource": "interactive",
|
|
38
|
+
"action": "browse",
|
|
39
|
+
"description": "Interactive disk usage browser",
|
|
40
|
+
"adapter": "process",
|
|
41
|
+
"adapterConfig": {
|
|
42
|
+
"command": "dua",
|
|
43
|
+
"baseArgs": [
|
|
44
|
+
"i"
|
|
45
|
+
],
|
|
46
|
+
"passthrough": true
|
|
47
|
+
},
|
|
48
|
+
"args": [
|
|
49
|
+
{
|
|
50
|
+
"name": "path",
|
|
51
|
+
"type": "string",
|
|
52
|
+
"description": "Path to browse"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# dua Quickstart
|
|
2
|
+
|
|
3
|
+
View disk space usage and delete unwanted data
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
cargo install dua-cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Quick Examples
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check version
|
|
15
|
+
dua --version
|
|
16
|
+
|
|
17
|
+
# Get help
|
|
18
|
+
dua --help
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Resources
|
|
22
|
+
|
|
23
|
+
- GitHub: https://github.com/Byron/dua-cli
|
|
24
|
+
- Stars: 5,802
|
|
25
|
+
- Language: rust
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugin": "forever",
|
|
3
|
+
"binary": "forever",
|
|
4
|
+
"check": "which forever",
|
|
5
|
+
"install_steps": [
|
|
6
|
+
"npm install -g forever",
|
|
7
|
+
"Verify: forever --version",
|
|
8
|
+
"supercli plugins install ./plugins/forever --on-conflict replace --json"
|
|
9
|
+
],
|
|
10
|
+
"note": "Source: https://github.com/foreversd/forever (13,847 stars). Written in nodejs."
|
|
11
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "forever",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Ensure scripts run continuously",
|
|
5
|
+
"source": "https://github.com/foreversd/forever",
|
|
6
|
+
"checks": [
|
|
7
|
+
{
|
|
8
|
+
"type": "binary",
|
|
9
|
+
"name": "forever"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"learn": {
|
|
13
|
+
"file": "skills/quickstart/SKILL.md"
|
|
14
|
+
},
|
|
15
|
+
"commands": [
|
|
16
|
+
{
|
|
17
|
+
"namespace": "forever",
|
|
18
|
+
"resource": "script",
|
|
19
|
+
"action": "start",
|
|
20
|
+
"description": "Start script continuously",
|
|
21
|
+
"adapter": "process",
|
|
22
|
+
"adapterConfig": {
|
|
23
|
+
"command": "forever",
|
|
24
|
+
"baseArgs": [
|
|
25
|
+
"start"
|
|
26
|
+
],
|
|
27
|
+
"passthrough": true
|
|
28
|
+
},
|
|
29
|
+
"args": [
|
|
30
|
+
{
|
|
31
|
+
"name": "script",
|
|
32
|
+
"type": "string",
|
|
33
|
+
"required": true,
|
|
34
|
+
"description": "Script to run"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"namespace": "forever",
|
|
40
|
+
"resource": "processes",
|
|
41
|
+
"action": "list",
|
|
42
|
+
"description": "List running processes",
|
|
43
|
+
"adapter": "process",
|
|
44
|
+
"adapterConfig": {
|
|
45
|
+
"command": "forever",
|
|
46
|
+
"baseArgs": [
|
|
47
|
+
"list"
|
|
48
|
+
],
|
|
49
|
+
"passthrough": true
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"namespace": "forever",
|
|
54
|
+
"resource": "process",
|
|
55
|
+
"action": "stop",
|
|
56
|
+
"description": "Stop a process",
|
|
57
|
+
"adapter": "process",
|
|
58
|
+
"adapterConfig": {
|
|
59
|
+
"command": "forever",
|
|
60
|
+
"baseArgs": [
|
|
61
|
+
"stop"
|
|
62
|
+
],
|
|
63
|
+
"passthrough": true
|
|
64
|
+
},
|
|
65
|
+
"args": [
|
|
66
|
+
{
|
|
67
|
+
"name": "uid",
|
|
68
|
+
"type": "string",
|
|
69
|
+
"required": true,
|
|
70
|
+
"description": "Process UID"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|