opencode-skills-antigravity 1.0.4 → 1.0.6

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 (151) hide show
  1. package/bundled-skills/ad-creative/SKILL.md +371 -0
  2. package/bundled-skills/ad-creative/evals/evals.json +90 -0
  3. package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
  4. package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
  5. package/bundled-skills/ai-seo/SKILL.md +407 -0
  6. package/bundled-skills/ai-seo/evals/evals.json +90 -0
  7. package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
  8. package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
  9. package/bundled-skills/backend-dev-guidelines/SKILL.md +1 -1
  10. package/bundled-skills/cc-skill-security-review/SKILL.md +1 -1
  11. package/bundled-skills/churn-prevention/SKILL.md +433 -0
  12. package/bundled-skills/churn-prevention/evals/evals.json +93 -0
  13. package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  14. package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
  15. package/bundled-skills/claude-api/LICENSE.txt +202 -0
  16. package/bundled-skills/claude-api/SKILL.md +252 -0
  17. package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
  18. package/bundled-skills/claude-api/curl/examples.md +164 -0
  19. package/bundled-skills/claude-api/go/claude-api.md +146 -0
  20. package/bundled-skills/claude-api/java/claude-api.md +128 -0
  21. package/bundled-skills/claude-api/php/claude-api.md +88 -0
  22. package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
  23. package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
  24. package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
  25. package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
  26. package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
  27. package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
  28. package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
  29. package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
  30. package/bundled-skills/claude-api/shared/error-codes.md +205 -0
  31. package/bundled-skills/claude-api/shared/live-sources.md +121 -0
  32. package/bundled-skills/claude-api/shared/models.md +68 -0
  33. package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
  34. package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
  35. package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
  36. package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
  37. package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
  38. package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
  39. package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
  40. package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
  41. package/bundled-skills/codex-review/SKILL.md +1 -1
  42. package/bundled-skills/cold-email/SKILL.md +167 -0
  43. package/bundled-skills/cold-email/evals/evals.json +94 -0
  44. package/bundled-skills/cold-email/references/benchmarks.md +83 -0
  45. package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
  46. package/bundled-skills/cold-email/references/frameworks.md +90 -0
  47. package/bundled-skills/cold-email/references/personalization.md +79 -0
  48. package/bundled-skills/cold-email/references/subject-lines.md +53 -0
  49. package/bundled-skills/content-strategy/SKILL.md +374 -0
  50. package/bundled-skills/content-strategy/evals/evals.json +90 -0
  51. package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
  52. package/bundled-skills/context7-auto-research/SKILL.md +1 -1
  53. package/bundled-skills/dbos-golang/SKILL.md +1 -1
  54. package/bundled-skills/dbos-python/SKILL.md +1 -1
  55. package/bundled-skills/dbos-typescript/SKILL.md +1 -1
  56. package/bundled-skills/debug-buttercup/SKILL.md +1 -1
  57. package/bundled-skills/defuddle/SKILL.md +50 -0
  58. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  59. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  60. package/bundled-skills/docs/integrations/jetski-gemini-loader/package.json +1 -0
  61. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  62. package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
  63. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  64. package/bundled-skills/docs/users/bundles.md +1 -1
  65. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  66. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  67. package/bundled-skills/docs/users/getting-started.md +1 -1
  68. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  69. package/bundled-skills/docs/users/usage.md +4 -4
  70. package/bundled-skills/docs/users/visual-guide.md +4 -4
  71. package/bundled-skills/evaluation/SKILL.md +1 -1
  72. package/bundled-skills/exa-search/SKILL.md +1 -1
  73. package/bundled-skills/firecrawl-scraper/SKILL.md +1 -1
  74. package/bundled-skills/frontend-dev-guidelines/SKILL.md +1 -1
  75. package/bundled-skills/gha-security-review/SKILL.md +2 -1
  76. package/bundled-skills/git-pushing/SKILL.md +1 -1
  77. package/bundled-skills/internal-comms/LICENSE.txt +202 -0
  78. package/bundled-skills/internal-comms/SKILL.md +35 -0
  79. package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
  80. package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
  81. package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
  82. package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
  83. package/bundled-skills/json-canvas/SKILL.md +253 -0
  84. package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
  85. package/bundled-skills/lead-magnets/SKILL.md +319 -0
  86. package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
  87. package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
  88. package/bundled-skills/memory-systems/SKILL.md +1 -1
  89. package/bundled-skills/obsidian-bases/SKILL.md +506 -0
  90. package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  91. package/bundled-skills/obsidian-cli/SKILL.md +115 -0
  92. package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
  93. package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
  94. package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
  95. package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
  96. package/bundled-skills/product-marketing-context/SKILL.md +250 -0
  97. package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
  98. package/bundled-skills/react-best-practices/SKILL.md +1 -1
  99. package/bundled-skills/revops/SKILL.md +352 -0
  100. package/bundled-skills/revops/evals/evals.json +91 -0
  101. package/bundled-skills/revops/references/automation-playbooks.md +290 -0
  102. package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
  103. package/bundled-skills/revops/references/routing-rules.md +203 -0
  104. package/bundled-skills/revops/references/scoring-models.md +247 -0
  105. package/bundled-skills/sales-enablement/SKILL.md +358 -0
  106. package/bundled-skills/sales-enablement/evals/evals.json +91 -0
  107. package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
  108. package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
  109. package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
  110. package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
  111. package/bundled-skills/seo/SKILL.md +139 -0
  112. package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
  113. package/bundled-skills/seo/references/eeat-framework.md +214 -0
  114. package/bundled-skills/seo/references/quality-gates.md +155 -0
  115. package/bundled-skills/seo/references/schema-types.md +118 -0
  116. package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
  117. package/bundled-skills/seo-content/SKILL.md +186 -0
  118. package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
  119. package/bundled-skills/seo-geo/SKILL.md +254 -0
  120. package/bundled-skills/seo-hreflang/SKILL.md +209 -0
  121. package/bundled-skills/seo-image-gen/SKILL.md +183 -0
  122. package/bundled-skills/seo-images/SKILL.md +193 -0
  123. package/bundled-skills/seo-page/SKILL.md +103 -0
  124. package/bundled-skills/seo-plan/SKILL.md +136 -0
  125. package/bundled-skills/seo-plan/assets/agency.md +175 -0
  126. package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
  127. package/bundled-skills/seo-plan/assets/generic.md +144 -0
  128. package/bundled-skills/seo-plan/assets/local-service.md +160 -0
  129. package/bundled-skills/seo-plan/assets/publisher.md +153 -0
  130. package/bundled-skills/seo-plan/assets/saas.md +135 -0
  131. package/bundled-skills/seo-programmatic/SKILL.md +184 -0
  132. package/bundled-skills/seo-schema/SKILL.md +178 -0
  133. package/bundled-skills/seo-sitemap/SKILL.md +129 -0
  134. package/bundled-skills/seo-technical/SKILL.md +175 -0
  135. package/bundled-skills/site-architecture/SKILL.md +366 -0
  136. package/bundled-skills/site-architecture/evals/evals.json +88 -0
  137. package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
  138. package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
  139. package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
  140. package/bundled-skills/skill-improver/SKILL.md +1 -1
  141. package/bundled-skills/tavily-web/SKILL.md +1 -1
  142. package/bundled-skills/test-fixing/SKILL.md +1 -1
  143. package/bundled-skills/tool-design/SKILL.md +1 -1
  144. package/bundled-skills/ui-ux-pro-max/SKILL.md +1 -1
  145. package/bundled-skills/verification-before-completion/SKILL.md +1 -1
  146. package/bundled-skills/wiki-changelog/SKILL.md +1 -1
  147. package/bundled-skills/wiki-onboarding/SKILL.md +1 -1
  148. package/bundled-skills/wiki-qa/SKILL.md +1 -1
  149. package/bundled-skills/wiki-researcher/SKILL.md +1 -1
  150. package/bundled-skills/wiki-vitepress/SKILL.md +1 -1
  151. package/package.json +1 -1
@@ -0,0 +1,329 @@
1
+ # JSON Canvas Complete Examples
2
+
3
+ ## Simple Canvas with Text and Connections
4
+
5
+ ```json
6
+ {
7
+ "nodes": [
8
+ {
9
+ "id": "8a9b0c1d2e3f4a5b",
10
+ "type": "text",
11
+ "x": 0,
12
+ "y": 0,
13
+ "width": 300,
14
+ "height": 150,
15
+ "text": "# Main Idea\n\nThis is the central concept."
16
+ },
17
+ {
18
+ "id": "1a2b3c4d5e6f7a8b",
19
+ "type": "text",
20
+ "x": 400,
21
+ "y": -100,
22
+ "width": 250,
23
+ "height": 100,
24
+ "text": "## Supporting Point A\n\nDetails here."
25
+ },
26
+ {
27
+ "id": "2b3c4d5e6f7a8b9c",
28
+ "type": "text",
29
+ "x": 400,
30
+ "y": 100,
31
+ "width": 250,
32
+ "height": 100,
33
+ "text": "## Supporting Point B\n\nMore details."
34
+ }
35
+ ],
36
+ "edges": [
37
+ {
38
+ "id": "3c4d5e6f7a8b9c0d",
39
+ "fromNode": "8a9b0c1d2e3f4a5b",
40
+ "fromSide": "right",
41
+ "toNode": "1a2b3c4d5e6f7a8b",
42
+ "toSide": "left"
43
+ },
44
+ {
45
+ "id": "4d5e6f7a8b9c0d1e",
46
+ "fromNode": "8a9b0c1d2e3f4a5b",
47
+ "fromSide": "right",
48
+ "toNode": "2b3c4d5e6f7a8b9c",
49
+ "toSide": "left"
50
+ }
51
+ ]
52
+ }
53
+ ```
54
+
55
+ ## Project Board with Groups
56
+
57
+ ```json
58
+ {
59
+ "nodes": [
60
+ {
61
+ "id": "5e6f7a8b9c0d1e2f",
62
+ "type": "group",
63
+ "x": 0,
64
+ "y": 0,
65
+ "width": 300,
66
+ "height": 500,
67
+ "label": "To Do",
68
+ "color": "1"
69
+ },
70
+ {
71
+ "id": "6f7a8b9c0d1e2f3a",
72
+ "type": "group",
73
+ "x": 350,
74
+ "y": 0,
75
+ "width": 300,
76
+ "height": 500,
77
+ "label": "In Progress",
78
+ "color": "3"
79
+ },
80
+ {
81
+ "id": "7a8b9c0d1e2f3a4b",
82
+ "type": "group",
83
+ "x": 700,
84
+ "y": 0,
85
+ "width": 300,
86
+ "height": 500,
87
+ "label": "Done",
88
+ "color": "4"
89
+ },
90
+ {
91
+ "id": "8b9c0d1e2f3a4b5c",
92
+ "type": "text",
93
+ "x": 20,
94
+ "y": 50,
95
+ "width": 260,
96
+ "height": 80,
97
+ "text": "## Task 1\n\nImplement feature X"
98
+ },
99
+ {
100
+ "id": "9c0d1e2f3a4b5c6d",
101
+ "type": "text",
102
+ "x": 370,
103
+ "y": 50,
104
+ "width": 260,
105
+ "height": 80,
106
+ "text": "## Task 2\n\nReview PR #123",
107
+ "color": "2"
108
+ },
109
+ {
110
+ "id": "0d1e2f3a4b5c6d7e",
111
+ "type": "text",
112
+ "x": 720,
113
+ "y": 50,
114
+ "width": 260,
115
+ "height": 80,
116
+ "text": "## Task 3\n\n~~Setup CI/CD~~"
117
+ }
118
+ ],
119
+ "edges": []
120
+ }
121
+ ```
122
+
123
+ ## Research Canvas with Files and Links
124
+
125
+ ```json
126
+ {
127
+ "nodes": [
128
+ {
129
+ "id": "1e2f3a4b5c6d7e8f",
130
+ "type": "text",
131
+ "x": 300,
132
+ "y": 200,
133
+ "width": 400,
134
+ "height": 200,
135
+ "text": "# Research Topic\n\n## Key Questions\n\n- How does X affect Y?\n- What are the implications?",
136
+ "color": "5"
137
+ },
138
+ {
139
+ "id": "2f3a4b5c6d7e8f9a",
140
+ "type": "file",
141
+ "x": 0,
142
+ "y": 0,
143
+ "width": 250,
144
+ "height": 150,
145
+ "file": "Literature/Paper A.pdf"
146
+ },
147
+ {
148
+ "id": "3a4b5c6d7e8f9a0b",
149
+ "type": "file",
150
+ "x": 0,
151
+ "y": 200,
152
+ "width": 250,
153
+ "height": 150,
154
+ "file": "Notes/Meeting Notes.md",
155
+ "subpath": "#Key Insights"
156
+ },
157
+ {
158
+ "id": "4b5c6d7e8f9a0b1c",
159
+ "type": "link",
160
+ "x": 0,
161
+ "y": 400,
162
+ "width": 250,
163
+ "height": 100,
164
+ "url": "https://example.com/research"
165
+ },
166
+ {
167
+ "id": "5c6d7e8f9a0b1c2d",
168
+ "type": "file",
169
+ "x": 750,
170
+ "y": 150,
171
+ "width": 300,
172
+ "height": 250,
173
+ "file": "Attachments/diagram.png"
174
+ }
175
+ ],
176
+ "edges": [
177
+ {
178
+ "id": "6d7e8f9a0b1c2d3e",
179
+ "fromNode": "2f3a4b5c6d7e8f9a",
180
+ "fromSide": "right",
181
+ "toNode": "1e2f3a4b5c6d7e8f",
182
+ "toSide": "left",
183
+ "label": "supports"
184
+ },
185
+ {
186
+ "id": "7e8f9a0b1c2d3e4f",
187
+ "fromNode": "3a4b5c6d7e8f9a0b",
188
+ "fromSide": "right",
189
+ "toNode": "1e2f3a4b5c6d7e8f",
190
+ "toSide": "left",
191
+ "label": "informs"
192
+ },
193
+ {
194
+ "id": "8f9a0b1c2d3e4f5a",
195
+ "fromNode": "4b5c6d7e8f9a0b1c",
196
+ "fromSide": "right",
197
+ "toNode": "1e2f3a4b5c6d7e8f",
198
+ "toSide": "left",
199
+ "toEnd": "arrow",
200
+ "color": "6"
201
+ },
202
+ {
203
+ "id": "9a0b1c2d3e4f5a6b",
204
+ "fromNode": "1e2f3a4b5c6d7e8f",
205
+ "fromSide": "right",
206
+ "toNode": "5c6d7e8f9a0b1c2d",
207
+ "toSide": "left",
208
+ "label": "visualized by"
209
+ }
210
+ ]
211
+ }
212
+ ```
213
+
214
+ ## Flowchart
215
+
216
+ ```json
217
+ {
218
+ "nodes": [
219
+ {
220
+ "id": "a0b1c2d3e4f5a6b7",
221
+ "type": "text",
222
+ "x": 200,
223
+ "y": 0,
224
+ "width": 150,
225
+ "height": 60,
226
+ "text": "**Start**",
227
+ "color": "4"
228
+ },
229
+ {
230
+ "id": "b1c2d3e4f5a6b7c8",
231
+ "type": "text",
232
+ "x": 200,
233
+ "y": 100,
234
+ "width": 150,
235
+ "height": 60,
236
+ "text": "Step 1:\nGather data"
237
+ },
238
+ {
239
+ "id": "c2d3e4f5a6b7c8d9",
240
+ "type": "text",
241
+ "x": 200,
242
+ "y": 200,
243
+ "width": 150,
244
+ "height": 80,
245
+ "text": "**Decision**\n\nIs data valid?",
246
+ "color": "3"
247
+ },
248
+ {
249
+ "id": "d3e4f5a6b7c8d9e0",
250
+ "type": "text",
251
+ "x": 400,
252
+ "y": 200,
253
+ "width": 150,
254
+ "height": 60,
255
+ "text": "Process data"
256
+ },
257
+ {
258
+ "id": "e4f5a6b7c8d9e0f1",
259
+ "type": "text",
260
+ "x": 0,
261
+ "y": 200,
262
+ "width": 150,
263
+ "height": 60,
264
+ "text": "Request new data",
265
+ "color": "1"
266
+ },
267
+ {
268
+ "id": "f5a6b7c8d9e0f1a2",
269
+ "type": "text",
270
+ "x": 400,
271
+ "y": 320,
272
+ "width": 150,
273
+ "height": 60,
274
+ "text": "**End**",
275
+ "color": "4"
276
+ }
277
+ ],
278
+ "edges": [
279
+ {
280
+ "id": "a6b7c8d9e0f1a2b3",
281
+ "fromNode": "a0b1c2d3e4f5a6b7",
282
+ "fromSide": "bottom",
283
+ "toNode": "b1c2d3e4f5a6b7c8",
284
+ "toSide": "top"
285
+ },
286
+ {
287
+ "id": "b7c8d9e0f1a2b3c4",
288
+ "fromNode": "b1c2d3e4f5a6b7c8",
289
+ "fromSide": "bottom",
290
+ "toNode": "c2d3e4f5a6b7c8d9",
291
+ "toSide": "top"
292
+ },
293
+ {
294
+ "id": "c8d9e0f1a2b3c4d5",
295
+ "fromNode": "c2d3e4f5a6b7c8d9",
296
+ "fromSide": "right",
297
+ "toNode": "d3e4f5a6b7c8d9e0",
298
+ "toSide": "left",
299
+ "label": "Yes",
300
+ "color": "4"
301
+ },
302
+ {
303
+ "id": "d9e0f1a2b3c4d5e6",
304
+ "fromNode": "c2d3e4f5a6b7c8d9",
305
+ "fromSide": "left",
306
+ "toNode": "e4f5a6b7c8d9e0f1",
307
+ "toSide": "right",
308
+ "label": "No",
309
+ "color": "1"
310
+ },
311
+ {
312
+ "id": "e0f1a2b3c4d5e6f7",
313
+ "fromNode": "e4f5a6b7c8d9e0f1",
314
+ "fromSide": "top",
315
+ "fromEnd": "none",
316
+ "toNode": "b1c2d3e4f5a6b7c8",
317
+ "toSide": "left",
318
+ "toEnd": "arrow"
319
+ },
320
+ {
321
+ "id": "f1a2b3c4d5e6f7a8",
322
+ "fromNode": "d3e4f5a6b7c8d9e0",
323
+ "fromSide": "bottom",
324
+ "toNode": "f5a6b7c8d9e0f1a2",
325
+ "toSide": "top"
326
+ }
327
+ ]
328
+ }
329
+ ```
@@ -0,0 +1,319 @@
1
+ ---
2
+ name: lead-magnets
3
+ description: "Plan and optimize lead magnets for email capture and lead generation. Use when designing gated content, checklists, templates, downloadable resources, or other offers that convert visitors into subscribers."
4
+ risk: unknown
5
+ source: "https://github.com/coreyhaines31/marketingskills"
6
+ date_added: "2026-03-21"
7
+ metadata:
8
+ version: 1.0.0
9
+ ---
10
+
11
+ # Lead Magnets
12
+
13
+ You are an expert in lead magnet strategy. Your goal is to help plan lead magnets that capture emails, generate qualified leads, and naturally lead to product adoption.
14
+
15
+ ## When to Use
16
+
17
+ - Use when planning downloadable offers or gated resources for email capture.
18
+ - Use when the user wants a lead magnet strategy tied to conversion and product interest.
19
+ - Use when deciding what to give away, not just writing the asset itself.
20
+
21
+ ## Before Planning
22
+
23
+ **Check for product marketing context first:**
24
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
25
+
26
+ Gather this context (ask if not provided):
27
+
28
+ ### 1. Business Context
29
+ - What does the company do?
30
+ - Who is the ideal customer?
31
+ - What problems does your product solve?
32
+
33
+ ### 2. Current Lead Generation
34
+ - How do you currently capture leads?
35
+ - What lead magnets or offers do you have?
36
+ - What's your current conversion rate on email capture?
37
+
38
+ ### 3. Content Assets
39
+ - What existing content could be repurposed? (blog posts, guides, data)
40
+ - What expertise can you package?
41
+ - What templates or tools do you use internally?
42
+
43
+ ### 4. Goals
44
+ - Primary goal: email list growth, lead quality, product education?
45
+ - Target audience stage: awareness, consideration, or decision?
46
+ - Timeline and resource constraints?
47
+
48
+ ---
49
+
50
+ ## Lead Magnet Principles
51
+
52
+ ### 1. Solve a Specific Problem
53
+ - Address one clear pain point, not a broad topic
54
+ - "How to write cold emails that get replies" > "Marketing guide"
55
+
56
+ ### 2. Match the Buyer Stage
57
+ - Awareness leads need education
58
+ - Consideration leads need comparison and evaluation
59
+ - Decision leads need implementation help
60
+
61
+ ### 3. High Perceived Value, Low Time Investment
62
+ - Should look like it's worth paying for
63
+ - Consumable in under 30 minutes (ideally under 10)
64
+ - Immediate, actionable takeaway
65
+
66
+ ### 4. Natural Path to Product
67
+ - Solves a problem your product also solves
68
+ - Creates awareness of a gap your product fills
69
+ - Demonstrates your expertise in the space
70
+
71
+ ### 5. Easy to Consume
72
+ - One clear format (don't mix ebook + video + spreadsheet)
73
+ - Works on mobile
74
+ - No special software required
75
+
76
+ ---
77
+
78
+ ## Lead Magnet Types
79
+
80
+ | Type | Best For | Effort | Time to Create |
81
+ |------|----------|--------|----------------|
82
+ | Checklist | Quick wins, process steps | Low | 1-2 hours |
83
+ | Cheat sheet | Reference material, shortcuts | Low | 2-4 hours |
84
+ | Template (doc/spreadsheet/Notion) | Repeatable processes, workflows | Low-Med | 2-8 hours |
85
+ | Swipe file | Inspiration, examples | Medium | 4-8 hours |
86
+ | Ebook/guide | Deep education, authority | High | 1-3 weeks |
87
+ | Mini-course (email) | Education + nurture | Medium | 1-2 weeks |
88
+ | Mini-course (video) | Education + personality | High | 2-4 weeks |
89
+ | Quiz/assessment | Segmentation, engagement | Medium | 1-2 weeks |
90
+ | Webinar | Authority, live engagement | Medium | 1 week prep |
91
+ | Resource library | Ongoing value, return visits | High | Ongoing |
92
+ | Free trial/community access | Product experience | Varies | Varies |
93
+
94
+ **For detailed creation guidance per format**: See [references/format-guide.md](references/format-guide.md)
95
+
96
+ ---
97
+
98
+ ## Matching Lead Magnets to Buyer Stage
99
+
100
+ ### Awareness Stage
101
+ Goal: Educate on the problem. Attract people who don't know you yet.
102
+
103
+ | Format | Example |
104
+ |--------|---------|
105
+ | Checklist | "10-Point Website Audit Checklist" |
106
+ | Cheat sheet | "SEO Cheat Sheet for Beginners" |
107
+ | Ebook/guide | "The Complete Guide to Email Marketing" |
108
+ | Quiz | "What Type of Marketer Are You?" |
109
+
110
+ ### Consideration Stage
111
+ Goal: Help evaluate solutions. Build trust and demonstrate expertise.
112
+
113
+ | Format | Example |
114
+ |--------|---------|
115
+ | Comparison template | "CRM Comparison Spreadsheet" |
116
+ | Assessment | "Marketing Maturity Assessment" |
117
+ | Case study collection | "5 Companies That 3x'd Their Pipeline" |
118
+ | Webinar | "How to Choose the Right Analytics Tool" |
119
+
120
+ ### Decision Stage
121
+ Goal: Help implement. Remove friction to purchase.
122
+
123
+ | Format | Example |
124
+ |--------|---------|
125
+ | Template | "Ready-to-Use Sales Email Templates" |
126
+ | Free trial | "14-Day Free Trial" |
127
+ | Implementation guide | "Migration Checklist: Switch in 30 Minutes" |
128
+ | ROI calculator | "Calculate Your Savings" (→ see **free-tool-strategy**) |
129
+
130
+ ---
131
+
132
+ ## Gating Strategy
133
+
134
+ ### Gating Options
135
+
136
+ | Approach | When to Use | Trade-off |
137
+ |----------|-------------|-----------|
138
+ | **Full gate** | High-value content, bottom-funnel | Max capture, lower reach |
139
+ | **Partial gate** | Preview + full version | Balance of reach and capture |
140
+ | **Ungated + optional** | Top-funnel education | Max reach, lower capture |
141
+ | **Content upgrade** | Blog post + bonus | Contextual, high-intent |
142
+
143
+ ### What to Ask For
144
+
145
+ - **Email only** — highest conversion, lowest friction
146
+ - **Email + name** — enables personalization, slight friction increase
147
+ - **Email + company/role** — better lead qualification, more friction
148
+ - **Multi-field** — only for high-value offers (webinars, demos)
149
+
150
+ Rule of thumb: Ask for the minimum needed. Every extra field reduces conversion by 5-10%.
151
+
152
+ ### How to Frame the Exchange
153
+
154
+ - Make the value obvious: "Get the full 25-page guide free"
155
+ - Show a preview: table of contents, first page, sample results
156
+ - Add social proof: "Downloaded by 5,000+ marketers"
157
+ - Reduce risk: "No spam. Unsubscribe anytime."
158
+
159
+ **For form optimization**: See **form-cro** skill
160
+ **For popup implementation**: See **popup-cro** skill
161
+
162
+ ---
163
+
164
+ ## Landing Page & Delivery
165
+
166
+ ### Landing Page Structure
167
+
168
+ 1. **Headline** — Clear benefit: what they'll get and why it matters
169
+ 2. **Preview/mockup** — Visual of the lead magnet (cover, screenshot, sample page)
170
+ 3. **What's inside** — 3-5 bullet points of key takeaways
171
+ 4. **Social proof** — Download count, testimonials, logos
172
+ 5. **Form** — Minimal fields, clear CTA button
173
+ 6. **FAQ** — Address hesitations (Is it really free? What format?)
174
+
175
+ **For landing page optimization**: See **page-cro** skill
176
+
177
+ ### Delivery Methods
178
+
179
+ | Method | Pros | Cons |
180
+ |--------|------|------|
181
+ | **Instant download** | Immediate gratification | No email verification |
182
+ | **Email delivery** | Verifies email, starts relationship | Slight delay |
183
+ | **Thank you page + email** | Best of both—instant access + email copy | Slightly more complex |
184
+ | **Drip delivery** | Builds habit, multiple touchpoints | Only for courses/series |
185
+
186
+ ### Thank You Page Optimization
187
+
188
+ Don't waste the thank you page. After they've converted:
189
+ - Confirm delivery ("Check your inbox")
190
+ - Offer a next step (book a demo, start trial, join community)
191
+ - Share on social (pre-written tweet/post)
192
+ - Recommend related content
193
+
194
+ ---
195
+
196
+ ## Promotion & Distribution
197
+
198
+ ### Blog CTAs & Content Upgrades
199
+
200
+ - Add relevant CTAs within blog posts (inline, end-of-post)
201
+ - Create post-specific content upgrades (bonus checklist for a how-to post)
202
+ - Content upgrades convert 2-5x better than generic sidebar CTAs
203
+
204
+ ### Exit-Intent & Popups
205
+
206
+ - Trigger on exit intent or scroll depth
207
+ - Match the popup offer to the page content
208
+ - **See popup-cro** for implementation
209
+
210
+ ### Social Media
211
+
212
+ - Share snippets and teasers from the lead magnet
213
+ - Create carousel posts from key points
214
+ - Use the lead magnet as the CTA in your bio/profile
215
+ - **See social-content** for social strategy
216
+
217
+ ### Paid Promotion
218
+
219
+ - Facebook/Instagram lead ads for top-funnel lead magnets
220
+ - Google Ads for high-intent lead magnets (templates, tools)
221
+ - LinkedIn for B2B lead magnets
222
+ - Retarget blog visitors with lead magnet ads
223
+ - **See paid-ads** for campaign strategy
224
+
225
+ ### Partner Co-Promotion
226
+
227
+ - Cross-promote with complementary brands
228
+ - Guest webinars with partner audiences
229
+ - Include in partner newsletters
230
+ - Bundle in resource collections
231
+
232
+ ---
233
+
234
+ ## Measuring Success
235
+
236
+ ### Key Metrics
237
+
238
+ | Metric | What It Tells You | Benchmark |
239
+ |--------|-------------------|-----------|
240
+ | **Landing page conversion rate** | Offer attractiveness | 20-40% (warm traffic), 5-15% (cold) |
241
+ | **Cost per lead** | Acquisition efficiency | Varies by channel and industry |
242
+ | **Lead-to-customer rate** | Lead quality | 1-5% (B2B), varies widely |
243
+ | **Email engagement** | Content relevance | 30-50% open, 2-5% click |
244
+ | **Time to conversion** | Nurture effectiveness | Track by lead magnet source |
245
+
246
+ **For detailed benchmarks by format and industry**: See [references/benchmarks.md](references/benchmarks.md)
247
+
248
+ ### A/B Testing Ideas
249
+
250
+ - **Headline**: Benefit-focused vs. curiosity-driven
251
+ - **Format**: Checklist vs. guide on same topic
252
+ - **Gate level**: Full gate vs. partial preview
253
+ - **Form fields**: Email-only vs. email + name
254
+ - **CTA copy**: "Download Free Guide" vs. "Get Your Copy"
255
+ - **Delivery**: Instant download vs. email delivery
256
+
257
+ ### Lead Quality Signals
258
+
259
+ Good lead magnet attracted quality leads if:
260
+ - Higher-than-average email engagement
261
+ - Leads progress to trial/demo at expected rates
262
+ - Low unsubscribe rate after delivery
263
+ - Leads match ICP demographics
264
+
265
+ ---
266
+
267
+ ## Output Format
268
+
269
+ When creating a lead magnet strategy, provide:
270
+
271
+ ### 1. Lead Magnet Recommendation
272
+ - Format and topic
273
+ - Target buyer stage
274
+ - Why this format for this audience
275
+ - Estimated creation effort
276
+
277
+ ### 2. Content Outline
278
+ - Key sections/components
279
+ - Length and scope
280
+ - What makes it unique or valuable
281
+
282
+ ### 3. Gating & Capture Plan
283
+ - What to gate and how
284
+ - Form fields
285
+ - Landing page structure
286
+
287
+ ### 4. Distribution Plan
288
+ - Promotion channels
289
+ - Content upgrade opportunities
290
+ - Paid amplification (if applicable)
291
+
292
+ ### 5. Measurement Plan
293
+ - KPIs and targets
294
+ - What to A/B test first
295
+
296
+ ---
297
+
298
+ ## Task-Specific Questions
299
+
300
+ 1. What existing content or expertise could you turn into a lead magnet?
301
+ 2. Where does your audience spend time online?
302
+ 3. What's the most common question prospects ask before buying?
303
+ 4. Do you have an email nurture sequence set up for new leads?
304
+ 5. What's your budget for design and promotion?
305
+
306
+ ---
307
+
308
+ ## Related Skills
309
+
310
+ - **free-tool-strategy**: For interactive tools as lead magnets (calculators, graders, quizzes)
311
+ - **copywriting**: For writing the lead magnet content itself
312
+ - **email-sequence**: For nurture sequences after lead capture
313
+ - **page-cro**: For optimizing lead magnet landing pages
314
+ - **popup-cro**: For popup-based lead capture
315
+ - **form-cro**: For optimizing capture forms
316
+ - **content-strategy**: For content planning and topic selection
317
+ - **analytics-tracking**: For measuring lead magnet performance
318
+ - **paid-ads**: For paid promotion of lead magnets
319
+ - **social-content**: For social media promotion