-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.sources.json
More file actions
35 lines (35 loc) · 2.13 KB
/
skills.sources.json
File metadata and controls
35 lines (35 loc) · 2.13 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
{
"version": 1,
"defaultSourceType": "github",
"skills": {
"agent-browser": { "source": "vercel-labs/agent-browser" },
"coding-guidelines": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-adapt": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-animate": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-arrange": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-audit": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-bolder": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-clarify": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-colorize": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-critique": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-delight": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-distill": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-extract": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-harden": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-impeccable": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-normalize": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-onboard": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-optimize": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-overdrive": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-polish": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-quieter": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-shape": { "source": "HGZahn/agentic-coding", "ref": "master" },
"i-typeset": { "source": "HGZahn/agentic-coding", "ref": "master" },
"justfile": { "source": "iloveitaly/ai-skills" },
"ruff": { "source": "astral-sh/claude-code-plugins", "ref": "main" },
"skill-creator": { "source": "anthropics/skills", "ref": "main" },
"systematic-debugging": { "source": "ChrisWiles/claude-code-showcase", "ref": "main" },
"uv": { "source": "astral-sh/claude-code-plugins", "ref": "main" },
"value-realization": { "source": "Done-0/value-realization" }
}
}