@drunkcoding/agents-and-skills 0.0.44 → 0.0.46

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.
Files changed (107) hide show
  1. package/.claude-plugin/marketplace.json +2 -47
  2. package/README.md +3 -6
  3. package/package.json +4 -1
  4. package/plugins/multica-tool/.claude-plugin/plugin.json +1 -1
  5. package/plugins/multica-tool/scripts/lib.mjs +53 -4
  6. package/plugins/multica-tool/scripts/multica-export.mjs +170 -50
  7. package/plugins/multica-tool/scripts/multica-import.mjs +209 -27
  8. package/plugins/multica-tool/skills/export/SKILL.md +91 -22
  9. package/plugins/multica-tool/skills/import/SKILL.md +24 -9
  10. package/plugins/multica-tool/skills/sync/SKILL.md +1 -1
  11. package/plugins/plugin-validator/.claude-plugin/plugin.json +1 -1
  12. package/plugins/html-effectiveness/.claude-plugin/plugin.json +0 -17
  13. package/plugins/html-effectiveness/README.md +0 -28
  14. package/plugins/html-effectiveness/agents/report-builder.md +0 -66
  15. package/plugins/html-effectiveness/assets/base.css +0 -51
  16. package/plugins/html-effectiveness/assets/base.js +0 -11
  17. package/plugins/html-effectiveness/assets/charts.js +0 -1
  18. package/plugins/html-effectiveness/assets/components.css +0 -10
  19. package/plugins/html-effectiveness/commands/html-report.md +0 -13
  20. package/plugins/html-effectiveness/docs/template-gallery.md +0 -28
  21. package/plugins/html-effectiveness/package.json +0 -6
  22. package/plugins/html-effectiveness/scripts/_tmp.js +0 -37
  23. package/plugins/html-effectiveness/scripts/catalog.js +0 -47
  24. package/plugins/html-effectiveness/scripts/extract.js +0 -104
  25. package/plugins/html-effectiveness/scripts/mustache.js +0 -90
  26. package/plugins/html-effectiveness/scripts/render.js +0 -176
  27. package/plugins/html-effectiveness/skills/html-effectiveness/SKILL.md +0 -94
  28. package/plugins/html-effectiveness/templates/01-exploration-code-approaches.html.tmpl +0 -400
  29. package/plugins/html-effectiveness/templates/02-exploration-visual-designs.html.tmpl +0 -456
  30. package/plugins/html-effectiveness/templates/03-code-review-pr.html.tmpl +0 -581
  31. package/plugins/html-effectiveness/templates/04-code-understanding.html.tmpl +0 -443
  32. package/plugins/html-effectiveness/templates/05-design-system.html.tmpl +0 -578
  33. package/plugins/html-effectiveness/templates/06-component-variants.html.tmpl +0 -557
  34. package/plugins/html-effectiveness/templates/07-prototype-animation.html.tmpl +0 -417
  35. package/plugins/html-effectiveness/templates/08-prototype-interaction.html.tmpl +0 -363
  36. package/plugins/html-effectiveness/templates/09-slide-deck.html.tmpl +0 -535
  37. package/plugins/html-effectiveness/templates/10-svg-illustrations.html.tmpl +0 -444
  38. package/plugins/html-effectiveness/templates/11-status-report.html.tmpl +0 -152
  39. package/plugins/html-effectiveness/templates/12-incident-report.html.tmpl +0 -547
  40. package/plugins/html-effectiveness/templates/13-flowchart-diagram.html.tmpl +0 -361
  41. package/plugins/html-effectiveness/templates/14-research-feature-explainer.html.tmpl +0 -348
  42. package/plugins/html-effectiveness/templates/15-research-concept-explainer.html.tmpl +0 -334
  43. package/plugins/html-effectiveness/templates/16-implementation-plan.html.tmpl +0 -657
  44. package/plugins/html-effectiveness/templates/17-pr-writeup.html.tmpl +0 -553
  45. package/plugins/html-effectiveness/templates/18-editor-triage-board.html.tmpl +0 -541
  46. package/plugins/html-effectiveness/templates/19-editor-feature-flags.html.tmpl +0 -627
  47. package/plugins/html-effectiveness/templates/20-editor-prompt-tuner.html.tmpl +0 -687
  48. package/plugins/html-effectiveness/templates/manifest.json +0 -441
  49. package/plugins/team-share/.claude-plugin/plugin.json +0 -18
  50. package/plugins/team-share/README.md +0 -46
  51. package/plugins/team-share/agents/team-share.md +0 -53
  52. package/plugins/team-share/commands/team-share.md +0 -4
  53. package/plugins/team-share/skills/claude-config/SKILL.md +0 -143
  54. package/plugins/team-share/skills/codegraph-setup/SKILL.md +0 -81
  55. package/plugins/team-share/skills/understand-setup/SKILL.md +0 -115
  56. package/plugins/tech-graph/.claude-plugin/plugin.json +0 -17
  57. package/plugins/tech-graph/README.md +0 -66
  58. package/plugins/tech-graph/agents/tech-graph.md +0 -97
  59. package/plugins/tech-graph/commands/tech-graph.md +0 -13
  60. package/plugins/tech-graph/scripts/check-deps.sh +0 -55
  61. package/plugins/tech-graph/skills/tech-graph/LICENSE +0 -21
  62. package/plugins/tech-graph/skills/tech-graph/README.md +0 -555
  63. package/plugins/tech-graph/skills/tech-graph/README.zh.md +0 -514
  64. package/plugins/tech-graph/skills/tech-graph/SKILL.md +0 -263
  65. package/plugins/tech-graph/skills/tech-graph/agents/openai.yaml +0 -4
  66. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style1-flat.png +0 -0
  67. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style2-dark.png +0 -0
  68. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style3-blueprint.png +0 -0
  69. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style4-notion.png +0 -0
  70. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style5-glass.png +0 -0
  71. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style6-claude.png +0 -0
  72. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style7-openai.png +0 -0
  73. package/plugins/tech-graph/skills/tech-graph/fixtures/agent-memory-types-style4.json +0 -181
  74. package/plugins/tech-graph/skills/tech-graph/fixtures/api-flow-style7.json +0 -40
  75. package/plugins/tech-graph/skills/tech-graph/fixtures/mem0-style1.json +0 -297
  76. package/plugins/tech-graph/skills/tech-graph/fixtures/microservices-style3.json +0 -64
  77. package/plugins/tech-graph/skills/tech-graph/fixtures/multi-agent-style5.json +0 -45
  78. package/plugins/tech-graph/skills/tech-graph/fixtures/system-architecture-style6.json +0 -48
  79. package/plugins/tech-graph/skills/tech-graph/fixtures/tool-call-style2.json +0 -182
  80. package/plugins/tech-graph/skills/tech-graph/package.json +0 -42
  81. package/plugins/tech-graph/skills/tech-graph/references/diagram-types.md +0 -171
  82. package/plugins/tech-graph/skills/tech-graph/references/icons.md +0 -406
  83. package/plugins/tech-graph/skills/tech-graph/references/style-1-flat-icon.md +0 -108
  84. package/plugins/tech-graph/skills/tech-graph/references/style-2-dark-terminal.md +0 -107
  85. package/plugins/tech-graph/skills/tech-graph/references/style-3-blueprint.md +0 -113
  86. package/plugins/tech-graph/skills/tech-graph/references/style-4-notion-clean.md +0 -95
  87. package/plugins/tech-graph/skills/tech-graph/references/style-5-glassmorphism.md +0 -125
  88. package/plugins/tech-graph/skills/tech-graph/references/style-6-claude-official.md +0 -209
  89. package/plugins/tech-graph/skills/tech-graph/references/style-7-openai.md +0 -215
  90. package/plugins/tech-graph/skills/tech-graph/references/style-diagram-matrix.md +0 -135
  91. package/plugins/tech-graph/skills/tech-graph/references/svg-layout-best-practices.md +0 -100
  92. package/plugins/tech-graph/skills/tech-graph/references/svg-to-png.md +0 -115
  93. package/plugins/tech-graph/skills/tech-graph/scripts/README.md +0 -269
  94. package/plugins/tech-graph/skills/tech-graph/scripts/generate-diagram.sh +0 -181
  95. package/plugins/tech-graph/skills/tech-graph/scripts/generate-from-template.py +0 -1587
  96. package/plugins/tech-graph/skills/tech-graph/scripts/test-all-styles.sh +0 -143
  97. package/plugins/tech-graph/skills/tech-graph/scripts/validate-svg.sh +0 -306
  98. package/plugins/tech-graph/skills/tech-graph/templates/agent-architecture.svg +0 -28
  99. package/plugins/tech-graph/skills/tech-graph/templates/architecture.svg +0 -23
  100. package/plugins/tech-graph/skills/tech-graph/templates/comparison-matrix.svg +0 -14
  101. package/plugins/tech-graph/skills/tech-graph/templates/data-flow.svg +0 -28
  102. package/plugins/tech-graph/skills/tech-graph/templates/er-diagram.svg +0 -21
  103. package/plugins/tech-graph/skills/tech-graph/templates/flowchart.svg +0 -21
  104. package/plugins/tech-graph/skills/tech-graph/templates/sequence.svg +0 -20
  105. package/plugins/tech-graph/skills/tech-graph/templates/state-machine.svg +0 -20
  106. package/plugins/tech-graph/skills/tech-graph/templates/timeline.svg +0 -19
  107. package/plugins/tech-graph/skills/tech-graph/templates/use-case.svg +0 -21
@@ -1,363 +0,0 @@
1
- <!--
2
- template: 08-prototype-interaction
3
- upstream: 08-prototype-interaction.html
4
- slots:
5
- title: string # replaces first <h1> innerHTML
6
- -->
7
- <div class="wrap">
8
-
9
- <header>
10
- <div class="eyebrow">Acme / prototype / interaction</div>
11
- <h1>{{title}}</h1>
12
- <p class="sub">
13
- Throwaway HTML so we can <em>feel</em> the reorder before porting it to
14
- React. Native <code class="inline">dragstart / dragover / drop</code>,
15
- ~40 lines of JS, no libraries. Grab a row by the dots and move it.
16
- </p>
17
- </header>
18
-
19
- <div class="bench">
20
-
21
- <div>
22
- <nav class="sidebar">
23
- <div class="sidebar-title">Views</div>
24
- <ul class="list" id="list">
25
- <li class="item" draggable="true">
26
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
27
- <span class="label">Inbox</span>
28
- <span class="count">14</span>
29
- </li>
30
- <li class="item" draggable="true">
31
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
32
- <span class="label">Today</span>
33
- <span class="count">3</span>
34
- </li>
35
- <li class="item" draggable="true">
36
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
37
- <span class="label">Upcoming</span>
38
- <span class="count">21</span>
39
- </li>
40
- <li class="item" draggable="true">
41
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
42
- <span class="label">Projects</span>
43
- <span class="count">8</span>
44
- </li>
45
- <li class="item" draggable="true">
46
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
47
- <span class="label">Archive</span>
48
- <span class="count"></span>
49
- </li>
50
- <li class="item" draggable="true">
51
- <span class="grip"><i></i><i></i><i></i><i></i><i></i><i></i></span>
52
- <span class="label">Trash</span>
53
- <span class="count"></span>
54
- </li>
55
- <div class="indicator" id="indicator"></div>
56
- </ul>
57
- </nav>
58
- <p class="footnote">Order persists in the DOM only — refresh to reset.</p>
59
- </div>
60
-
61
- <div>
62
- <section class="notes">
63
- <h2>What you're feeling</h2>
64
- <p class="lede">Design decisions baked into this prototype, so you can push back on them.</p>
65
- <ul>
66
- <li>
67
- <b>Drop indicator snaps to the nearest gap</b>, not the raw cursor Y.
68
- It only moves when you cross a row's midpoint — feels more decisive,
69
- less jittery.
70
- </li>
71
- <li>
72
- <b>Dragged row stays in place at 35% opacity</b> with a 2&deg; tilt.
73
- Keeping the ghost in the list preserves your sense of where you
74
- started; the tilt reads as "lifted."
75
- </li>
76
- <li>
77
- <b>Grip dots are the affordance, but the whole row is draggable.</b>
78
- Dots darken on hover to teach the gesture without forcing a
79
- tiny hit target.
80
- </li>
81
- <li>
82
- <b>No auto-scroll, no drop animation.</b> Left out on purpose so the
83
- core feel is easy to judge — say the word and we add them next.
84
- </li>
85
- </ul>
86
- </section>
87
-
88
- <section class="questions">
89
- <h2>Open questions</h2>
90
- <ol>
91
- <li>Should <b>Trash</b> (and maybe <b>Archive</b>) be pinned to the bottom and excluded from reordering?</li>
92
- <li>Do we want rows to <b>slide</b> to their new slot on drop, or is the instant snap acceptable?</li>
93
- <li>Keyboard path: is <code class="inline">Alt + Arrow</code> to move the focused row enough for the first ship?</li>
94
- </ol>
95
- </section>
96
- </div>
97
-
98
- </div>
99
- </div>
100
-
101
- <style>
102
- * { box-sizing: border-box; }
103
- .wrap {
104
- max-width: 1040px;
105
- margin: 0 auto;
106
- padding: 48px 32px 64px;
107
- }
108
- header { margin-bottom: 28px; }
109
- .eyebrow {
110
- font-family: var(--mono);
111
- font-size: 11px;
112
- letter-spacing: 0.08em;
113
- text-transform: uppercase;
114
- color: var(--gray-500);
115
- }
116
- h1 {
117
- font-family: var(--serif);
118
- font-weight: 500;
119
- font-size: 30px;
120
- letter-spacing: -0.01em;
121
- margin: 6px 0 4px;
122
- }
123
- .sub {
124
- color: var(--gray-500);
125
- max-width: 600px;
126
- }
127
- code.inline {
128
- font-family: var(--mono);
129
- font-size: 12px;
130
- background: var(--gray-50);
131
- border: 1.5px solid var(--gray-200);
132
- padding: 1px 5px;
133
- border-radius: 4px;
134
- }
135
- /* ---------- layout ---------- */
136
- .bench {
137
- display: grid;
138
- grid-template-columns: 300px 1fr;
139
- gap: 28px;
140
- align-items: start;
141
- }
142
- /* ---------- sidebar mock ---------- */
143
- .sidebar {
144
- width: 260px;
145
- background: var(--white);
146
- border: 1.5px solid var(--gray-200);
147
- border-radius: 12px;
148
- padding: 14px 10px;
149
- }
150
- .sidebar-title {
151
- font-family: var(--mono);
152
- font-size: 10px;
153
- letter-spacing: 0.1em;
154
- text-transform: uppercase;
155
- color: var(--gray-500);
156
- padding: 4px 10px 10px;
157
- }
158
- .list {
159
- position: relative;
160
- list-style: none;
161
- margin: 0;
162
- padding: 0;
163
- }
164
- .item {
165
- display: flex;
166
- align-items: center;
167
- gap: 10px;
168
- padding: 9px 10px;
169
- margin: 2px 0;
170
- border-radius: 8px;
171
- background: var(--white);
172
- cursor: grab;
173
- user-select: none;
174
- transition: background 120ms linear, transform 120ms ease-out, opacity 120ms linear;
175
- }
176
- .item:hover { background: var(--gray-50); }
177
- .item:hover .grip i { background: var(--gray-800); }
178
- .item.dragging {
179
- opacity: 0.35;
180
- transform: rotate(2deg);
181
- background: var(--gray-50);
182
- cursor: grabbing;
183
- }
184
- .item .label { font-size: 14px; color: var(--slate); }
185
- .item .count {
186
- margin-left: auto;
187
- font-family: var(--mono);
188
- font-size: 11px;
189
- color: var(--gray-500);
190
- }
191
- /* grip: 2 × 3 dot grid, pure css */
192
- .grip {
193
- flex: none;
194
- width: 10px;
195
- height: 16px;
196
- display: grid;
197
- grid-template-columns: repeat(2, 3px);
198
- grid-template-rows: repeat(3, 3px);
199
- gap: 3px;
200
- align-content: center;
201
- }
202
- .grip i {
203
- width: 3px;
204
- height: 3px;
205
- border-radius: 50%;
206
- background: var(--gray-200);
207
- transition: background 120ms linear;
208
- }
209
- /* drop indicator line */
210
- .indicator {
211
- position: absolute;
212
- left: 6px;
213
- right: 6px;
214
- height: 2px;
215
- background: var(--clay);
216
- border-radius: 2px;
217
- pointer-events: none;
218
- display: none;
219
- }
220
- .indicator::before {
221
- content: "";
222
- position: absolute;
223
- left: -5px;
224
- top: -3px;
225
- width: 8px;
226
- height: 8px;
227
- border-radius: 50%;
228
- background: var(--clay);
229
- }
230
- .indicator.on { display: block; }
231
- /* ---------- annotation panel ---------- */
232
- .notes {
233
- background: var(--white);
234
- border: 1.5px solid var(--gray-200);
235
- border-radius: 12px;
236
- padding: 22px 24px;
237
- }
238
- .notes h2 {
239
- font-family: var(--serif);
240
- font-weight: 500;
241
- font-size: 18px;
242
- margin: 0 0 6px;
243
- }
244
- .notes .lede {
245
- color: var(--gray-500);
246
- font-size: 13px;
247
- margin: 0 0 16px;
248
- }
249
- .notes ul {
250
- list-style: none;
251
- margin: 0;
252
- padding: 0;
253
- }
254
- .notes li {
255
- position: relative;
256
- padding: 10px 0 10px 22px;
257
- border-top: 1.5px solid var(--gray-50);
258
- font-size: 13px;
259
- color: var(--gray-800);
260
- }
261
- .notes li:first-child { border-top: none; }
262
- .notes li::before {
263
- content: "";
264
- position: absolute;
265
- left: 4px;
266
- top: 16px;
267
- width: 7px;
268
- height: 7px;
269
- border-radius: 2px;
270
- background: var(--clay);
271
- }
272
- .notes li b { color: var(--slate); font-weight: 600; }
273
- /* ---------- open questions ---------- */
274
- .questions {
275
- margin-top: 28px;
276
- background: var(--oat);
277
- border: 1.5px solid var(--gray-200);
278
- border-radius: 12px;
279
- padding: 20px 24px;
280
- }
281
- .questions h2 {
282
- font-family: var(--serif);
283
- font-weight: 500;
284
- font-size: 17px;
285
- margin: 0 0 12px;
286
- }
287
- .questions ol {
288
- margin: 0;
289
- padding-left: 20px;
290
- }
291
- .questions li {
292
- font-size: 13px;
293
- color: var(--gray-800);
294
- padding: 4px 0;
295
- }
296
- .questions li::marker {
297
- font-family: var(--mono);
298
- color: var(--olive);
299
- font-weight: 600;
300
- }
301
- .footnote {
302
- margin-top: 18px;
303
- font-family: var(--mono);
304
- font-size: 11px;
305
- color: var(--gray-500);
306
- }
307
- </style>
308
-
309
- <script>
310
- var list = document.getElementById('list');
311
- var indicator = document.getElementById('indicator');
312
- var dragging = null;
313
- var dropBefore = null; // node to insert before, or null = append
314
-
315
- list.addEventListener('dragstart', function (e) {
316
- var item = e.target.closest('.item');
317
- if (!item) return;
318
- dragging = item;
319
- item.classList.add('dragging');
320
- e.dataTransfer.effectAllowed = 'move';
321
- e.dataTransfer.setData('text/plain', '');
322
- });
323
-
324
- list.addEventListener('dragover', function (e) {
325
- if (!dragging) return;
326
- e.preventDefault();
327
- var siblings = Array.prototype.filter.call(
328
- list.children,
329
- function (el) { return el.classList && el.classList.contains('item'); }
330
- );
331
- dropBefore = null;
332
- for (var i = 0; i < siblings.length; i++) {
333
- var r = siblings[i].getBoundingClientRect();
334
- if (e.clientY < r.top + r.height / 2) { dropBefore = siblings[i]; break; }
335
- }
336
- var listRect = list.getBoundingClientRect();
337
- var edge = dropBefore
338
- ? dropBefore.getBoundingClientRect().top
339
- : siblings[siblings.length - 1].getBoundingClientRect().bottom;
340
- indicator.style.top = (edge - listRect.top - 1) + 'px';
341
- indicator.classList.add('on');
342
- });
343
-
344
- list.addEventListener('drop', function (e) {
345
- e.preventDefault();
346
- if (!dragging) return;
347
- if (dropBefore) list.insertBefore(dragging, dropBefore);
348
- else list.insertBefore(dragging, indicator);
349
- cleanup();
350
- });
351
-
352
- list.addEventListener('dragleave', function (e) {
353
- if (!list.contains(e.relatedTarget)) indicator.classList.remove('on');
354
- });
355
- document.addEventListener('dragend', cleanup);
356
-
357
- function cleanup() {
358
- if (dragging) dragging.classList.remove('dragging');
359
- dragging = null;
360
- dropBefore = null;
361
- indicator.classList.remove('on');
362
- }
363
- </script>