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,129 @@
1
+ # Lead Magnet Benchmarks
2
+
3
+ Reference data for planning and evaluating lead magnet performance.
4
+
5
+ ---
6
+
7
+ ## Conversion Rate Benchmarks
8
+
9
+ ### By Format Type
10
+
11
+ | Format | Landing Page Conversion | Notes |
12
+ |--------|------------------------|-------|
13
+ | Checklist | 30-50% | High because low commitment |
14
+ | Cheat sheet | 25-40% | Quick reference appeal |
15
+ | Template | 25-45% | Immediate utility drives conversion |
16
+ | Ebook/guide | 20-35% | Higher commitment, lower rate |
17
+ | Quiz | 30-50% | Engagement drives completion |
18
+ | Webinar | 20-40% (registration) | 30-50% attendance rate of registrants |
19
+ | Mini-course | 15-30% | Higher commitment, higher quality leads |
20
+ | Free trial | 5-15% | High intent but high friction |
21
+
22
+ ### By Traffic Source
23
+
24
+ | Source | Expected Conversion | Why |
25
+ |--------|-------------------|-----|
26
+ | Blog content upgrade | 3-8% of post readers | Contextually relevant |
27
+ | Dedicated landing page (organic) | 20-40% | High intent |
28
+ | Dedicated landing page (paid) | 10-25% | Cold traffic |
29
+ | Exit-intent popup | 2-5% of visitors | Interruption-based |
30
+ | Sidebar/banner CTA | 0.5-2% | Low engagement |
31
+ | Social media link | 10-20% | Warm but browsing |
32
+
33
+ ### By Industry (Landing Page)
34
+
35
+ | Industry | Average Conversion |
36
+ |----------|-------------------|
37
+ | SaaS/Tech | 15-25% |
38
+ | Marketing/Agency | 20-35% |
39
+ | Finance | 10-20% |
40
+ | E-commerce | 10-20% |
41
+ | Education | 20-35% |
42
+ | Health/Wellness | 15-25% |
43
+
44
+ ---
45
+
46
+ ## Lead Quality Indicators
47
+
48
+ ### Signals of High-Quality Leads
49
+ - Open first 3 emails at 40%+ rate
50
+ - Click through to content or product pages
51
+ - Return to site within 30 days
52
+ - Match ICP demographics (role, company size, industry)
53
+ - Progress to trial, demo, or purchase within 90 days
54
+
55
+ ### Signals of Low-Quality Leads
56
+ - Unsubscribe within first 3 emails
57
+ - Never open beyond delivery email
58
+ - Use disposable email addresses
59
+ - Don't match target customer profile
60
+ - Downloaded for the content, no product interest
61
+
62
+ ### Quality vs. Quantity by Format
63
+
64
+ | Format | Lead Volume | Lead Quality | Net Value |
65
+ |--------|-------------|-------------|-----------|
66
+ | Generic ebook | High | Low-Medium | Medium |
67
+ | Specific template | Medium | High | High |
68
+ | Industry report | Medium | Medium-High | High |
69
+ | Quiz/assessment | High | Medium (segmentable) | High |
70
+ | Webinar | Low-Medium | High | High |
71
+ | Checklist | High | Low-Medium | Medium |
72
+ | Free trial | Low | Very High | Very High |
73
+
74
+ ---
75
+
76
+ ## Cost Benchmarks
77
+
78
+ ### Cost Per Lead by Channel
79
+
80
+ | Channel | Typical CPL | Notes |
81
+ |---------|-------------|-------|
82
+ | Organic search | $0-5 | Lowest, but slow to build |
83
+ | Blog content upgrade | $0-2 | Nearly free if you have traffic |
84
+ | Facebook/Instagram Ads | $3-15 | B2C lower, B2B higher |
85
+ | Google Ads | $10-50 | High intent, higher cost |
86
+ | LinkedIn Ads | $25-75 | B2B, expensive but qualified |
87
+ | Partner co-promotion | $0-5 | Depends on relationship |
88
+
89
+ ### Creation Cost by Format
90
+
91
+ | Format | DIY Cost | With Designer/Freelancer |
92
+ |--------|----------|-------------------------|
93
+ | Checklist | Free | $100-300 |
94
+ | Cheat sheet | Free | $200-500 |
95
+ | Template | Free | $100-500 |
96
+ | Ebook (10-25 pages) | Free | $500-2,000 |
97
+ | Quiz | $0-100/mo (tool) | $500-2,000 |
98
+ | Webinar | Free (Zoom) | $500-1,500 (production) |
99
+ | Mini-course (email) | Free | $500-1,500 (copywriting) |
100
+ | Video course | $0-200 (gear) | $2,000-5,000 |
101
+
102
+ ---
103
+
104
+ ## Timeline Expectations
105
+
106
+ ### Time to Create
107
+
108
+ | Format | Solo Creator | With Team |
109
+ |--------|-------------|-----------|
110
+ | Checklist | 1-2 hours | Same day |
111
+ | Cheat sheet | 2-4 hours | Same day |
112
+ | Template | 2-8 hours | 1-2 days |
113
+ | Swipe file | 4-8 hours | 1-2 days |
114
+ | Ebook | 1-3 weeks | 1-2 weeks |
115
+ | Quiz | 1-2 weeks | 1 week |
116
+ | Webinar prep | 1 week | 3-5 days |
117
+ | Mini-course | 1-2 weeks | 1 week |
118
+
119
+ ### Time to See Results
120
+
121
+ | Phase | Timeline |
122
+ |-------|----------|
123
+ | First leads | Immediately with existing traffic or paid |
124
+ | Organic traffic growth | 2-6 months (SEO) |
125
+ | Meaningful lead volume | 1-3 months |
126
+ | Measurable impact on pipeline | 3-6 months |
127
+ | Full ROI assessment | 6-12 months |
128
+
129
+ **Note**: These benchmarks are general guidelines. Your actual results depend on audience, niche, traffic volume, and offer quality. Start measuring from day one and build your own benchmarks.
@@ -0,0 +1,196 @@
1
+ # Lead Magnet Format Guide
2
+
3
+ Detailed creation guidance for each lead magnet format.
4
+
5
+ ## Contents
6
+ - Ebooks & Guides
7
+ - Checklists
8
+ - Cheat Sheets
9
+ - Templates & Spreadsheets
10
+ - Swipe Files
11
+ - Mini-Courses
12
+ - Quizzes & Assessments
13
+ - Webinars & Workshops
14
+
15
+ ---
16
+
17
+ ## Ebooks & Guides
18
+
19
+ **Best for**: Building authority, deep education, awareness-stage leads
20
+
21
+ **Structure**:
22
+ 1. Title page with professional design
23
+ 2. Table of contents
24
+ 3. Introduction — frame the problem, set expectations
25
+ 4. 3-7 chapters — one key concept per chapter
26
+ 5. Summary — recap key takeaways
27
+ 6. CTA — next step toward your product
28
+
29
+ **Guidelines**:
30
+ - Ideal length: 10-25 pages (shorter is fine if valuable)
31
+ - Include visuals: charts, diagrams, screenshots
32
+ - Use callout boxes for key stats or quotes
33
+ - End each chapter with a quick takeaway
34
+ - Don't pad — density beats length
35
+
36
+ **Tools**: Canva, Google Docs → PDF, Notion export, Designrr, Beacon.by
37
+
38
+ ---
39
+
40
+ ## Checklists
41
+
42
+ **Best for**: Process-oriented tasks, quick wins, implementation help
43
+
44
+ **Structure**:
45
+ - Title: "[Number]-Point [Topic] Checklist"
46
+ - Numbered or checkbox items
47
+ - Group into logical sections if 10+ items
48
+ - Brief explanation per item (1-2 sentences)
49
+
50
+ **Guidelines**:
51
+ - Keep to 1-2 pages
52
+ - Use actionable language ("Verify X", "Set up Y", "Remove Z")
53
+ - Order by workflow sequence or priority
54
+ - Make it printable — clean layout, generous spacing
55
+ - Include a "done" checkbox for each item
56
+
57
+ **What works**: Step-by-step processes, audit criteria, launch checklists, setup guides
58
+
59
+ ---
60
+
61
+ ## Cheat Sheets
62
+
63
+ **Best for**: Reference material, shortcuts, quick-lookup information
64
+
65
+ **Structure**:
66
+ - One page (two pages max)
67
+ - Organized by category or workflow
68
+ - Dense but scannable
69
+ - Visual hierarchy with headers and grouping
70
+
71
+ **Guidelines**:
72
+ - Optimize for quick reference, not reading
73
+ - Use tables, grids, or columns
74
+ - Include formulas, shortcuts, or code snippets
75
+ - Design for printing or saving as desktop reference
76
+ - Bold the most important items
77
+
78
+ **What works**: Keyboard shortcuts, formula references, terminology glossaries, decision matrices
79
+
80
+ ---
81
+
82
+ ## Templates & Spreadsheets
83
+
84
+ **Best for**: Repeatable processes, planning, tracking
85
+
86
+ ### Spreadsheet Templates (Google Sheets / Excel)
87
+ - Include a "How to Use" tab with instructions
88
+ - Pre-fill with example data
89
+ - Use data validation for dropdown fields
90
+ - Add conditional formatting for visual cues
91
+ - Lock formula cells, leave input cells editable
92
+ - Include a "Make a Copy" link (Google Sheets)
93
+
94
+ ### Notion Templates
95
+ - Provide a duplicate link
96
+ - Include a getting-started guide
97
+ - Pre-populate with example content
98
+ - Use Notion's database features (views, filters, relations)
99
+ - Keep it simple — don't over-engineer
100
+
101
+ ### Document Templates
102
+ - Provide in multiple formats (Google Doc, Word, PDF)
103
+ - Include placeholder text with [BRACKETS] for customization
104
+ - Add inline instructions in a different color
105
+ - Make it immediately usable with minimal editing
106
+
107
+ **Key principle**: Templates should be usable within 5 minutes of downloading.
108
+
109
+ ---
110
+
111
+ ## Swipe Files
112
+
113
+ **Best for**: Inspiration, examples, learning from others
114
+
115
+ **Structure**:
116
+ - Curated collection of 15-50 examples
117
+ - Organized by category, type, or use case
118
+ - Each example includes:
119
+ - The example itself (screenshot, text, link)
120
+ - Why it works (2-3 bullet annotations)
121
+ - How to adapt it (1-2 sentences)
122
+
123
+ **Guidelines**:
124
+ - Quality over quantity — curate ruthlessly
125
+ - Add your analysis, don't just collect
126
+ - Organize for browsing (categories, tags)
127
+ - Update periodically with fresh examples
128
+ - Credit original sources
129
+
130
+ **What works**: Email subject lines, landing pages, ad copy, CTAs, onboarding flows, pricing pages
131
+
132
+ ---
133
+
134
+ ## Mini-Courses
135
+
136
+ ### Email-Based Mini-Courses
137
+ - 3-5 emails delivered over 5-7 days
138
+ - One lesson per email, one concept per lesson
139
+ - Each email: teach → example → exercise
140
+ - Progressive difficulty (build on previous lessons)
141
+ - Final email: summary + CTA for product or next step
142
+
143
+ ### Video-Based Mini-Courses
144
+ - 3-5 videos, 5-15 minutes each
145
+ - Host on unlisted YouTube, Loom, or course platform
146
+ - Deliver links via email drip
147
+ - Include worksheets or exercises per lesson
148
+ - More personal — builds stronger connection
149
+
150
+ **Cadence**: Every 1-2 days. Don't stretch too thin or compress too tight.
151
+
152
+ **Key principle**: Each lesson should deliver standalone value. If someone only watches lesson 2, they should still learn something useful.
153
+
154
+ ---
155
+
156
+ ## Quizzes & Assessments
157
+
158
+ **Best for**: Engagement, segmentation, personalized results
159
+
160
+ **Question Design**:
161
+ - 5-10 questions (sweet spot: 7)
162
+ - Multiple choice only — no open-ended
163
+ - Questions should feel insightful, not obvious
164
+ - Progress indicator ("Question 3 of 7")
165
+
166
+ **Result Segmentation**:
167
+ - 3-5 result categories
168
+ - Each result: name, description, personalized recommendations
169
+ - Tailor follow-up emails by result type
170
+ - Share-worthy result format ("I got: Growth Stage Marketer!")
171
+
172
+ **Implementation**: Gate results behind email capture. The quiz itself is ungated — the personalized results require an email.
173
+
174
+ **For building interactive quizzes**: See **free-tool-strategy** skill for technical implementation guidance.
175
+
176
+ ---
177
+
178
+ ## Webinars & Workshops
179
+
180
+ ### Live Webinars
181
+ - 30-45 minutes teaching + 15 minutes Q&A
182
+ - Structure: Hook → Teach (3 key points) → Demo/example → CTA
183
+ - Promote 1-2 weeks in advance
184
+ - Send 3 reminder emails (confirmation, day before, 1 hour before)
185
+ - Record for replay (extends value)
186
+
187
+ ### Evergreen Webinars
188
+ - Pre-recorded, available on demand
189
+ - Same structure as live but tighter editing
190
+ - Always-on lead generation
191
+ - Gate with email registration
192
+ - Automated follow-up sequence
193
+
194
+ **Follow-up**: Send replay link + summary + CTA within 24 hours. Continue with nurture sequence.
195
+
196
+ **Key principle**: Teach something genuinely useful. A webinar that's just a sales pitch will damage trust.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: memory-systems
3
- description: "Design short-term, long-term, and graph-based memory architectures"
3
+ description: "Design short-term, long-term, and graph-based memory architectures. Use when building agents that must persist across sessions, needing to maintain entity consistency across conversations, or implementing reasoning over accumulated knowledge."
4
4
  risk: safe
5
5
  source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/memory-systems"
6
6
  date_added: "2026-02-27"