@rfxlamia/skillkit 1.1.0 โ†’ 1.2.0

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 (247) hide show
  1. package/agents/agents/creative-copywriter.md +212 -0
  2. package/agents/agents/dario-amodei.md +135 -0
  3. package/agents/agents/doc-simplifier.md +63 -0
  4. package/agents/agents/kotlin-pro.md +433 -0
  5. package/agents/agents/red-team.md +136 -0
  6. package/agents/agents/sam-altman.md +121 -0
  7. package/agents/agents/seo-manager.md +184 -0
  8. package/package.json +1 -1
  9. package/skills/skillkit-help/SKILL.md +81 -0
  10. package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
  11. package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
  12. package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
  13. package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
  14. package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
  15. package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
  16. package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
  17. package/skills/skillkit-help/template/SKILL.md +52 -0
  18. package/skills/skills/adversarial-review/SKILL.md +219 -0
  19. package/skills/skills/baby-education/SKILL.md +260 -0
  20. package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
  21. package/skills/skills/baby-education/references/transformations.md +345 -0
  22. package/skills/skills/been-there-done-that/SKILL.md +455 -0
  23. package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
  24. package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
  25. package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
  26. package/skills/skills/coolhunter/SKILL.md +270 -0
  27. package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
  28. package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
  29. package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
  30. package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
  31. package/skills/skills/creative-copywriting/SKILL.md +324 -0
  32. package/skills/skills/creative-copywriting/databases/README.md +60 -0
  33. package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
  34. package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
  35. package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
  36. package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
  37. package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
  38. package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
  39. package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
  40. package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
  41. package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
  42. package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
  43. package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
  44. package/skills/skills/diverse-content-gen/SKILL.md +201 -0
  45. package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
  46. package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
  47. package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
  48. package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
  49. package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
  50. package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
  51. package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
  52. package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
  53. package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
  54. package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
  55. package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
  56. package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
  57. package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
  58. package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
  59. package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
  60. package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
  61. package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
  62. package/skills/skills/framework-initiative/SKILL.md +231 -0
  63. package/skills/skills/framework-initiative/references/examples.md +150 -0
  64. package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
  65. package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
  66. package/skills/skills/framework-initiative/references/star-framework.md +165 -0
  67. package/skills/skills/humanize-docs/SKILL.md +203 -0
  68. package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
  69. package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
  70. package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
  71. package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
  72. package/skills/skills/imagine/SKILL.md +190 -0
  73. package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
  74. package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
  75. package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
  76. package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
  77. package/skills/skills/pre-deploy-checklist/README.md +26 -0
  78. package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
  79. package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
  80. package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
  81. package/skills/skills/prompt-engineering/SKILL.md +209 -0
  82. package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
  83. package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
  84. package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
  85. package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
  86. package/skills/skills/prompt-engineering/references/json-format.md +270 -0
  87. package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
  88. package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
  89. package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
  90. package/skills/skills/prompt-engineering/references/react.md +108 -0
  91. package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
  92. package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
  93. package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
  94. package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
  95. package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
  96. package/skills/skills/quick-spec/SKILL.md +280 -0
  97. package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
  98. package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
  99. package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
  100. package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
  101. package/skills/skills/quick-spec/references/step-04-review.md +173 -0
  102. package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
  103. package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
  104. package/skills/skills/quick-spec/tests/test_skill.py +136 -0
  105. package/skills/skills/readme-expert/SKILL.md +538 -0
  106. package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
  107. package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
  108. package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
  109. package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
  110. package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
  111. package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
  112. package/skills/skills/red-teaming/SKILL.md +321 -0
  113. package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
  114. package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
  115. package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
  116. package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
  117. package/skills/skills/releasing/.skillkit-mode +1 -0
  118. package/skills/skills/releasing/SKILL.md +225 -0
  119. package/skills/skills/releasing/references/version-detection.md +108 -0
  120. package/skills/skills/screenwriter/SKILL.md +273 -0
  121. package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
  122. package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
  123. package/skills/skills/skillkit/.claude/settings.local.json +7 -0
  124. package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
  125. package/skills/skills/skillkit/CHANGELOG.md +484 -0
  126. package/skills/skills/skillkit/SKILL.md +511 -0
  127. package/skills/skills/skillkit/commands/skillkit.md +6 -0
  128. package/skills/skills/skillkit/commands/validate-plan.md +6 -0
  129. package/skills/skills/skillkit/commands/verify.md +6 -0
  130. package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
  131. package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
  132. package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
  133. package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
  134. package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
  135. package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
  136. package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
  137. package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
  138. package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
  139. package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
  140. package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
  141. package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
  142. package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
  143. package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
  144. package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
  145. package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
  146. package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
  147. package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
  148. package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
  149. package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
  150. package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
  151. package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
  152. package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
  153. package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
  154. package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
  155. package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
  156. package/skills/skills/skillkit/references/proposal-generation.md +982 -0
  157. package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
  158. package/skills/skills/skillkit/references/research-methodology.md +661 -0
  159. package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
  160. package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
  161. package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
  162. package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
  163. package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
  164. package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
  165. package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
  166. package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
  167. package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
  168. package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
  169. package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
  170. package/skills/skills/skillkit/scripts/init_skill.py +400 -0
  171. package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
  172. package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
  173. package/skills/skills/skillkit/scripts/package_skill.py +211 -0
  174. package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
  175. package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
  176. package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
  177. package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
  178. package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
  179. package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
  180. package/skills/skills/skillkit/scripts/split_skill.py +540 -0
  181. package/skills/skills/skillkit/scripts/test_generator.py +695 -0
  182. package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
  183. package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
  184. package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  185. package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
  186. package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
  187. package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
  188. package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
  189. package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
  190. package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
  191. package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
  192. package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
  193. package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
  194. package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
  195. package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
  196. package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
  197. package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
  198. package/skills/skills/skillkit/tests/test_skill.py +136 -0
  199. package/skills/skills/skillkit-help/SKILL.md +81 -0
  200. package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
  201. package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
  202. package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
  203. package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
  204. package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
  205. package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
  206. package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
  207. package/skills/skills/skillkit-help/template/SKILL.md +52 -0
  208. package/skills/skills/social-media-seo/SKILL.md +278 -0
  209. package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
  210. package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
  211. package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
  212. package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
  213. package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
  214. package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
  215. package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
  216. package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
  217. package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
  218. package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
  219. package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
  220. package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
  221. package/skills/skills/storyteller/SKILL.md +241 -0
  222. package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
  223. package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
  224. package/skills/skills/thread-pro/SKILL.md +162 -0
  225. package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
  226. package/skills/skills/thread-pro/hook-formulas.md +138 -0
  227. package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
  228. package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
  229. package/skills/skills/thread-pro/references/thread-structures.md +240 -0
  230. package/skills/skills/thread-pro/references/voice-injection.md +130 -0
  231. package/skills/skills/thread-pro/thread-structures.md +240 -0
  232. package/skills/skills/thread-pro/voice-injection.md +130 -0
  233. package/skills/skills/tinkering/SKILL.md +251 -0
  234. package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
  235. package/skills/skills/validate-plan/.skillkit-mode +1 -0
  236. package/skills/skills/validate-plan/SKILL.md +406 -0
  237. package/skills/skills/validate-plan/references/dry-principles.md +251 -0
  238. package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
  239. package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
  240. package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
  241. package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
  242. package/skills/skills/verify-before-ship/SKILL.md +116 -0
  243. package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
  244. package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
  245. package/skills-manifest.json +8 -2
  246. package/src/picker.js +11 -5
  247. package/src/picker.test.js +36 -1
@@ -0,0 +1,278 @@
1
+ ---
2
+ name: social-media-seo
3
+ description: >
4
+ Optimize social media content for maximum discoverability and engagement using 2025-proven SEO strategies.
5
+ Includes comprehensive CSV databases with 100+ caption formulas, thread structures, viral patterns, and
6
+ platform-specific optimization playbooks for Instagram, X/Twitter, and Threads. Works with seo-manager
7
+ subagent for intelligent content generation.
8
+ category: creative
9
+ ---
10
+
11
+ # Social Media SEO (2025)
12
+
13
+ Transform social media posts into discoverable, engaging content using research-backed SEO strategies and extensive formula databases.
14
+
15
+ ## What This Skill Solves
16
+
17
+ **The 2025 Social Media Landscape Problem:**
18
+ - Instagram pivoted from hashtag-based discovery to **keyword-based SEO** (Google/Bing now index captions)
19
+ - X/Twitter prioritizes first 100 characters for search visibility
20
+ - Generic content gets lost (zero-click searches at 60%, users find answers on platform)
21
+ - 70% of Gen Z use TikTok/Instagram as primary search engines, not Google
22
+
23
+ **This skill provides:**
24
+ 1. **Platform-specific optimization playbooks** (Instagram, X/Twitter, Threads)
25
+ 2. **CSV databases** with 100+ proven formulas (captions, threads, hooks, viral patterns)
26
+ 3. **Data-driven selection** (includes avg_engagement, conversion_rate metrics)
27
+ 4. **Non-monotonous variety** (dozens of styles instead of static templates)
28
+
29
+ ## When to Use This Skill
30
+
31
+ **Trigger patterns:**
32
+ - "Optimize my Instagram caption for SEO"
33
+ - "Create viral Twitter thread structure"
34
+ - "Best hashtag strategy for [platform]"
35
+ - "Write engaging social media post about [topic]"
36
+ - "Improve discoverability on [platform]"
37
+ - "Generate multiple caption variations"
38
+
39
+ **Use with seo-manager subagent** for intelligent querying of databases and customized recommendations.
40
+
41
+ ## Core Methodology
42
+
43
+ ### 2025 Social Media SEO Principles
44
+
45
+ **1. Keyword-First Approach** (Instagram/Threads)
46
+ - 3-5 highly relevant hashtags (not 30)
47
+ - Keywords in first 15 characters of caption
48
+ - Alt text optimization for Google/Bing indexing
49
+ - Profile optimization (name, username, bio)
50
+
51
+ **2. First-100-Characters Rule** (X/Twitter)
52
+ - Critical keywords front-loaded
53
+ - Hook formula in opening
54
+ - Bio optimization (160 chars with primary keyword)
55
+ - Thread architecture matters
56
+
57
+ **3. E-E-A-T for Social** (All Platforms)
58
+ - Experience: Show, don't tell
59
+ - Expertise: Cite sources, use data
60
+ - Authoritativeness: Consistent expertise
61
+ - Trust: Authentic voice, no manipulation
62
+
63
+ **4. Viral + SEO Integration**
64
+ - Emotion (surprise/joy/curiosity) + Keywords
65
+ - Relatability + Search intent
66
+ - Utility/Shareability + Semantic optimization
67
+ - Timeliness + Trending keywords
68
+
69
+ ### Platform-Specific Optimizations
70
+
71
+ **Instagram (Keyword-Based Discovery)**
72
+ - Caption keywords > Hashtags (2025 shift)
73
+ - Alt text = Google/Bing SEO opportunity
74
+ - Reel optimization: 30-90 sec, on-screen text, captions
75
+ - Name field searchable (not just username)
76
+
77
+ **X/Twitter (Real-Time Relevance)**
78
+ - Thread first tweet = hook + keywords (first 50 chars)
79
+ - Engagement drives distribution (replies > retweets > likes)
80
+ - Bio formula: [Who] + [What] + [Keyword]
81
+ - Fresh content boosted (post timing matters)
82
+
83
+ **Threads (Meta's Discovery Algorithm)**
84
+ - Cross-promotion with Instagram
85
+ - Topic clarity (last 9-12 posts influence categorization)
86
+ - Connected reach (existing followers) vs Unconnected reach (discovery)
87
+
88
+ ## How to Use The Databases
89
+
90
+ This skill includes **7 CSV databases** with proven formulas:
91
+
92
+ ### Database Structure
93
+
94
+ ```csv
95
+ # Example: caption-styles.csv
96
+ num,platform,style_name,goal,structure,example,avg_engagement,character_count,keyword_placement
97
+ 1,instagram,Educational Hook,"teach + engage","[Question] + [Answer] + [CTA]","Did you know...",8.2%,145,"first 15 chars"
98
+ ```
99
+
100
+ ### Querying Pattern
101
+
102
+ **Manual Search:**
103
+ 1. Open relevant CSV (e.g., `databases/caption-styles.csv`)
104
+ 2. Filter by: platform, goal, avg_engagement threshold
105
+ 3. Select 2-3 matching formulas
106
+ 4. Adapt structure to your content
107
+
108
+ **With seo-manager subagent:**
109
+ ```
110
+ User: "Instagram caption for educational content, high engagement"
111
+ โ†’ Subagent queries: platform=instagram, goal=teach, avg_engagement>8%
112
+ โ†’ Returns: Top 3 formulas with reasoning
113
+ โ†’ Generates: 3 customized variations
114
+ ```
115
+
116
+ ### Available Databases (P0-P2)
117
+
118
+ **P0 (Core):**
119
+ - `caption-styles.csv` - 30+ caption formulas by platform/goal
120
+ - `hook-formulas.csv` - 25+ first-3-second hooks
121
+
122
+ **P1 (Advanced):**
123
+ - `thread-structures.csv` - 25+ thread architectures
124
+ - `hashtag-strategies.csv` - 20+ platform-specific strategies
125
+ - `viral-patterns.csv` - 20+ proven viral triggers
126
+
127
+ **P2 (Intelligence):**
128
+ - `engagement-tactics.csv` - 15+ CTA formulas
129
+ - `keyword-clusters.csv` - 10+ semantic keyword groups
130
+
131
+ ## Quick Start Guide
132
+
133
+ ### For Instagram Posts
134
+
135
+ 1. **Profile optimization** (one-time):
136
+ - Name field: Include primary keyword (e.g., "Sarah | SEO Expert")
137
+ - Username: Relevant to niche if possible
138
+ - Bio: 2-3 keywords naturally woven
139
+ - Enable "Website Embeds" (Settings โ†’ Sharing)
140
+
141
+ 2. **Caption creation**:
142
+ - Query `caption-styles.csv`: filter by goal (educate/entertain/convert)
143
+ - Front-load keyword in first 15 characters
144
+ - Use 3-5 relevant hashtags (micro + mid + broad mix)
145
+ - Add descriptive alt text with keywords
146
+
147
+ 3. **Reel optimization**:
148
+ - Length: 30-90 seconds (higher completion rate)
149
+ - On-screen text: Include keywords
150
+ - Captions: Always enable
151
+ - Trending audio: When relevant to brand
152
+
153
+ ### For X/Twitter Threads
154
+
155
+ 1. **Bio optimization**:
156
+ - Formula: `[Role/Expertise] helping [audience] with [value]`
157
+ - Example: "SEO strategist helping creators with discoverability"
158
+ - 160 chars, primary keyword included
159
+
160
+ 2. **Thread structure**:
161
+ - Query `thread-structures.csv`: select thread type
162
+ - Tweet 1: Hook + keyword (first 50 chars critical)
163
+ - Tweets 2-9: Value delivery
164
+ - Tweet 10: Summary + CTA
165
+ - Alt text on all images
166
+
167
+ 3. **Engagement optimization**:
168
+ - Post timing: Use analytics for audience peak
169
+ - First hour critical (80% of viral potential decided)
170
+ - Reply to comments within 1 hour
171
+ - Quote-tweet relevant content
172
+
173
+ ### For Threads
174
+
175
+ 1. **Cross-promote with Instagram**:
176
+ - Share Threads posts to Instagram Stories
177
+ - Similar content themes (algorithm recognizes)
178
+
179
+ 2. **Topic clarity**:
180
+ - Last 9-12 posts influence categorization
181
+ - Stay focused on niche topics
182
+ - Avoid random off-topic posts
183
+
184
+ 3. **Two-tier distribution**:
185
+ - Connected reach: Engagement quality matters
186
+ - Unconnected reach: Topic relevance + freshness
187
+
188
+ ## Integration with seo-manager Subagent
189
+
190
+ The **seo-manager subagent** (separate file) provides intelligent orchestration:
191
+
192
+ **Capabilities:**
193
+ 1. Multi-database querying (combines patterns from multiple CSVs)
194
+ 2. Goal-based recommendations (awareness/engagement/conversion)
195
+ 3. Platform-specific optimization
196
+ 4. A/B test variation generation
197
+ 5. Evidence-based reasoning (cites avg_engagement data)
198
+
199
+ **Example workflow:**
200
+ ```
201
+ User: "Create Instagram post about AI tools for designers"
202
+
203
+ seo-manager:
204
+ 1. Queries caption-styles.csv: platform=instagram, goal=educate
205
+ 2. Queries hook-formulas.csv: emotion_trigger=curiosity
206
+ 3. Queries keyword-clusters.csv: category=ai+design
207
+ 4. Combines patterns into 3 variations
208
+ 5. Explains: "Pattern #12 (12.1% avg engagement) + Hook #5 (curiosity gap)"
209
+ ```
210
+
211
+ ## Best Practices
212
+
213
+ **Content Creation:**
214
+ - โœ… Front-load keywords (first 15-50 chars depending on platform)
215
+ - โœ… Use proven formulas from databases (not guessing)
216
+ - โœ… Add alt text to EVERY image (accessibility + SEO)
217
+ - โœ… Track performance (A/B test different formulas)
218
+ - โŒ Don't keyword stuff (natural integration only)
219
+ - โŒ Don't use 30 hashtags (3-5 relevant ones better)
220
+ - โŒ Don't ignore platform-specific features
221
+
222
+ **Database Usage:**
223
+ - โœ… Filter by proven metrics (avg_engagement >7%)
224
+ - โœ… Adapt formulas to your voice (don't copy verbatim)
225
+ - โœ… Combine multiple patterns for uniqueness
226
+ - โœ… Update with your winning formulas
227
+ - โŒ Don't use every formula blindly
228
+ - โŒ Don't ignore platform column (Instagram โ‰  Twitter)
229
+
230
+ **SEO Optimization:**
231
+ - โœ… Research semantic keywords (not just primary)
232
+ - โœ… Optimize for both platform search AND Google
233
+ - โœ… Build topic authority (consistent niche focus)
234
+ - โœ… Engage authentically (quality > quantity)
235
+ - โŒ Don't sacrifice readability for keywords
236
+ - โŒ Don't neglect analytics (track what works)
237
+
238
+ ## Notes and Limitations
239
+
240
+ **Algorithm Changes:**
241
+ - Databases reflect 2025 best practices (Instagram Dec 2025, X/Twitter Nov 2025)
242
+ - Mark deprecated patterns when algo updates
243
+ - Add new winning formulas as discovered
244
+
245
+ **Not a Magic Bullet:**
246
+ - SEO improves discoverability, NOT quality
247
+ - Bad content with good SEO = still bad content
248
+ - Authenticity > Optimization (humans detect manipulation)
249
+
250
+ **Platform Constraints:**
251
+ - Instagram: Only public professional accounts (18+) eligible for Google indexing
252
+ - X/Twitter: Nofollow links (but still valuable for visibility)
253
+ - Threads: Young platform, SEO features evolving
254
+
255
+ **Quality Over Quantity:**
256
+ - 1 optimized post > 10 generic posts
257
+ - Sustained engagement > viral spike
258
+ - Community building > vanity metrics
259
+
260
+ ## References
261
+
262
+ **Detailed Playbooks:**
263
+ - `references/instagram-seo.md` - Comprehensive Instagram optimization
264
+ - `references/x-twitter-seo.md` - X/Twitter strategies
265
+ - `references/threads-seo.md` - Threads best practices
266
+ - `references/analytics-guide.md` - What to track & optimize
267
+
268
+ **CSV Databases:**
269
+ - `databases/caption-styles.csv`
270
+ - `databases/hook-formulas.csv`
271
+ - `databases/thread-structures.csv`
272
+ - `databases/hashtag-strategies.csv`
273
+ - `databases/viral-patterns.csv`
274
+ - `databases/engagement-tactics.csv`
275
+ - `databases/keyword-clusters.csv`
276
+
277
+ **Helper Scripts:**
278
+ - `scripts/query_database.py` - Search/filter CSVs programmatically
@@ -0,0 +1,31 @@
1
+ num,platform,style_name,goal,structure,example,avg_engagement,character_count,keyword_placement
2
+ 1,instagram,Educational Hook,teach + engage,"[Question] + [Answer in 3 points] + [CTA]","Did you know 92% skip captions? Here's how to fix it: 1) Front-load keywords 2) Add value first 3) Clear CTA. Save this for later!",8.2%,145,first 15 chars
3
+ 2,instagram,Story-Driven Connection,build trust,"[Personal anecdote] + [Lesson learned] + [Question]","Last month I lost 10k followers by ignoring SEO. Turns out Instagram's algorithm changed in Dec 2024. Here's what I learned... What's your biggest SEO mistake?",12.1%,178,naturally woven
4
+ 3,instagram,Data-Led Authority,establish expertise,"[Surprising statistic] + [Why it matters] + [Actionable tip]","70% of Gen Z use Instagram as a search engine (not Google). If you're not optimizing for keywords you're invisible. Quick fix: Put keywords in your Name field.",10.5%,162,first 20 chars
5
+ 4,instagram,Problem-Solution Quick,solve pain point,"[Common struggle] + [2-step solution] + [Benefit]","Struggling with captions? Try this: 1) Write hook first 2) Add value 3) End with question. Result: 3x more comments.",7.8%,128,first 10 chars
6
+ 5,instagram,Behind-the-Scenes,humanize brand,"[Process reveal] + [Challenge faced] + [Lesson]","Here's what happened when I tested 50 caption styles... The 'educational hook' beat everything else by 40%. Full breakdown in comments!",9.3%,142,naturally woven
7
+ 6,twitter,Thread Teaser Hook,drive engagement,"[Bold claim] + [Mini proof] + [Thread promise]","Most viral threads share 3 patterns. I analyzed 1000 threads with 1M+ views. Here's what I found: ๐Ÿงต",15.7%,118,first 10 words
8
+ 7,twitter,Contrarian Take,challenge norms,"[Common belief] + [Why it's wrong] + [Alternative]","Everyone says 'post daily'. But my analytics prove posting 3x/week gets 2x engagement. Here's why quality > quantity:",13.4%,132,first 15 chars
9
+ 8,twitter,Data Thread Opener,establish credibility,"[Metric] + [Context] + [What's coming]","I spent $50k testing Twitter SEO tactics. ROI: 847%. Here are the 7 strategies that actually worked (with screenshots):",11.2%,127,first 20 chars
10
+ 9,twitter,Story Arc Thread,narrative engagement,"[Hook] + [Rising action setup]","My first tweet got 7 views. My last got 2.3M. Here's the exact blueprint I followed (anyone can copy this):",14.8%,115,first 5 words
11
+ 10,twitter,Question Hook Thread,curiosity gap,"[Provocative question] + [Challenge assumption]","What if I told you hashtags are dead? Instagram confirmed it in Dec 2024. Here's what actually works now:",12.6%,111,first 8 words
12
+ 11,threads,Instagram Crossover,leverage network,"[Value proposition] + [Meta insight] + [Invite discussion]","Instagram's new algorithm favors keyword-rich captions over hashtags. I've been testing this for 3 months. What's your experience?",8.9%,138,first 12 chars
13
+ 12,threads,Topic Authority Build,consistent expertise,"[Expert insight] + [Why it matters] + [Community question]","After analyzing 10k viral Threads posts the pattern is clear: Topic clarity > everything else. Your last 9 posts determine categorization.",7.4%,152,naturally woven
14
+ 13,instagram,Mini Tutorial,provide value,"[Problem] + [Step-by-step solution] + [Result]","Can't get on Explore page? Fix: 1) Keyword in first line 2) Alt text on images 3) 3-5 niche hashtags. I went from 200 to 2k weekly reach.",9.7%,156,first line
15
+ 14,instagram,Myth-Busting,correct misconceptions,"[Common myth] + [Truth] + [What to do instead]","Myth: More hashtags = more reach. Truth: Instagram penalizes 30-hashtag posts. Use 3-5 highly relevant ones. Check your insightsโ€”you'll see the difference.",11.3%,167,second sentence
16
+ 15,instagram,Social Proof Pattern,build credibility,"[Result achieved] + [Timeframe] + [Key tactic]","Grew from 500 to 50k in 6 months using one simple trick: I put my main keyword in my NAME field (not username). Instagram search started showing my profile first.",10.1%,174,naturally woven
17
+ 16,twitter,Pain-Agitate-Solve,address frustration,"[Pain point] + [Why it's worse] + [Solution preview]","Your tweets get no impressions? It's because you're burying the hook. The algorithm decides in the first 100 characters. Here's the fix:",12.9%,145,first 20 chars
18
+ 17,twitter,Pattern Recognition,teach framework,"[I noticed X] + [Here's the pattern] + [How to use it]","I noticed viral threads follow a pattern: Hook (1 tweet) + Value (7-9 tweets) + CTA (1 tweet). Used it yesterday got 100k impressions. Full breakdown:",13.7%,156,first 10 chars
19
+ 18,threads,Meta Ecosystem Play,cross-platform,"[Insight] + [Cross-platform tip] + [Engagement ask]","Pro tip: Threads + Instagram work together. Post similar topics on both for 2x algorithmic boost. Meta confirmed this. Who's tested it?",8.1%,142,naturally woven
20
+ 19,instagram,Transformation Post,before-after,"[Before state] + [After state] + [What changed]","Before: 50 views per post. After: 5k views per post. The difference? I started writing captions like Google search queries. Keywords > creativity.",11.8%,158,second sentence
21
+ 20,instagram,Listicle Format,scannable value,"[Number] + [Category] + [Brief items] + [CTA]","5 Instagram SEO fixes: 1) Keywords in bio 2) Alt text on images 3) Hashtags in caption (not comments) 4) Name field optimization 5) Enable website embeds. Which one did you miss?",9.4%,189,first 5 words
22
+ 21,twitter,Curiosity Loop,sustained engagement,"[Fascinating claim] + [Just enough info] + [Thread tease]","This 47-character caption got 10M impressions. Here's why it worked (and how to replicate it): [1/10]",14.2%,108,first 12 chars
23
+ 22,twitter,Case Study Hook,prove concept,"[Specific result] + [Method] + [Proof promise]","Made $12k from one thread. Total time: 23 minutes. Here's the exact structure I used (+ screenshots of the revenue):",13.1%,123,first 8 chars
24
+ 23,instagram,Controversial Opinion,spark debate,"[Unpopular take] + [Reasoning] + [Invite counterpoint]","Unpopular opinion: Reels are overrated for growth. My carousel posts get 10x more saves and shares. Here's my data... Disagree? Let's discuss.",10.7%,151,first 5 words
25
+ 24,instagram,Tactical Breakdown,actionable steps,"[What] + [Why] + [Exactly how]","Instagram alt text isn't just accessibilityโ€”it's SEO gold. Google indexes it. Here's how to write it: [Keyword] + [detailed description]. Example in comments.",9.9%,168,first 15 chars
26
+ 25,twitter,Personal Experiment,share learnings,"[I tested X] + [Here's what happened] + [Takeaway]","I posted the same content at different times for 30 days. Result: 8pm posts got 4x more impressions than 8am. Your audience's timezone matters more than 'best time to post' guides.",12.4%,194,first 10 chars
27
+ 26,threads,Community Building,foster discussion,"[Observation] + [Your take] + [Open question]","Threads algorithm rewards replies more than likes. I've been replying to every comment within 1 hourโ€”my reach doubled. What's your engagement strategy?",8.6%,161,naturally woven
28
+ 27,instagram,Value Stack,multiple tips,"[Promise] + [Tips rapid-fire] + [Bonus]","Want more saves? Do this: โœ“ Educational content โœ“ Carousel format โœ“ Save this reminder โœ“ DM for template. Bonus: Saves = algorithmic boost.",8.8%,147,first 8 chars
29
+ 28,twitter,Micro-Story,concise narrative,"[Situation] + [Turning point] + [Outcome]","My thread got 3 views. Changed the hook to a questionโ€”hit 300k. Sometimes all you need is to move one sentence.",11.8%,122,naturally woven
30
+ 29,instagram,Direct CTA Leader,action-focused,"[Command] + [Benefit] + [Urgency]","Stop scrolling. If you're not using keywords in your captions Instagram can't categorize your content. Fix it today your reach depends on it.",9.1%,149,first 2 words
31
+ 30,twitter,Research Reveal,authority building,"[Study/Analysis] + [Key finding] + [Implication]","Analyzed 5000 viral tweets from 2024. 78% used numbers in the first line. 92% had a clear CTA. 100% front-loaded the hook. Pattern recognition = unfair advantage.",14.5%,174,first 10 chars
@@ -0,0 +1,16 @@
1
+ num,tactic_name,formula,goal,platform,example,avg_engagement_lift,psychological_trigger
2
+ 1,Save Prompt,"Save this for later [benefit]",increase saves,instagram,"Save this for later when you're ready to optimize your Instagram.",42%,future utility
3
+ 2,Tag Challenge,"Tag someone who needs to see this",increase shares,all,"Tag a creator who's struggling with engagement.",38%,social obligation
4
+ 3,Question Hook CTA,"What's your experience with [topic]?",increase comments,all,"What's your experience with Instagram SEO? Drop your wins/struggles below.",51%,reciprocity
5
+ 4,Specific Question,"Which one resonates most with you? (1 2 or 3)",increase comments,all,"Which caption style works for you? A) Educational B) Story-driven C) Data-led",47%,forced choice
6
+ 5,Bookmark Command,"Bookmark this so you don't lose it",increase saves,instagram/twitter,"Bookmark this threadโ€”you'll need it for your next campaign.",40%,loss aversion
7
+ 6,Share for Later,"Share this to your Story/DM someone",increase shares,instagram,"Share this to your Story if it helped! (I'll reshare)",35%,reciprocity + visibility
8
+ 7,Reply Incentive,"Reply with [word] and I'll send you [resource]",increase comments,all,"Reply with SEO and I'll DM you my caption template library.",68%,exchange value
9
+ 8,Poll Integration,"Vote in the poll below: A or B?",increase engagement,twitter/instagram,"Vote: Which works better? A) Hashtags B) Keywords",44%,participation bias
10
+ 9,Controversy Invite,"Agree or disagree? Let's discuss:",increase comments,all,"Unpopular opinion: Reels are overrated. Agree or disagree?",53%,opinion validation
11
+ 10,Success Challenge,"Try this and report back in 24 hours",increase future engagement,all,"Try this caption formula today and DM me your results in 24 hours.",29%,commitment + accountability
12
+ 11,Resource Drop Follow,"Follow for more [topic] resources",increase follows,all,"Follow @yourhandle for daily Instagram SEO tips like this.",22%,continued value promise
13
+ 12,DM Funnel,"DM me [word] for [exclusive resource]",increase DMs + connection,instagram,"DM me GROWTH for my free 100-caption database.",61%,exclusivity
14
+ 13,Completion Loop,"If this helped hit the โค๏ธ so I know what to post more of",increase likes + feedback,all,"If this thread helped you hit the โค๏ธ so I create more SEO content.",37%,feedback loop
15
+ 14,Comparison Ask,"A vs B - which do you prefer and why?",increase comments,all,"Instagram vs TikTok for business growthโ€”which and why?",48%,opinion + reasoning
16
+ 15,Story Continuation,"Want part 2? Let me know in comments",increase comments + future engagement,all,"This is just part 1 of the framework. Want part 2 with examples? Comment YES.",55%,curiosity + continuation
@@ -0,0 +1,21 @@
1
+ num,platform,strategy_name,hashtag_count,size_mix,placement,example,reasoning,avg_reach_boost
2
+ 1,instagram,Niche Authority 2025,3-5,"2 micro (500-5K) + 2 mid (50K-200K) + 1 broad (1M+)",in caption,"#InstaSeoTips #ContentStrategy2025 #SocialMediaMarketing #DigitalMarketing #Marketing",Algorithm favors relevance over quantity (Dec 2024 update),45%
3
+ 2,instagram,Discovery Bridge,3-4,"1 branded + 2 niche + 1 discovery",first line of caption,"#YourBrand #SeoForCreators #InstagramTips #ContentCreators",Front-loaded hashtags get categorized faster,38%
4
+ 3,instagram,Trending + Evergreen,4-5,"2 trending (this week) + 3 evergreen",in caption,"#Instagram2025 #SocialMediaTrends #SeoTips #ContentMarketing #CreatorEconomy",Mix ensures immediate + long-term discovery,52%
5
+ 4,instagram,Hyper-Niche Focus,3,"3 ultra-specific (100-2K)",in caption,"#InstagramSeoForPhotographers #ContentStrategyWeddings #SocialMediaForCreatives",Small communities = higher engagement rate,61%
6
+ 5,instagram,Geographic + Topic,4,"2 location-based + 2 topic",in caption,"#NYCCreators #CaliforniaBusiness #SeoStrategy #ContentMarketing",Local SEO + topic authority combo,43%
7
+ 6,twitter,Minimal Strategic,1-2,"1 trending or 1 niche",first 50 characters,"#TwitterSEO #ContentStrategy",X algorithm penalizes 3+ hashtags (2025),29%
8
+ 7,twitter,Trending Hijack,1,"1 currently trending",within first 10 words,"#TrendingTopic relates to your content somehow",Ride algorithmic momentum (24-hour window),67%
9
+ 8,twitter,Branded Consistency,1,"1 branded hashtag",at end of tweet,"Your content here #YourBrandName",Build searchable brand archive,31%
10
+ 9,twitter,Event-Based,1-2,"1 event + 1 category",in tweet,"#ConferenceName #Industry insights",Conference attendees search these,54%
11
+ 10,threads,Cross-Platform Sync,3-4,"Same as Instagram post (if cross-posting)",in thread,"#SocialMediaTips #ContentStrategy #CreatorEconomy",Meta recognizes patterns across platforms,41%
12
+ 11,threads,Topic Cluster,2-3,"2 main topic + 1 meta category",in thread,"#SEOtips #InstagramGrowth #SocialMedia",Helps algorithm categorize for discovery,36%
13
+ 12,instagram,Seasonal Smart,4-5,"1 seasonal + 2 evergreen + 2 niche",in caption,"#Holiday2025 #SeoTips #ContentStrategy #InstagramMarketing #SocialMediaTips",Seasonal spike + sustained relevance,48%
14
+ 13,instagram,Forbidden Techniques AVOID,10-30,"Random popular tags",in comments or 30+ hashtags,"#Love #Instagood #PhotoOfTheDay (x30)",Instagram penalizes this (confirmed Dec 2024),-40%
15
+ 14,twitter,Thread Category,1,"1 content-type indicator",first tweet only,"๐Ÿงต Thread about [topic] #TwitterThreads",Helps categorization + thread discoverability,35%
16
+ 15,instagram,Save-Focused,3-4,"Tags that indicate utility",in caption,"#SeoChecklist #InstagramGuide #ContentTemplate #SaveThisPost",Users search 'save' type content,57%
17
+ 16,instagram,Problem-Solution Tags,4-5,"Problem term + solution term",in caption,"#LowEngagement #IncreaseReach #SeoForCreators #InstagramTips #GrowthHacks",Matches search intent patterns,49%
18
+ 17,twitter,Industry Insider,1-2,"Niche professional tags",in tweet,"#MarketingTwitter #SeoTwitter",Professional communities actively search,44%
19
+ 18,instagram,Tutorial Format,3-4,"How-to + topic tags",in caption,"#HowToSeo #InstagramTutorial #LearnSeo #ContentTips",Educational content gets boosted,46%
20
+ 19,threads,Engagement Driver,2-3,"Discussion-focused tags",in thread,"#AskMe #Discuss #Opinion",Threads rewards conversation,39%
21
+ 20,instagram,Micro-Influencer Mix,3-5,"Community-specific tags",in caption,"#CreatorCommunity #SmallBusinessOwners #SolopreneursOfInstagram #SeoForCreators",Tight communities = higher engagement density,53%
@@ -0,0 +1,26 @@
1
+ num,platform,hook_type,formula,emotion_trigger,use_case,example,conversion_rate
2
+ 1,all,Curiosity Gap,"[Number] [thing] that [unexpected result]",curiosity,drive engagement,"5 SEO mistakes that actually BOOST rankings",4.2%
3
+ 2,all,Pattern Interrupt,"Stop [common action]. Do [opposite] instead.",surprise,challenge norms,"Stop optimizing for Google. Optimize for humans first.",6.1%
4
+ 3,instagram,FOMO Trigger,"If you're not doing [X] you're losing [Y]",fear + urgency,create urgency,"If you're not using alt text you're invisible to 70% of searches",5.8%
5
+ 4,twitter,Bold Claim,"[Controversial statement]. Here's proof:",credibility,establish authority,"Hashtags are dead. Instagram confirmed it.",7.3%
6
+ 5,all,Question Hook,"What if I told you [surprising fact]?",curiosity,challenge assumptions,"What if I told you posting less gets more engagement?",5.4%
7
+ 6,instagram,Relatability,"We all [common struggle]. Here's why:",connection,build community,"We all overthink captions for 30 mins. Here's why:",6.7%
8
+ 7,twitter,Data Hook,"I analyzed [number] [things]. Found [insight]:",authority,prove expertise,"I analyzed 1000 viral threads. Found 3 patterns:",8.1%
9
+ 8,all,Story Opener,"This [time period] I [result]. Here's how:",inspiration,show transformation,"This month I hit 100k views. Here's how:",5.9%
10
+ 9,instagram,Direct Address,"[Role/Person] listen up: [critical info]",urgency,target audience,"Content creators listen up: Instagram changed their algorithm",6.3%
11
+ 10,twitter,Controversial Take,"Everyone says [X]. They're wrong. Here's why:",challenge + authority,spark debate,"Everyone says post daily. They're wrong. Here's why:",7.8%
12
+ 11,all,Myth-Buster,"Myth: [common belief]. Truth: [reality].",correction,educate,"Myth: More hashtags = more reach. Truth: 3-5 beats 30.",6.9%
13
+ 12,instagram,Transformation,"Before: [bad state]. After: [good state].",hope,show results,"Before: 50 views/post. After: 5k views/post.",7.4%
14
+ 13,twitter,Pattern Recognition,"I noticed [X]. Then I saw [pattern].",insight,teach framework,"I noticed viral tweets share one thing: they front-load value.",6.6%
15
+ 14,all,Personal Failure,"I lost [something] by [mistake]. Here's what I learned:",vulnerability,build trust,"I lost 10k followers by ignoring SEO. Here's what I learned:",8.3%
16
+ 15,instagram,Quick Win,"Want [result]? Do this [simple action]:",utility,provide value,"Want more saves? Use carousel format + educational content.",5.7%
17
+ 16,twitter,Experiment Result,"I tested [X] for [time]. Result: [outcome]:",credibility,share data,"I tested posting times for 30 days. Result: 8pm wins by 4x.",7.1%
18
+ 17,all,Unpopular Opinion,"Unpopular opinion: [controversial take].",controversy,spark discussion,"Unpopular opinion: Reels are overrated for organic growth.",6.8%
19
+ 18,instagram,Behind-the-Scenes,"Here's what [outcome] actually looks like:",transparency,humanize,"Here's what 100k followers actually looks like: (reality check)",6.4%
20
+ 19,twitter,Framework Intro,"The [number]-step [framework] for [result]:",structure,teach method,"The 3-step formula for viral threads:",7.6%
21
+ 20,all,Mistake Warning,"Don't make this mistake: [common error].",caution,prevent failure,"Don't make this mistake: hashtags in comments don't count",5.9%
22
+ 21,instagram,Case Study,"How I [result] in [timeframe] using [method]:",proof,show process,"How I grew to 50k in 6 months using keyword optimization:",7.9%
23
+ 22,twitter,Comparison,"[X] vs [Y]: Which one actually works?",analysis,compare options,"Hashtags vs Keywords: Which one Instagram prioritizes?",6.5%
24
+ 23,all,Actionable Command,"Do this right now: [specific action].",urgency,drive immediate action,"Do this right now: Add keywords to your Instagram Name field",6.2%
25
+ 24,instagram,Algorithm Insight,"Instagram's algorithm [surprising behavior]:",insider knowledge,leverage platform,"Instagram's algorithm prioritizes saves over likes in 2025",7.7%
26
+ 25,twitter,Resource Drop,"[Number] resources that [benefit]:",utility,provide tools,"7 free tools that analyze your Twitter SEO performance",5.5%
@@ -0,0 +1,11 @@
1
+ num,category,primary_keyword,semantic_cluster,search_intent,platform_priority,example_usage
2
+ 1,social_media_marketing,"Instagram SEO","Instagram optimization, Instagram search, Instagram discoverability, Instagram algorithm, Instagram keywords, Instagram ranking",learn + implement,instagram,"Instagram SEO tips for creators looking to increase discoverability"
3
+ 2,content_creation,"Content strategy","Content planning, content calendar, content ideas, content marketing, content creation tips, storytelling",plan + create,all,"Content strategy framework for consistent posting and engagement"
4
+ 3,creator_economy,"Creator growth","Follower growth, audience building, community building, creator tips, monetization, brand deals",achieve + monetize,all,"Creator growth strategies: from 0 to 10k followers in 90 days"
5
+ 4,digital_marketing,"Social media marketing","Digital marketing, online marketing, social strategy, brand awareness, engagement tactics, social ROI",learn + strategize,all,"Social media marketing trends 2025: what's working now"
6
+ 5,seo_technical,"Keyword research","Keyword optimization, search intent, semantic keywords, long-tail keywords, keyword density, LSI keywords",research + optimize,all,"Keyword research for social media: finding high-intent terms"
7
+ 6,platform_specific,"Twitter threads","X threads, thread templates, Twitter engagement, thread virality, Twitter growth, tweet structure",create + engage,twitter,"Twitter threads that go viral: 10 proven structures"
8
+ 7,business_growth,"Small business marketing","Local SEO, small business social media, entrepreneur tips, business growth, startup marketing, solopreneur",grow + scale,instagram/linkedin,"Small business marketing on Instagram: complete 2025 guide"
9
+ 8,creative_niches,"Photography marketing","Photographer SEO, photo business, visual content, Instagram for photographers, portfolio marketing",showcase + sell,instagram,"Photography marketing: optimize your Instagram for bookings"
10
+ 9,analytics,"Social media analytics","Performance tracking, engagement metrics, growth analytics, social insights, data-driven marketing, ROI tracking",measure + improve,all,"Social media analytics: which metrics actually matter in 2025"
11
+ 10,tools_software,"Social media tools","Scheduling tools, analytics platforms, content tools, automation software, management apps, creator tools",discover + use,all,"10 social media tools for creators: free and premium options"
@@ -0,0 +1,26 @@
1
+ num,platform,thread_type,hook_pattern,body_structure,close_pattern,optimal_length,avg_engagement,example_topic
2
+ 1,twitter,How-To Guide,"How to [result] in [timeframe]","1. Problem setup | 2-5. Steps with examples | 6-8. Common mistakes | 9. Quick wins | 10. Summary","Follow for more + Bookmark",10-12 tweets,12.4%,"How to get 10k followers in 30 days"
3
+ 2,twitter,Contrarian Take,"Everyone thinks X. They're wrong.","1. Common belief | 2. Why it fails data | 3-5. Alternative approach | 6-8. Evidence/case studies | 9. Implementation | 10. Challenge CTA","Try this and report back",9-11 tweets,15.7%,"Everyone thinks posting daily works"
4
+ 3,twitter,Data Analysis,"I analyzed [N] [things]. Here's what I found:","1. Hook with number | 2. Method/Scope | 3-7. Key findings (1 per tweet) | 8-9. Implications | 10. Actionable takeaway","Save this for later",10-12 tweets,14.2%,"I analyzed 5000 viral tweets"
5
+ 4,twitter,Personal Story,"This [timeframe] I [result]. Here's my journey:","1. Before state | 2. Turning point | 3-6. Key milestones | 7-8. Challenges overcome | 9. What I learned | 10. Your turn","What's your story? Reply below",10-11 tweets,11.8%,"This year I grew from 0 to 100k"
6
+ 5,twitter,Mistake List,"[N] mistakes costing you [result]","1. Hook | 2. Context/Why it matters | 3-8. Each mistake (problem + fix) | 9. Biggest mistake | 10. Quick implementation","Which one hit hardest?",10-11 tweets,13.5%,"7 mistakes killing your Twitter growth"
7
+ 6,twitter,Framework Thread,"The [name] framework for [result]","1. Framework intro | 2. Why it works | 3-7. Each step explained | 8. Example application | 9. Common pitfalls | 10. Template/Resource","Reply with questions",10-12 tweets,12.9%,"The 5-Tweet Formula for viral threads"
8
+ 7,twitter,Before-After,"How I went from [bad] to [good]","1. Before state (relatable) | 2-3. Failed attempts | 4. Discovery moment | 5-7. What changed | 8-9. Results/Proof | 10. Your roadmap","Start today not tomorrow",10-11 tweets,13.1%,"From 10 views to 1M impressions"
9
+ 8,twitter,Tool Stack,"[N] tools I use for [result]","1. Hook + Context | 2-9. Each tool (what it does + why + link) | 10. How they work together","Which one will you try first?",10-11 tweets,10.7%,"8 tools that 10x'd my Twitter growth"
10
+ 9,twitter,Myth Busting,"[N] myths about [topic] (busted)","1. Hook | 2. Why myths persist | 3-8. Each myth (myth + truth + what to do) | 9. Biggest lie | 10. Reality check","Agree or disagree?",9-11 tweets,11.9%,"5 myths about Instagram SEO"
11
+ 10,twitter,Mini Course,"Everything you need to know about [topic]","1. Scope/Promise | 2. Foundation | 3-6. Core concepts (progressive) | 7-8. Advanced tips | 9. Common questions | 10. Next steps + Resources","Bookmark this",10-13 tweets,12.6%,"Complete guide to Twitter threads"
12
+ 11,twitter,Comparison,"[X] vs [Y]: The definitive guide","1. Hook | 2. Why comparison matters | 3-4. X explained (pros/cons) | 5-6. Y explained (pros/cons) | 7-8. When to use each | 9. My recommendation","What do you use?",9-11 tweets,11.3%,"Hashtags vs Keywords on Instagram"
13
+ 12,twitter,Daily Habit,"[N] daily habits that [result]","1. Hook + Promise | 2-9. Each habit (what + why + how) | 10. Compound effect explanation","Which habit will you start?",10-11 tweets,10.9%,"7 daily habits of viral creators"
14
+ 13,twitter,Unpopular Opinion,"Unpopular opinions about [topic]","1. Attention-grab | 2-7. Each opinion (statement + reasoning + data) | 8-9. Why people resist | 10. Final controversial take","Fight me in replies",8-10 tweets,14.8%,"Unpopular Twitter growth opinions"
15
+ 14,twitter,Psychology Thread,"The psychology behind [behavior]","1. Observable behavior | 2. Why it fascinates | 3-6. Psychological principles | 7-8. How to leverage | 9. Ethical considerations | 10. Application","Tag someone who needs this",10-11 tweets,12.1%,"Psychology of viral content"
16
+ 15,twitter,Timeline,"The evolution of [topic]","1. Where we started | 2-7. Key moments/changes chronologically | 8. Where we are now | 9. Where we're going | 10. What to prepare for","What did I miss?",10-11 tweets,10.4%,"Evolution of social media SEO"
17
+ 16,twitter,Case Study Deep,"How [person/brand] achieved [result]","1. Context/Background | 2-3. Starting position | 4-7. Strategy breakdown | 8. Key turning point | 9. Results/Metrics | 10. Lessons for you","Try this strategy",10-12 tweets,13.7%,"How @username got 1M followers"
18
+ 17,twitter,Quick Wins,"[N] quick wins for [result] (under [time])","1. Promise + Timeframe | 2-9. Each win (action + result + time) | 10. Compound effect","Do all 8 today",9-10 tweets,11.6%,"8 quick wins for Twitter SEO (10 min each)"
19
+ 18,twitter,Beginner's Guide,"Complete beginner's guide to [topic]","1. Who this is for | 2. What you'll learn | 3-7. Progressive steps | 8. First action | 9. Common obstacles | 10. Next level resources","Bookmark and start now",10-12 tweets,12.3%,"Beginner's guide to Instagram SEO"
20
+ 19,twitter,Behind-the-Scenes,"Behind the scenes of [achievement]","1. The polished outcome | 2. What people don't see | 3-7. Reality of process | 8. Failures/Struggles | 9. What actually worked | 10. Real advice","Ask me anything",9-11 tweets,11.1%,"Behind my 10M impression thread"
21
+ 20,twitter,Resource Curation,"Ultimate [topic] resource list","1. Why these matter | 2. How I curated | 3-9. Resources by category (tool/guide/person) | 10. How to use this list","Which one's new to you?",10-11 tweets,10.8%,"Ultimate Twitter SEO resources"
22
+ 21,twitter,Problem-Solution,"How to solve [common problem]","1. Problem (relatable) | 2. Why it's hard | 3-4. Failed solutions | 5-7. Real solution steps | 8-9. Expected results | 10. Start here","Reply with your problem",10-11 tweets,12.7%,"How to fix low engagement"
23
+ 22,twitter,Prediction Thread,"[N] predictions about [topic] in [year]","1. Context/Why predictions matter | 2-9. Each prediction (what + why + impact) | 10. Wild card prediction","Which one's coming true?",10-11 tweets,11.4%,"7 predictions for social SEO in 2026"
24
+ 23,twitter,Challenge Thread,"[N]-day [challenge] for [result]","1. Challenge intro | 2. Rules/Setup | 3-9. Daily breakdown | 10. How to track progress + Community","Join us - start today",10-11 tweets,13.3%,"30-day Instagram SEO challenge"
25
+ 24,twitter,Mistake Autopsy,"I failed at [thing]. Here's why:","1. The failure | 2. Why I tried | 3-5. Mistakes made | 6-7. What I'd do different | 8-9. What I learned | 10. Your turn to avoid this","Learn from my mistakes",10-11 tweets,12.9%,"I wasted $10k on Twitter ads"
26
+ 25,twitter,Template Thread,"[N] templates for [result]","1. Why templates matter | 2-9. Each template (formula + example + when to use) | 10. How to customize","Copy paste and tweak",10-11 tweets,11.7%,"5 caption templates that convert"
@@ -0,0 +1,21 @@
1
+ num,content_type,viral_trigger,formula,platform,avg_shares,psychological_principle,example
2
+ 1,educational,Aha Moment,"[Common struggle] โ†’ [Simple 2-step solution]",all,2400,Cognitive ease + Relief,"Struggling with captions? 1) Write hook first 2) Add value. Done."
3
+ 2,controversial,Challenge Belief,"Everyone says [X]. Data shows [Y].",all,5200,Cognitive dissonance,"Everyone says post daily. My data: 3x/week gets 2x engagement."
4
+ 3,relatable,Shared Experience,"We all [pain point]. Here's the psychology:",all,3100,Social validation,"We all overthink captions for 30 mins. Here's why: perfectionism bias."
5
+ 4,surprising,Pattern Interrupt,"Stop [common action]. Do [counterintuitive] instead.",all,4300,Expectation violation,"Stop chasing followers. Chase engagement. Algorithm rewards quality."
6
+ 5,aspirational,Transformation,"Before: [relatable struggle]. After: [impressive result].",instagram,2800,Hope + Social proof,"Before: 50 views. After: 5k views. Changed one thing: keyword placement."
7
+ 6,data-driven,Research Reveal,"I analyzed [large number]. Found [insight].",twitter,6100,Authority + Curiosity,"I analyzed 5000 viral posts. 78% follow this pattern."
8
+ 7,vulnerable,Personal Failure,"I lost [something] by [mistake]. Lesson:",all,3700,Authenticity + Learning,"I lost 10k followers ignoring SEO. Now I'm #1 for 'Instagram tips'."
9
+ 8,tactical,Quick Win,"[Result] in [short time] using [simple method].",all,2900,Immediate value + Low barrier,"100 new followers in 24 hours using alt text optimization."
10
+ 9,controversial,Myth-Busting,"Myth: [common belief]. Truth: [data-backed reality].",all,4600,Correction need,"Myth: More hashtags = more reach. Truth: Instagram penalizes 30+ tags."
11
+ 10,story-driven,Hero Journey,"From [zero] to [hero] in [timeframe]. The playbook:",all,3400,Narrative arc + Inspiration,"From 0 to 100k in 6 months. The exact strategy I used."
12
+ 11,utility,Resource Drop,"[Number] free [tools/resources] that [benefit].",all,2600,Utility + Generosity,"7 free tools that analyze your Twitter SEO (better than paid ones)."
13
+ 12,psychological,Framework Share,"The [name] framework for [result].",twitter,3900,Mental model + Structure,"The 3-Tweet Formula for viral threads. Tested on 1000+ threads."
14
+ 13,contrarian,Unpopular Opinion,"Unpopular opinion: [controversial take + data].",all,5800,Controversy + Conviction,"Unpopular opinion: Reels are overrated. My carousels get 10x saves."
15
+ 14,temporal,Trend Hijack,"[Trending topic] + [Your angle].",all,7200,Recency + Relevance,"[Trending news] Here's what it means for content creators:"
16
+ 15,experimental,Test Results,"I tested [X] for [time]. Result: [surprising outcome].",all,4100,Scientific method + Credibility,"I posted at different times for 30 days. 8pm beats 8am by 400%."
17
+ 16,insider,Behind-the-Scenes,"What [achievement] actually looks like (reality check):",all,3300,Transparency + Humanization,"What 100k followers looks like: 80% lurkers 15% engage 5% buy."
18
+ 17,comparison,Versus Battle,"[Option A] vs [Option B]: Which actually works?",all,3800,Decision framework,"Hashtags vs Keywords: Instagram now prioritizes keywords 3:1."
19
+ 18,tactical,Mistake List,"[Number] mistakes costing you [result].",all,4400,Loss aversion + Education,"7 mistakes killing your Instagram reach (you're doing #4)."
20
+ 19,urgency,Time-Sensitive,"Do this before [deadline/change] happens:",all,5300,FOMO + Scarcity,"Fix your Instagram SEO before Q1 2026 algorithm update."
21
+ 20,community,Challenge Launch,"[N]-day challenge for [result]. Join us:",all,3600,Social commitment + Gamification,"30-day Instagram SEO challenge. 500+ creators already started."