-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
53 lines (53 loc) · 1.54 KB
/
Copy pathplugin.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "shell-skill",
"version": "0.3.0",
"description": "Shell Skill Kit: test-enforced Agent Skills for safe Bash, Zsh, POSIX sh, and Nushell.",
"author": {
"name": "Mikhail Kuznetsov",
"url": "https://github.com/posidoni"
},
"repository": "https://github.com/posidoni/shell-skill",
"homepage": "https://github.com/posidoni/shell-skill#readme",
"license": "MIT",
"keywords": [
"shell",
"bash",
"zsh",
"nushell",
"posix",
"shellcheck",
"shfmt",
"agent-skills",
"codex",
"chatgpt",
"claude-code",
"cursor",
"ai-coding",
"shell-safety"
],
"skills": "./skills/",
"interface": {
"displayName": "Shell Skill Kit",
"shortDescription": "Safe shell rules for AI coding agents",
"longDescription": "A portable, cited, test-enforced skill kit for writing and reviewing shell. Covers Bash, Zsh, POSIX sh, Nushell, shebangs, streams, and the failure modes that make generated scripts quietly unsafe.",
"developerName": "Mikhail Kuznetsov",
"category": "Development",
"capabilities": [
"Skills",
"Review",
"Linting"
],
"websiteURL": "https://github.com/posidoni/shell-skill",
"brandColor": "#2563EB",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg",
"screenshots": [
"./assets/social-preview.png"
],
"defaultPrompt": [
"Use Shell Skill Kit to review this shell script.",
"Write a portable Bash script with safe defaults.",
"Explain why this shell example is unsafe."
]
}
}