@drunkcoding/agents-and-skills 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "tech-graph",
|
|
13
13
|
"source": "./plugins/tech-graph",
|
|
14
14
|
"description": "6-step wizard for technical diagrams (SVG/PNG) via fireworks-tech-graph",
|
|
15
|
-
"version": "0.0.
|
|
15
|
+
"version": "0.0.10",
|
|
16
16
|
"category": "diagram",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"diagram",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"name": "html-effectiveness",
|
|
27
27
|
"source": "./plugins/html-effectiveness",
|
|
28
28
|
"description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
|
|
29
|
-
"version": "0.0.
|
|
29
|
+
"version": "0.0.10",
|
|
30
30
|
"category": "reports",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"html",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"name": "team-superpower",
|
|
42
42
|
"source": "./plugins/team-superpower",
|
|
43
43
|
"description": "Coordination layer that runs the obra/superpowers skill chain across a Claude Code agent team — one /team-feature command takes an idea through brainstorming, plan, TDD implementation, review, and finish with at most 4 owner touchpoints.",
|
|
44
|
-
"version": "0.0.
|
|
44
|
+
"version": "0.0.10",
|
|
45
45
|
"category": "workflow",
|
|
46
46
|
"keywords": [
|
|
47
47
|
"agent-teams",
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Then install any plugin individually:
|
|
|
26
26
|
|
|
27
27
|
```text
|
|
28
28
|
/plugin install tech-graph@drunkcoding
|
|
29
|
-
/plugin install html-effectiveness@drunkcoding
|
|
29
|
+
/plugin install html-effectiveness@drunkcoding --scope local
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Reload after install:
|
|
@@ -56,10 +56,6 @@ Install into a project's `.claude/` instead of your user profile:
|
|
|
56
56
|
### npm / npx
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
# Whole marketplace
|
|
60
|
-
npm install -g @drunkcoding/agents-and-skills
|
|
61
|
-
|
|
62
|
-
# Or via npx skills (https://github.com/vercel-labs/skills)
|
|
63
59
|
# Use the GitHub shorthand (owner/repo) — `npx skills` does not resolve npm scopes.
|
|
64
60
|
npx skills add baoduy/agents-and-skills
|
|
65
61
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drunkcoding/agents-and-skills",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Personal collection of Claude Code skills and agents, installable via `npx skills`.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "
|
|
17
|
+
"url": "https://github.com/baoduy/agents-and-skills.git"
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/baoduy/agents-and-skills#readme",
|
|
20
20
|
"bugs": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-effectiveness",
|
|
3
3
|
"displayName": "HTML Effectiveness Reports",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Steven Hoang"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-superpower",
|
|
3
3
|
"displayName": "Team Superpower",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.10",
|
|
5
5
|
"description": "Coordination layer that runs the obra/superpowers skill chain across a Claude Code agent team — one /team-feature command takes an idea through brainstorming, plan, TDD implementation, review, and finish with at most 4 owner touchpoints.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Steven Hoang"
|
|
@@ -26,5 +26,39 @@
|
|
|
26
26
|
"commands/team-feature-resume.md",
|
|
27
27
|
"commands/team-cleanup.md"
|
|
28
28
|
],
|
|
29
|
-
"hooks":
|
|
29
|
+
"hooks": {
|
|
30
|
+
"TeammateIdle": [
|
|
31
|
+
{
|
|
32
|
+
"matcher": "*",
|
|
33
|
+
"hooks": [
|
|
34
|
+
{
|
|
35
|
+
"type": "command",
|
|
36
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/teammate-idle.sh"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"TaskCreated": [
|
|
42
|
+
{
|
|
43
|
+
"matcher": "*",
|
|
44
|
+
"hooks": [
|
|
45
|
+
{
|
|
46
|
+
"type": "command",
|
|
47
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/task-created.sh"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"TaskCompleted": [
|
|
53
|
+
{
|
|
54
|
+
"matcher": "*",
|
|
55
|
+
"hooks": [
|
|
56
|
+
{
|
|
57
|
+
"type": "command",
|
|
58
|
+
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/task-completed.sh"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
30
64
|
}
|