forked from steipete/agent-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.sh.json
More file actions
91 lines (91 loc) · 2.47 KB
/
Copy pathskills.sh.json
File metadata and controls
91 lines (91 loc) · 2.47 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
83
84
85
86
87
88
89
90
91
{
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
"notGrouped": "bottom",
"groupings": [
{
"title": "Agent Workflows",
"description": "Skills for agent instructions, transcript handling, skill hygiene, and reusable workflow design.",
"skills": [
"agent-transcript",
"create-cli",
"frontend-design",
"markdown-converter",
"oracle",
"skill-cleaner"
]
},
{
"title": "GitHub & OpenClaw",
"description": "Skills for GitHub review, cache hygiene, project triage, and OpenClaw agent operations.",
"skills": [
"clawsweeper-status",
"codex-debugging",
"discord-clawd",
"github-author-context",
"github-cache-hygiene",
"github-deep-review",
"github-project-triage",
"maintainer-orchestrator",
"openclaw-relay"
]
},
{
"title": "Apple & Native Apps",
"description": "Skills for Swift, SwiftUI, Instruments, Hopper, app releases, and macOS VM labs.",
"skills": [
"hopper-debugger",
"instruments-profiling",
"native-app-performance",
"release-mac-app",
"swift-concurrency-expert",
"swiftui-liquid-glass",
"swiftui-performance-audit",
"swiftui-view-refactor",
"vm-lab"
]
},
{
"title": "Browser, Media & AI",
"description": "Skills for browser automation, screenshots, image generation, video transcripts, and X API work.",
"skills": [
"browser-use",
"nano-banana-pro",
"openai-image-gen",
"peekaboo",
"video-transcript-downloader",
"xurl"
]
},
{
"title": "Comms & Knowledge",
"description": "Skills for messaging, notes, reminders, music, speaking workflows, and personal archives.",
"skills": [
"beeper",
"notcrawl",
"obsidian",
"reminders",
"sonos",
"speaking",
"things-todo",
"twilio-sms",
"whatsapp"
]
},
{
"title": "Infrastructure & Release",
"description": "Skills for domains, DNS, npm, Cloudflare, Wrangler, 1Password, SSH, releases, and remote machines.",
"skills": [
"clickclack",
"cloudflare-registrar",
"domain-dns-ops",
"mac-maintenance",
"npm",
"one-password",
"release-tweets",
"remote-mac",
"ssh-doctor",
"wrangler"
]
}
]
}