niahere 0.2.52 → 0.2.56
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.
- package/package.json +1 -1
- package/skills/ai-seo/SKILL.md +398 -0
- package/skills/ai-seo/evals/evals.json +90 -0
- package/skills/ai-seo/references/content-patterns.md +285 -0
- package/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/skills/aws-cli/skill.md +198 -0
- package/skills/churn-prevention/SKILL.md +424 -0
- package/skills/churn-prevention/evals/evals.json +93 -0
- package/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/skills/cold-email/SKILL.md +158 -0
- package/skills/cold-email/evals/evals.json +94 -0
- package/skills/cold-email/references/benchmarks.md +83 -0
- package/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/skills/cold-email/references/frameworks.md +90 -0
- package/skills/cold-email/references/personalization.md +79 -0
- package/skills/cold-email/references/subject-lines.md +53 -0
- package/skills/competitor-alternatives/SKILL.md +256 -0
- package/skills/competitor-alternatives/evals/evals.json +93 -0
- package/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/skills/competitor-alternatives/references/templates.md +223 -0
- package/skills/copy-editing/SKILL.md +447 -0
- package/skills/copy-editing/evals/evals.json +89 -0
- package/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/skills/copywriting/SKILL.md +252 -0
- package/skills/copywriting/evals/evals.json +111 -0
- package/skills/copywriting/references/copy-frameworks.md +344 -0
- package/skills/copywriting/references/natural-transitions.md +272 -0
- package/skills/customer-research/SKILL.md +269 -0
- package/skills/customer-research/evals/evals.json +162 -0
- package/skills/customer-research/references/source-guides.md +345 -0
- package/skills/email-sequence/SKILL.md +311 -0
- package/skills/email-sequence/evals/evals.json +93 -0
- package/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/skills/email-sequence/references/email-types.md +515 -0
- package/skills/email-sequence/references/sequence-templates.md +168 -0
- package/skills/google-workspace-cli/SKILL.md +157 -0
- package/skills/launch-strategy/SKILL.md +353 -0
- package/skills/launch-strategy/evals/evals.json +91 -0
- package/skills/minimalist-review/SKILL.md +82 -0
- package/skills/onboarding-cro/SKILL.md +220 -0
- package/skills/onboarding-cro/evals/evals.json +92 -0
- package/skills/onboarding-cro/references/experiments.md +258 -0
- package/skills/page-cro/SKILL.md +182 -0
- package/skills/page-cro/evals/evals.json +111 -0
- package/skills/page-cro/references/experiments.md +248 -0
- package/skills/product-marketing-context/SKILL.md +241 -0
- package/skills/product-marketing-context/evals/evals.json +85 -0
- package/skills/seo-audit/SKILL.md +412 -0
- package/skills/seo-audit/evals/evals.json +136 -0
- package/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/skills/signup-flow-cro/SKILL.md +359 -0
- package/skills/signup-flow-cro/evals/evals.json +88 -0
- package/skills/social-content/SKILL.md +278 -0
- package/skills/social-content/evals/evals.json +92 -0
- package/skills/social-content/references/platforms.md +170 -0
- package/skills/social-content/references/post-templates.md +177 -0
- package/skills/social-content/references/reverse-engineering.md +195 -0
- package/src/channels/slack.ts +1 -1
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# Post Format Templates
|
|
2
|
+
|
|
3
|
+
Ready-to-use templates for different platforms and content types.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- LinkedIn Post Templates (The Story Post, The Contrarian Take, The List Post, The How-To)
|
|
7
|
+
- Twitter/X Thread Templates (The Tutorial Thread, The Story Thread, The Breakdown Thread)
|
|
8
|
+
- Instagram Templates (The Carousel Hook, The Reel Script)
|
|
9
|
+
- Hook Formulas (Curiosity Hooks, Story Hooks, Value Hooks, Contrarian Hooks, Social Proof Hooks)
|
|
10
|
+
|
|
11
|
+
## LinkedIn Post Templates
|
|
12
|
+
|
|
13
|
+
### The Story Post
|
|
14
|
+
```
|
|
15
|
+
[Hook: Unexpected outcome or lesson]
|
|
16
|
+
|
|
17
|
+
[Set the scene: When/where this happened]
|
|
18
|
+
|
|
19
|
+
[The challenge you faced]
|
|
20
|
+
|
|
21
|
+
[What you tried / what happened]
|
|
22
|
+
|
|
23
|
+
[The turning point]
|
|
24
|
+
|
|
25
|
+
[The result]
|
|
26
|
+
|
|
27
|
+
[The lesson for readers]
|
|
28
|
+
|
|
29
|
+
[Question to prompt engagement]
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### The Contrarian Take
|
|
33
|
+
```
|
|
34
|
+
[Unpopular opinion stated boldly]
|
|
35
|
+
|
|
36
|
+
Here's why:
|
|
37
|
+
|
|
38
|
+
[Reason 1]
|
|
39
|
+
[Reason 2]
|
|
40
|
+
[Reason 3]
|
|
41
|
+
|
|
42
|
+
[What you recommend instead]
|
|
43
|
+
|
|
44
|
+
[Invite discussion: "Am I wrong?"]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### The List Post
|
|
48
|
+
```
|
|
49
|
+
[X things I learned about [topic] after [credibility builder]:
|
|
50
|
+
|
|
51
|
+
1. [Point] — [Brief explanation]
|
|
52
|
+
|
|
53
|
+
2. [Point] — [Brief explanation]
|
|
54
|
+
|
|
55
|
+
3. [Point] — [Brief explanation]
|
|
56
|
+
|
|
57
|
+
[Wrap-up insight]
|
|
58
|
+
|
|
59
|
+
Which resonates most with you?
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### The How-To
|
|
63
|
+
```
|
|
64
|
+
How to [achieve outcome] in [timeframe]:
|
|
65
|
+
|
|
66
|
+
Step 1: [Action]
|
|
67
|
+
↳ [Why this matters]
|
|
68
|
+
|
|
69
|
+
Step 2: [Action]
|
|
70
|
+
↳ [Key detail]
|
|
71
|
+
|
|
72
|
+
Step 3: [Action]
|
|
73
|
+
↳ [Common mistake to avoid]
|
|
74
|
+
|
|
75
|
+
[Result you can expect]
|
|
76
|
+
|
|
77
|
+
[CTA or question]
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Twitter/X Thread Templates
|
|
83
|
+
|
|
84
|
+
### The Tutorial Thread
|
|
85
|
+
```
|
|
86
|
+
Tweet 1: [Hook + promise of value]
|
|
87
|
+
|
|
88
|
+
"Here's exactly how to [outcome] (step-by-step):"
|
|
89
|
+
|
|
90
|
+
Tweet 2-7: [One step per tweet with details]
|
|
91
|
+
|
|
92
|
+
Final tweet: [Summary + CTA]
|
|
93
|
+
|
|
94
|
+
"If this was helpful, follow me for more on [topic]"
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### The Story Thread
|
|
98
|
+
```
|
|
99
|
+
Tweet 1: [Intriguing hook]
|
|
100
|
+
|
|
101
|
+
"[Time] ago, [unexpected thing happened]. Here's the full story:"
|
|
102
|
+
|
|
103
|
+
Tweet 2-6: [Story beats, building tension]
|
|
104
|
+
|
|
105
|
+
Tweet 7: [Resolution and lesson]
|
|
106
|
+
|
|
107
|
+
Final tweet: [Takeaway + engagement ask]
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### The Breakdown Thread
|
|
111
|
+
```
|
|
112
|
+
Tweet 1: [Company/person] just [did thing].
|
|
113
|
+
|
|
114
|
+
Here's why it's genius (and what you can learn):
|
|
115
|
+
|
|
116
|
+
Tweet 2-6: [Analysis points]
|
|
117
|
+
|
|
118
|
+
Tweet 7: [Your key takeaway]
|
|
119
|
+
|
|
120
|
+
"[Related insight + follow CTA]"
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Instagram Templates
|
|
126
|
+
|
|
127
|
+
### The Carousel Hook
|
|
128
|
+
```
|
|
129
|
+
[Slide 1: Bold statement or question]
|
|
130
|
+
[Slides 2-9: One point per slide, visual + text]
|
|
131
|
+
[Slide 10: Summary + CTA]
|
|
132
|
+
|
|
133
|
+
Caption: [Expand on the topic, add context, include CTA]
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### The Reel Script
|
|
137
|
+
```
|
|
138
|
+
Hook (0-2 sec): [Pattern interrupt or bold claim]
|
|
139
|
+
Setup (2-5 sec): [Context for the tip]
|
|
140
|
+
Value (5-25 sec): [The actual advice/content]
|
|
141
|
+
CTA (25-30 sec): [Follow, comment, share, link]
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## Hook Formulas
|
|
147
|
+
|
|
148
|
+
The first line determines whether anyone reads the rest.
|
|
149
|
+
|
|
150
|
+
### Curiosity Hooks
|
|
151
|
+
- "I was wrong about [common belief]."
|
|
152
|
+
- "The real reason [outcome] happens isn't what you think."
|
|
153
|
+
- "[Impressive result] — and it only took [surprisingly short time]."
|
|
154
|
+
- "Nobody talks about [insider knowledge]."
|
|
155
|
+
|
|
156
|
+
### Story Hooks
|
|
157
|
+
- "Last week, [unexpected thing] happened."
|
|
158
|
+
- "I almost [big mistake/failure]."
|
|
159
|
+
- "3 years ago, I [past state]. Today, [current state]."
|
|
160
|
+
- "[Person] told me something I'll never forget."
|
|
161
|
+
|
|
162
|
+
### Value Hooks
|
|
163
|
+
- "How to [desirable outcome] (without [common pain]):"
|
|
164
|
+
- "[Number] [things] that [outcome]:"
|
|
165
|
+
- "The simplest way to [outcome]:"
|
|
166
|
+
- "Stop [common mistake]. Do this instead:"
|
|
167
|
+
|
|
168
|
+
### Contrarian Hooks
|
|
169
|
+
- "Unpopular opinion: [bold statement]"
|
|
170
|
+
- "[Common advice] is wrong. Here's why:"
|
|
171
|
+
- "I stopped [common practice] and [positive result]."
|
|
172
|
+
- "Everyone says [X]. The truth is [Y]."
|
|
173
|
+
|
|
174
|
+
### Social Proof Hooks
|
|
175
|
+
- "We [achieved result] in [timeframe]. Here's the full story:"
|
|
176
|
+
- "[Number] people asked me about [topic]. Here's my answer:"
|
|
177
|
+
- "[Authority figure] taught me [lesson]."
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# Reverse Engineering Viral Content
|
|
2
|
+
|
|
3
|
+
Instead of guessing what works, systematically analyze top-performing content in your niche and extract proven patterns.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- The 6-Step Framework (Niche ID, Scrape, Analyze, Playbook, Layer Voice, Convert)
|
|
7
|
+
- The Formula
|
|
8
|
+
- Reverse Engineering Checklist
|
|
9
|
+
|
|
10
|
+
## The 6-Step Framework
|
|
11
|
+
|
|
12
|
+
### 1. NICHE ID — Find Top Creators
|
|
13
|
+
|
|
14
|
+
Identify 10-20 creators in your space who consistently get high engagement:
|
|
15
|
+
|
|
16
|
+
**Selection criteria:**
|
|
17
|
+
- Posting consistently (3+ times/week)
|
|
18
|
+
- High engagement rate relative to follower count
|
|
19
|
+
- Audience overlap with your target market
|
|
20
|
+
- Mix of established and rising creators
|
|
21
|
+
|
|
22
|
+
**Where to find them:**
|
|
23
|
+
- LinkedIn: Search by industry keywords, check "People also viewed"
|
|
24
|
+
- Twitter/X: Check who your target audience follows and engages with
|
|
25
|
+
- Use tools like SparkToro, Followerwonk, or manual research
|
|
26
|
+
- Look at who gets featured in industry newsletters
|
|
27
|
+
|
|
28
|
+
### 2. SCRAPE — Collect Posts at Scale
|
|
29
|
+
|
|
30
|
+
Gather 500-1000+ posts from your identified creators for analysis:
|
|
31
|
+
|
|
32
|
+
**Tools:**
|
|
33
|
+
- **Apify** — LinkedIn scraper, Twitter scraper actors
|
|
34
|
+
- **Phantom Buster** — Multi-platform automation
|
|
35
|
+
- **Export tools** — Platform-specific export features
|
|
36
|
+
- **Manual collection** — For smaller datasets, copy/paste into spreadsheet
|
|
37
|
+
|
|
38
|
+
**Data to collect:**
|
|
39
|
+
- Post text/content
|
|
40
|
+
- Engagement metrics (likes, comments, shares, saves)
|
|
41
|
+
- Post format (text-only, carousel, video, image)
|
|
42
|
+
- Posting time/day
|
|
43
|
+
- Hook/first line
|
|
44
|
+
- CTA used
|
|
45
|
+
- Topic/theme
|
|
46
|
+
|
|
47
|
+
### 3. ANALYZE — Extract What Actually Works
|
|
48
|
+
|
|
49
|
+
Sort and analyze the data to find patterns:
|
|
50
|
+
|
|
51
|
+
**Quantitative analysis:**
|
|
52
|
+
- Rank posts by engagement rate
|
|
53
|
+
- Identify top 10% performers
|
|
54
|
+
- Look for format patterns (do carousels outperform?)
|
|
55
|
+
- Check timing patterns (best days/times)
|
|
56
|
+
- Compare topic performance
|
|
57
|
+
|
|
58
|
+
**Qualitative analysis:**
|
|
59
|
+
- What hooks do top posts use?
|
|
60
|
+
- How long are high-performing posts?
|
|
61
|
+
- What emotional triggers appear?
|
|
62
|
+
- What formats repeat?
|
|
63
|
+
- What topics consistently perform?
|
|
64
|
+
|
|
65
|
+
**Questions to answer:**
|
|
66
|
+
- What's the average length of top posts?
|
|
67
|
+
- Which hook types appear most in top 10%?
|
|
68
|
+
- What CTAs drive most comments?
|
|
69
|
+
- What topics get saved/shared most?
|
|
70
|
+
|
|
71
|
+
### 4. PLAYBOOK — Codify Patterns
|
|
72
|
+
|
|
73
|
+
Document repeatable patterns you can use:
|
|
74
|
+
|
|
75
|
+
**Hook patterns to codify:**
|
|
76
|
+
```
|
|
77
|
+
Pattern: "I [unexpected action] and [surprising result]"
|
|
78
|
+
Example: "I stopped posting daily and my engagement doubled"
|
|
79
|
+
Why it works: Curiosity gap + contrarian
|
|
80
|
+
|
|
81
|
+
Pattern: "[Specific number] [things] that [outcome]:"
|
|
82
|
+
Example: "7 pricing mistakes that cost me $50K:"
|
|
83
|
+
Why it works: Specificity + loss aversion
|
|
84
|
+
|
|
85
|
+
Pattern: "[Controversial take]"
|
|
86
|
+
Example: "Cold outreach is dead."
|
|
87
|
+
Why it works: Pattern interrupt + invites debate
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
**Format patterns:**
|
|
91
|
+
- Carousel: Hook slide → Problem → Solution steps → CTA
|
|
92
|
+
- Thread: Hook → Promise → Deliver → Recap → CTA
|
|
93
|
+
- Story post: Hook → Setup → Conflict → Resolution → Lesson
|
|
94
|
+
|
|
95
|
+
**CTA patterns:**
|
|
96
|
+
- Question: "What would you add?"
|
|
97
|
+
- Agreement: "Agree or disagree?"
|
|
98
|
+
- Share: "Tag someone who needs this"
|
|
99
|
+
- Save: "Save this for later"
|
|
100
|
+
|
|
101
|
+
### 5. LAYER VOICE — Apply Direct Response Principles
|
|
102
|
+
|
|
103
|
+
Take proven patterns and make them yours with these voice principles:
|
|
104
|
+
|
|
105
|
+
**"Smart friend who figured something out"**
|
|
106
|
+
- Write like you're texting advice to a friend
|
|
107
|
+
- Share discoveries, not lectures
|
|
108
|
+
- Use "I found that..." not "You should..."
|
|
109
|
+
- Be helpful, not preachy
|
|
110
|
+
|
|
111
|
+
**Specific > Vague**
|
|
112
|
+
```
|
|
113
|
+
❌ "I made good revenue"
|
|
114
|
+
✅ "I made $47,329"
|
|
115
|
+
|
|
116
|
+
❌ "It took a while"
|
|
117
|
+
✅ "It took 47 days"
|
|
118
|
+
|
|
119
|
+
❌ "A lot of people"
|
|
120
|
+
✅ "2,847 people"
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
**Short. Breathe. Land.**
|
|
124
|
+
- One idea per sentence
|
|
125
|
+
- Use line breaks liberally
|
|
126
|
+
- Let important points stand alone
|
|
127
|
+
- Create rhythm: short, short, longer explanation
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
❌ "I spent three years building my business the wrong way before I finally realized that the key to success was focusing on fewer things and doing them exceptionally well."
|
|
131
|
+
|
|
132
|
+
✅ "I built wrong for 3 years.
|
|
133
|
+
|
|
134
|
+
Then I figured it out.
|
|
135
|
+
|
|
136
|
+
Focus on less.
|
|
137
|
+
Do it exceptionally well.
|
|
138
|
+
|
|
139
|
+
Everything changed."
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Write from emotion**
|
|
143
|
+
- Start with how you felt, not what you did
|
|
144
|
+
- Use emotional words: frustrated, excited, terrified, obsessed
|
|
145
|
+
- Show vulnerability when authentic
|
|
146
|
+
- Connect the feeling to the lesson
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
❌ "Here's what I learned about pricing"
|
|
150
|
+
|
|
151
|
+
✅ "I was terrified to raise my prices.
|
|
152
|
+
|
|
153
|
+
My hands were shaking when I sent the email.
|
|
154
|
+
|
|
155
|
+
Here's what happened..."
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### 6. CONVERT — Turn Attention into Action
|
|
159
|
+
|
|
160
|
+
Bridge from engagement to business results:
|
|
161
|
+
|
|
162
|
+
**Soft conversions:**
|
|
163
|
+
- Newsletter signups in bio/comments
|
|
164
|
+
- Free resource offers in follow-up comments
|
|
165
|
+
- DM triggers ("Comment X and I'll send you...")
|
|
166
|
+
- Profile visits → optimized profile with clear CTA
|
|
167
|
+
|
|
168
|
+
**Direct conversions:**
|
|
169
|
+
- Link in comments (not post body on LinkedIn)
|
|
170
|
+
- Contextual product mentions within valuable content
|
|
171
|
+
- Case study posts that naturally showcase your work
|
|
172
|
+
- "If you want help with this, DM me" (sparingly)
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## The Formula
|
|
177
|
+
|
|
178
|
+
```
|
|
179
|
+
1. Find what's already working (don't guess)
|
|
180
|
+
2. Extract the patterns (hooks, formats, CTAs)
|
|
181
|
+
3. Layer your authentic voice on top
|
|
182
|
+
4. Test and iterate based on your own data
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
## Reverse Engineering Checklist
|
|
186
|
+
|
|
187
|
+
- [ ] Identified 10-20 top creators in niche
|
|
188
|
+
- [ ] Collected 500+ posts for analysis
|
|
189
|
+
- [ ] Ranked by engagement rate
|
|
190
|
+
- [ ] Documented top 10 hook patterns
|
|
191
|
+
- [ ] Documented top 5 format patterns
|
|
192
|
+
- [ ] Documented top 5 CTA patterns
|
|
193
|
+
- [ ] Created voice guidelines (specificity, brevity, emotion)
|
|
194
|
+
- [ ] Built template library from patterns
|
|
195
|
+
- [ ] Set up tracking for your own content performance
|
package/src/channels/slack.ts
CHANGED
|
@@ -304,7 +304,7 @@ class SlackChannel implements Channel {
|
|
|
304
304
|
|
|
305
305
|
// Handle messages (DMs + @mentions)
|
|
306
306
|
app.message(async ({ message, say, client }) => {
|
|
307
|
-
if (message.subtype) return;
|
|
307
|
+
if (message.subtype && message.subtype !== "file_share") return;
|
|
308
308
|
const msg = message as {
|
|
309
309
|
text?: string;
|
|
310
310
|
channel: string;
|