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.
Files changed (59) hide show
  1. package/package.json +1 -1
  2. package/skills/ai-seo/SKILL.md +398 -0
  3. package/skills/ai-seo/evals/evals.json +90 -0
  4. package/skills/ai-seo/references/content-patterns.md +285 -0
  5. package/skills/ai-seo/references/platform-ranking-factors.md +152 -0
  6. package/skills/aws-cli/skill.md +198 -0
  7. package/skills/churn-prevention/SKILL.md +424 -0
  8. package/skills/churn-prevention/evals/evals.json +93 -0
  9. package/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
  10. package/skills/churn-prevention/references/dunning-playbook.md +408 -0
  11. package/skills/cold-email/SKILL.md +158 -0
  12. package/skills/cold-email/evals/evals.json +94 -0
  13. package/skills/cold-email/references/benchmarks.md +83 -0
  14. package/skills/cold-email/references/follow-up-sequences.md +81 -0
  15. package/skills/cold-email/references/frameworks.md +90 -0
  16. package/skills/cold-email/references/personalization.md +79 -0
  17. package/skills/cold-email/references/subject-lines.md +53 -0
  18. package/skills/competitor-alternatives/SKILL.md +256 -0
  19. package/skills/competitor-alternatives/evals/evals.json +93 -0
  20. package/skills/competitor-alternatives/references/content-architecture.md +271 -0
  21. package/skills/competitor-alternatives/references/templates.md +223 -0
  22. package/skills/copy-editing/SKILL.md +447 -0
  23. package/skills/copy-editing/evals/evals.json +89 -0
  24. package/skills/copy-editing/references/plain-english-alternatives.md +394 -0
  25. package/skills/copywriting/SKILL.md +252 -0
  26. package/skills/copywriting/evals/evals.json +111 -0
  27. package/skills/copywriting/references/copy-frameworks.md +344 -0
  28. package/skills/copywriting/references/natural-transitions.md +272 -0
  29. package/skills/customer-research/SKILL.md +269 -0
  30. package/skills/customer-research/evals/evals.json +162 -0
  31. package/skills/customer-research/references/source-guides.md +345 -0
  32. package/skills/email-sequence/SKILL.md +311 -0
  33. package/skills/email-sequence/evals/evals.json +93 -0
  34. package/skills/email-sequence/references/copy-guidelines.md +113 -0
  35. package/skills/email-sequence/references/email-types.md +515 -0
  36. package/skills/email-sequence/references/sequence-templates.md +168 -0
  37. package/skills/google-workspace-cli/SKILL.md +157 -0
  38. package/skills/launch-strategy/SKILL.md +353 -0
  39. package/skills/launch-strategy/evals/evals.json +91 -0
  40. package/skills/minimalist-review/SKILL.md +82 -0
  41. package/skills/onboarding-cro/SKILL.md +220 -0
  42. package/skills/onboarding-cro/evals/evals.json +92 -0
  43. package/skills/onboarding-cro/references/experiments.md +258 -0
  44. package/skills/page-cro/SKILL.md +182 -0
  45. package/skills/page-cro/evals/evals.json +111 -0
  46. package/skills/page-cro/references/experiments.md +248 -0
  47. package/skills/product-marketing-context/SKILL.md +241 -0
  48. package/skills/product-marketing-context/evals/evals.json +85 -0
  49. package/skills/seo-audit/SKILL.md +412 -0
  50. package/skills/seo-audit/evals/evals.json +136 -0
  51. package/skills/seo-audit/references/ai-writing-detection.md +200 -0
  52. package/skills/signup-flow-cro/SKILL.md +359 -0
  53. package/skills/signup-flow-cro/evals/evals.json +88 -0
  54. package/skills/social-content/SKILL.md +278 -0
  55. package/skills/social-content/evals/evals.json +92 -0
  56. package/skills/social-content/references/platforms.md +170 -0
  57. package/skills/social-content/references/post-templates.md +177 -0
  58. package/skills/social-content/references/reverse-engineering.md +195 -0
  59. package/src/channels/slack.ts +1 -1
@@ -0,0 +1,241 @@
1
+ ---
2
+ name: product-marketing-context
3
+ description: "When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' 'who is my target audience,' 'describe my product,' 'ICP,' 'ideal customer profile,' or wants to avoid repeating foundational information across marketing tasks. Use this at the start of any new project before using other marketing skills — it creates `.agents/product-marketing-context.md` that all other skills reference for product, audience, and positioning context."
4
+ metadata:
5
+ version: 1.1.0
6
+ ---
7
+
8
+ # Product Marketing Context
9
+
10
+ You help users create and maintain a product marketing context document. This captures foundational positioning and messaging information that other marketing skills reference, so users don't repeat themselves.
11
+
12
+ The document is stored at `.agents/product-marketing-context.md`.
13
+
14
+ ## Workflow
15
+
16
+ ### Step 1: Check for Existing Context
17
+
18
+ First, check if `.agents/product-marketing-context.md` already exists. Also check `.claude/product-marketing-context.md` for older setups — if found there but not in `.agents/`, offer to move it.
19
+
20
+ **If it exists:**
21
+ - Read it and summarize what's captured
22
+ - Ask which sections they want to update
23
+ - Only gather info for those sections
24
+
25
+ **If it doesn't exist, offer two options:**
26
+
27
+ 1. **Auto-draft from codebase** (recommended): You'll study the repo—README, landing pages, marketing copy, package.json, etc.—and draft a V1 of the context document. The user then reviews, corrects, and fills gaps. This is faster than starting from scratch.
28
+
29
+ 2. **Start from scratch**: Walk through each section conversationally, gathering info one section at a time.
30
+
31
+ Most users prefer option 1. After presenting the draft, ask: "What needs correcting? What's missing?"
32
+
33
+ ### Step 2: Gather Information
34
+
35
+ **If auto-drafting:**
36
+ 1. Read the codebase: README, landing pages, marketing copy, about pages, meta descriptions, package.json, any existing docs
37
+ 2. Draft all sections based on what you find
38
+ 3. Present the draft and ask what needs correcting or is missing
39
+ 4. Iterate until the user is satisfied
40
+
41
+ **If starting from scratch:**
42
+ Walk through each section below conversationally, one at a time. Don't dump all questions at once.
43
+
44
+ For each section:
45
+ 1. Briefly explain what you're capturing
46
+ 2. Ask relevant questions
47
+ 3. Confirm accuracy
48
+ 4. Move to the next
49
+
50
+ Push for verbatim customer language — exact phrases are more valuable than polished descriptions because they reflect how customers actually think and speak, which makes copy more resonant.
51
+
52
+ ---
53
+
54
+ ## Sections to Capture
55
+
56
+ ### 1. Product Overview
57
+ - One-line description
58
+ - What it does (2-3 sentences)
59
+ - Product category (what "shelf" you sit on—how customers search for you)
60
+ - Product type (SaaS, marketplace, e-commerce, service, etc.)
61
+ - Business model and pricing
62
+
63
+ ### 2. Target Audience
64
+ - Target company type (industry, size, stage)
65
+ - Target decision-makers (roles, departments)
66
+ - Primary use case (the main problem you solve)
67
+ - Jobs to be done (2-3 things customers "hire" you for)
68
+ - Specific use cases or scenarios
69
+
70
+ ### 3. Personas (B2B only)
71
+ If multiple stakeholders are involved in buying, capture for each:
72
+ - User, Champion, Decision Maker, Financial Buyer, Technical Influencer
73
+ - What each cares about, their challenge, and the value you promise them
74
+
75
+ ### 4. Problems & Pain Points
76
+ - Core challenge customers face before finding you
77
+ - Why current solutions fall short
78
+ - What it costs them (time, money, opportunities)
79
+ - Emotional tension (stress, fear, doubt)
80
+
81
+ ### 5. Competitive Landscape
82
+ - **Direct competitors**: Same solution, same problem (e.g., Calendly vs SavvyCal)
83
+ - **Secondary competitors**: Different solution, same problem (e.g., Calendly vs Superhuman scheduling)
84
+ - **Indirect competitors**: Conflicting approach (e.g., Calendly vs personal assistant)
85
+ - How each falls short for customers
86
+
87
+ ### 6. Differentiation
88
+ - Key differentiators (capabilities alternatives lack)
89
+ - How you solve it differently
90
+ - Why that's better (benefits)
91
+ - Why customers choose you over alternatives
92
+
93
+ ### 7. Objections & Anti-Personas
94
+ - Top 3 objections heard in sales and how to address them
95
+ - Who is NOT a good fit (anti-persona)
96
+
97
+ ### 8. Switching Dynamics
98
+ The JTBD Four Forces:
99
+ - **Push**: What frustrations drive them away from current solution
100
+ - **Pull**: What attracts them to you
101
+ - **Habit**: What keeps them stuck with current approach
102
+ - **Anxiety**: What worries them about switching
103
+
104
+ ### 9. Customer Language
105
+ - How customers describe the problem (verbatim)
106
+ - How they describe your solution (verbatim)
107
+ - Words/phrases to use
108
+ - Words/phrases to avoid
109
+ - Glossary of product-specific terms
110
+
111
+ ### 10. Brand Voice
112
+ - Tone (professional, casual, playful, etc.)
113
+ - Communication style (direct, conversational, technical)
114
+ - Brand personality (3-5 adjectives)
115
+
116
+ ### 11. Proof Points
117
+ - Key metrics or results to cite
118
+ - Notable customers/logos
119
+ - Testimonial snippets
120
+ - Main value themes and supporting evidence
121
+
122
+ ### 12. Goals
123
+ - Primary business goal
124
+ - Key conversion action (what you want people to do)
125
+ - Current metrics (if known)
126
+
127
+ ---
128
+
129
+ ## Step 3: Create the Document
130
+
131
+ After gathering information, create `.agents/product-marketing-context.md` with this structure:
132
+
133
+ ```markdown
134
+ # Product Marketing Context
135
+
136
+ *Last updated: [date]*
137
+
138
+ ## Product Overview
139
+ **One-liner:**
140
+ **What it does:**
141
+ **Product category:**
142
+ **Product type:**
143
+ **Business model:**
144
+
145
+ ## Target Audience
146
+ **Target companies:**
147
+ **Decision-makers:**
148
+ **Primary use case:**
149
+ **Jobs to be done:**
150
+ -
151
+ **Use cases:**
152
+ -
153
+
154
+ ## Personas
155
+ | Persona | Cares about | Challenge | Value we promise |
156
+ |---------|-------------|-----------|------------------|
157
+ | | | | |
158
+
159
+ ## Problems & Pain Points
160
+ **Core problem:**
161
+ **Why alternatives fall short:**
162
+ -
163
+ **What it costs them:**
164
+ **Emotional tension:**
165
+
166
+ ## Competitive Landscape
167
+ **Direct:** [Competitor] — falls short because...
168
+ **Secondary:** [Approach] — falls short because...
169
+ **Indirect:** [Alternative] — falls short because...
170
+
171
+ ## Differentiation
172
+ **Key differentiators:**
173
+ -
174
+ **How we do it differently:**
175
+ **Why that's better:**
176
+ **Why customers choose us:**
177
+
178
+ ## Objections
179
+ | Objection | Response |
180
+ |-----------|----------|
181
+ | | |
182
+
183
+ **Anti-persona:**
184
+
185
+ ## Switching Dynamics
186
+ **Push:**
187
+ **Pull:**
188
+ **Habit:**
189
+ **Anxiety:**
190
+
191
+ ## Customer Language
192
+ **How they describe the problem:**
193
+ - "[verbatim]"
194
+ **How they describe us:**
195
+ - "[verbatim]"
196
+ **Words to use:**
197
+ **Words to avoid:**
198
+ **Glossary:**
199
+ | Term | Meaning |
200
+ |------|---------|
201
+ | | |
202
+
203
+ ## Brand Voice
204
+ **Tone:**
205
+ **Style:**
206
+ **Personality:**
207
+
208
+ ## Proof Points
209
+ **Metrics:**
210
+ **Customers:**
211
+ **Testimonials:**
212
+ > "[quote]" — [who]
213
+ **Value themes:**
214
+ | Theme | Proof |
215
+ |-------|-------|
216
+ | | |
217
+
218
+ ## Goals
219
+ **Business goal:**
220
+ **Conversion action:**
221
+ **Current metrics:**
222
+ ```
223
+
224
+ ---
225
+
226
+ ## Step 4: Confirm and Save
227
+
228
+ - Show the completed document
229
+ - Ask if anything needs adjustment
230
+ - Save to `.agents/product-marketing-context.md`
231
+ - Tell them: "Other marketing skills will now use this context automatically. Run `/product-marketing-context` anytime to update it."
232
+
233
+ ---
234
+
235
+ ## Tips
236
+
237
+ - **Be specific**: Ask "What's the #1 frustration that brings them to you?" not "What problem do they solve?"
238
+ - **Capture exact words**: Customer language beats polished descriptions
239
+ - **Ask for examples**: "Can you give me an example?" unlocks better answers
240
+ - **Validate as you go**: Summarize each section and confirm before moving on
241
+ - **Skip what doesn't apply**: Not every product needs all sections (e.g., Personas for B2C)
@@ -0,0 +1,85 @@
1
+ {
2
+ "skill_name": "product-marketing-context",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "I want to set up my product marketing context. We're a B2B SaaS company that sells a customer feedback platform to product teams.",
7
+ "expected_output": "Should check if .agents/product-marketing-context.md already exists. If not, should offer two options: (1) Auto-draft from codebase (recommended) or (2) Start from scratch. If user chooses start from scratch, should walk through sections conversationally one at a time. Should cover all applicable sections: Product Overview, Target Audience, Personas, Problems You Solve, Competitive Landscape, Differentiation, Objections, Switching Dynamics, Customer Language, Brand Voice, Proof Points, and Goals. Should create the file at .agents/product-marketing-context.md when complete.",
8
+ "assertions": [
9
+ "Checks for existing product-marketing-context.md",
10
+ "Offers two options: auto-draft or start from scratch",
11
+ "Covers applicable sections",
12
+ "Walks through sections conversationally one at a time",
13
+ "Creates file at .agents/product-marketing-context.md"
14
+ ],
15
+ "files": []
16
+ },
17
+ {
18
+ "id": 2,
19
+ "prompt": "Update our product marketing context. We just added a new enterprise tier and our target audience has expanded to include VP of Engineering, not just Product Managers.",
20
+ "expected_output": "Should check for existing .agents/product-marketing-context.md and read it. Should identify which sections need updating based on the changes: Target Audience (add VP of Engineering), Personas (add new persona), Product Overview (new enterprise tier, including pricing updates within that section), Objections (enterprise-specific), and Competitive Landscape (enterprise competitors). Should update only the relevant sections, preserving existing content that hasn't changed.",
21
+ "assertions": [
22
+ "Reads existing product-marketing-context.md",
23
+ "Identifies sections that need updating",
24
+ "Updates Target Audience with VP of Engineering",
25
+ "Adds new persona for the expanded audience",
26
+ "Updates Product Overview for enterprise tier",
27
+ "Preserves unchanged sections"
28
+ ],
29
+ "files": []
30
+ },
31
+ {
32
+ "id": 3,
33
+ "prompt": "create a product context doc for my app. it's a mobile app that helps people find hiking trails. we're just getting started.",
34
+ "expected_output": "Should trigger on casual phrasing. Should check for existing context doc. Should offer auto-draft or start-from-scratch options. Should adapt questions for an early-stage B2C mobile app (outdoor/fitness niche). Should note that some sections may be sparse for an early-stage product and that's okay — they can be filled in as the business matures. Should skip non-applicable sections (e.g., Personas section is B2B-focused) rather than forcing all 12. Should accept lighter answers for sections like Proof Points or Competitive Landscape if the company is new.",
35
+ "assertions": [
36
+ "Triggers on casual phrasing",
37
+ "Checks for existing context doc",
38
+ "Offers auto-draft or start-from-scratch options",
39
+ "Adapts questions for early-stage B2C mobile app",
40
+ "Notes some sections may be sparse early on",
41
+ "Skips non-applicable sections rather than forcing all 12",
42
+ "Creates file at .agents/product-marketing-context.md"
43
+ ],
44
+ "files": []
45
+ },
46
+ {
47
+ "id": 4,
48
+ "prompt": "Can you auto-draft our product marketing context from our existing codebase and marketing materials?",
49
+ "expected_output": "Should activate the auto-draft workflow mode. Should scan the codebase for existing marketing context: README, landing page copy, pricing page, about page, meta descriptions, any existing documentation. Should draft the product-marketing-context.md from what it finds, filling in sections where information is available and flagging sections that need manual input. Should present the draft for review before saving.",
50
+ "assertions": [
51
+ "Activates auto-draft workflow mode",
52
+ "Scans codebase for existing marketing materials",
53
+ "Drafts context from found information",
54
+ "Flags sections needing manual input",
55
+ "Presents draft for review before saving"
56
+ ],
57
+ "files": []
58
+ },
59
+ {
60
+ "id": 5,
61
+ "prompt": "Do we have a product marketing context set up? I want to make sure the other marketing skills have context about our product.",
62
+ "expected_output": "Should check for .agents/product-marketing-context.md (and the older .claude/product-marketing-context.md location). Should report whether it exists and summarize its contents if found. If it doesn't exist, should offer to create one and explain why it's valuable (other skills like copywriting, page-cro, seo-audit check for it first). Should explain how other skills use this context document.",
63
+ "assertions": [
64
+ "Checks both file locations",
65
+ "Reports whether context doc exists",
66
+ "Summarizes contents if found",
67
+ "Offers to create if missing",
68
+ "Explains how other skills use it"
69
+ ],
70
+ "files": []
71
+ },
72
+ {
73
+ "id": 6,
74
+ "prompt": "Write homepage copy for our SaaS product.",
75
+ "expected_output": "Should recognize this is a copywriting task, not a product marketing context task. Should check for product-marketing-context.md (as other skills do), and if it doesn't exist, may suggest creating one first. But should defer to the copywriting skill for actually writing the homepage copy.",
76
+ "assertions": [
77
+ "Recognizes this as a copywriting task",
78
+ "May check for or suggest creating product-marketing-context.md",
79
+ "References or defers to copywriting skill for the actual copy",
80
+ "Does not attempt to write homepage copy using context creation patterns"
81
+ ],
82
+ "files": []
83
+ }
84
+ ]
85
+ }