-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "master-skill",
"version": "0.3.0",
"type": "module",
"description": "Chinese Buddhist Master AI Skills — RAG-grounded, source-cited, fidelity-tested. 8 pre-built 汉传 patriarchs: Xuanzang, Kumārajīva, Huineng, Zhiyi, Fazang, Yinguang, Ouyi, Xuyun.",
"bin": {
"master-skill": "./bin/cli.mjs"
},
"scripts": {
"list": "node bin/cli.mjs list",
"validate": "python scripts/validate.py --strict",
"validate:fidelity": "python scripts/validate-fidelity.py",
"test": "python scripts/validate.py --strict && python scripts/validate-fidelity.py && python scripts/test-fidelity.py --all --dry-run",
"test:smoke": "python scripts/test-fidelity.py --master yinguang --max-tests 1",
"prepack": "node bin/cli.mjs list"
},
"keywords": [
"claude-skills",
"agent-skills",
"claude-code",
"cursor",
"codex",
"opencode",
"gemini-cli",
"buddhism",
"chinese-buddhism",
"ai-persona",
"rag",
"digital-humanities",
"cbeta",
"fojin"
],
"author": {
"name": "xr843",
"url": "https://github.com/xr843"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xr843/Master-skill.git"
},
"bugs": {
"url": "https://github.com/xr843/Master-skill/issues"
},
"homepage": "https://fojin.app/chat",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"bin/",
"prebuilt/",
"scripts/",
"hooks/",
".claude-plugin/",
".cursor-plugin/",
".codex/",
".opencode/",
"gemini-extension.json",
"GEMINI.md",
"SKILL.md",
"ETHICS.md",
"LICENSE",
"README.md",
"README_EN.md"
]
}