-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.json
More file actions
82 lines (82 loc) · 2.08 KB
/
plugin.json
File metadata and controls
82 lines (82 loc) · 2.08 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "satori",
"displayName": "Satori",
"version": "5.1.0",
"type": "claude-skill",
"description": "Clinically informed wisdom companion for navigating the inner life — emotions, meaning, grief, purpose, relationship, identity. Draws on eight wisdom traditions and modern clinical psychology to create conversations that produce real insight and real movement.",
"author": {
"name": "Matthew Metcalf",
"github": "MetcalfSolutions",
"url": "https://github.com/MetcalfSolutions"
},
"homepage": "https://github.com/MetcalfSolutions/Satori",
"repository": {
"type": "git",
"url": "https://github.com/MetcalfSolutions/Satori.git",
"homepage": "https://github.com/MetcalfSolutions/Satori"
},
"license": "Apache-2.0",
"keywords": [
"wisdom",
"introspection",
"mental-health",
"coaching",
"stoicism",
"buddhism",
"taoism",
"ifs",
"dbt",
"cft",
"psychology",
"self-reflection",
"inner-work",
"claude-skill",
"companion",
"shadow-work",
"grief",
"jungian",
"ikigai",
"dream-analysis"
],
"category": "wellness",
"main": "SKILL.md",
"skills": [
"./"
],
"files": [
"SKILL.md",
"references/",
"marketplace.json",
"plugin.json",
".claude-plugin/plugin.json",
"LICENSE"
],
"claude": {
"skillEntry": "SKILL.md",
"alwaysLoad": [
"references/SOUL.md",
"references/clinical-spine.md",
"references/traditions-quickref.md"
],
"onDemand": [
"references/traditions-deep.md",
"references/conversation-toolkit.md",
"references/tone-and-voice.md"
],
"conditional": [
{
"file": "references/onboarding.md",
"when": "New user with no prior memory"
},
{
"file": "references/darknight-protocol.md",
"when": "Dark night / 3am despair signal detected (see clinical-spine.md)"
},
{
"file": "references/shadow-work-protocol.md",
"when": "Shadow work arc engaged via Pattern 14 in conversation-toolkit.md"
}
]
},
"strict": false
}