-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
43 lines (43 loc) · 1.31 KB
/
settings.json
File metadata and controls
43 lines (43 loc) · 1.31 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
{
"name": "OpenAnalyst-Accountability-Coach",
"owner": {
"name": "OpenAnalyst",
"email": "support@openanalyst.com"
},
"metadata": {
"description": "OpenAnalyst Accountability Coach - Your Personal AI-Powered Accountability System with Dynamic Coaching",
"version": "2.0.0",
"homepage": "https://github.com/openanalyst/accountability-coach"
},
"plugins": [
{
"name": "OA-Deckling",
"description": "Generate professional PPTX presentations using Anthropic Platform Skills API",
"source": "./plugins/deckling"
},
{
"name": "OA-Accountability-Suite",
"description": "Complete accountability system with dynamic coaching, commitment contracts, and intelligent tracking",
"source": "./",
"strict": false,
"skills": [
"./skills/user-onboarding",
"./skills/challenge-onboarding",
"./skills/streak",
"./skills/daily-checkin",
"./skills/motivation",
"./skills/schedule-replanner",
"./skills/punishment",
"./skills/excalidraw"
],
"commands": [
"./commands/streak.md",
"./commands/streak-new.md",
"./commands/streak-list.md",
"./commands/streak-switch.md",
"./commands/streak-stats.md",
"./commands/streak-insights.md"
]
}
]
}