Files
Master-skill/package.json
T
xianren 936ce09069 feat: add NPX installer CLI (install/list/uninstall)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 07:13:51 +08:00

13 lines
456 B
JSON

{
"name": "master-skill",
"version": "0.3.0",
"description": "Chinese Buddhist Master AI Skills — RAG-grounded, source-cited, fidelity-tested",
"bin": {
"master-skill": "./bin/cli.mjs"
},
"keywords": ["claude-skills", "agent-skills", "buddhism", "ai-persona", "rag", "digital-humanities"],
"license": "MIT",
"repository": {"type": "git", "url": "https://github.com/xr843/Master-skill"},
"files": ["bin/", "prebuilt/", "scripts/"]
}