@miranda0808/maya-codex 0.1.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.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: social-content
|
|
3
|
+
description: "When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' or 'grow my following.' Use this for any social media content creation, repurposing, or scheduling task. For broader content strategy, see content-strategy."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Social Content
|
|
9
|
+
|
|
10
|
+
You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals.
|
|
11
|
+
|
|
12
|
+
## Before Creating Content
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Goals
|
|
20
|
+
- What's the primary objective? (Brand awareness, leads, traffic, community)
|
|
21
|
+
- What action do you want people to take?
|
|
22
|
+
- Are you building personal brand, company brand, or both?
|
|
23
|
+
|
|
24
|
+
### 2. Audience
|
|
25
|
+
- Who are you trying to reach?
|
|
26
|
+
- What platforms are they most active on?
|
|
27
|
+
- What content do they engage with?
|
|
28
|
+
|
|
29
|
+
### 3. Brand Voice
|
|
30
|
+
- What's your tone? (Professional, casual, witty, authoritative)
|
|
31
|
+
- Any topics to avoid?
|
|
32
|
+
- Any specific terminology or style guidelines?
|
|
33
|
+
|
|
34
|
+
### 4. Resources
|
|
35
|
+
- How much time can you dedicate to social?
|
|
36
|
+
- Do you have existing content to repurpose?
|
|
37
|
+
- Can you create video content?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Platform Quick Reference
|
|
42
|
+
|
|
43
|
+
| Platform | Best For | Frequency | Key Format |
|
|
44
|
+
|----------|----------|-----------|------------|
|
|
45
|
+
| LinkedIn | B2B, thought leadership | 3-5x/week | Carousels, stories |
|
|
46
|
+
| Twitter/X | Tech, real-time, community | 3-10x/day | Threads, hot takes |
|
|
47
|
+
| Instagram | Visual brands, lifestyle | 1-2 posts + Stories daily | Reels, carousels |
|
|
48
|
+
| TikTok | Brand awareness, younger audiences | 1-4x/day | Short-form video |
|
|
49
|
+
| Facebook | Communities, local businesses | 1-2x/day | Groups, native video |
|
|
50
|
+
|
|
51
|
+
**For detailed platform strategies**: See [references/platforms.md](references/platforms.md)
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Content Pillars Framework
|
|
56
|
+
|
|
57
|
+
Build your content around 3-5 pillars that align with your expertise and audience interests.
|
|
58
|
+
|
|
59
|
+
### Example for a SaaS Founder
|
|
60
|
+
|
|
61
|
+
| Pillar | % of Content | Topics |
|
|
62
|
+
|--------|--------------|--------|
|
|
63
|
+
| Industry insights | 30% | Trends, data, predictions |
|
|
64
|
+
| Behind-the-scenes | 25% | Building the company, lessons learned |
|
|
65
|
+
| Educational | 25% | How-tos, frameworks, tips |
|
|
66
|
+
| Personal | 15% | Stories, values, hot takes |
|
|
67
|
+
| Promotional | 5% | Product updates, offers |
|
|
68
|
+
|
|
69
|
+
### Pillar Development Questions
|
|
70
|
+
|
|
71
|
+
For each pillar, ask:
|
|
72
|
+
1. What unique perspective do you have?
|
|
73
|
+
2. What questions does your audience ask?
|
|
74
|
+
3. What content has performed well before?
|
|
75
|
+
4. What can you create consistently?
|
|
76
|
+
5. What aligns with business goals?
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Hook Formulas
|
|
81
|
+
|
|
82
|
+
The first line determines whether anyone reads the rest.
|
|
83
|
+
|
|
84
|
+
### Curiosity Hooks
|
|
85
|
+
- "I was wrong about [common belief]."
|
|
86
|
+
- "The real reason [outcome] happens isn't what you think."
|
|
87
|
+
- "[Impressive result] — and it only took [surprisingly short time]."
|
|
88
|
+
|
|
89
|
+
### Story Hooks
|
|
90
|
+
- "Last week, [unexpected thing] happened."
|
|
91
|
+
- "I almost [big mistake/failure]."
|
|
92
|
+
- "3 years ago, I [past state]. Today, [current state]."
|
|
93
|
+
|
|
94
|
+
### Value Hooks
|
|
95
|
+
- "How to [desirable outcome] (without [common pain]):"
|
|
96
|
+
- "[Number] [things] that [outcome]:"
|
|
97
|
+
- "Stop [common mistake]. Do this instead:"
|
|
98
|
+
|
|
99
|
+
### Contrarian Hooks
|
|
100
|
+
- "Unpopular opinion: [bold statement]"
|
|
101
|
+
- "[Common advice] is wrong. Here's why:"
|
|
102
|
+
- "I stopped [common practice] and [positive result]."
|
|
103
|
+
|
|
104
|
+
**For post templates and more hooks**: See [references/post-templates.md](references/post-templates.md)
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Content Repurposing System
|
|
109
|
+
|
|
110
|
+
Turn one piece of content into many:
|
|
111
|
+
|
|
112
|
+
### Blog Post → Social Content
|
|
113
|
+
|
|
114
|
+
| Platform | Format |
|
|
115
|
+
|----------|--------|
|
|
116
|
+
| LinkedIn | Key insight + link in comments |
|
|
117
|
+
| LinkedIn | Carousel of main points |
|
|
118
|
+
| Twitter/X | Thread of key takeaways |
|
|
119
|
+
| Instagram | Carousel with visuals |
|
|
120
|
+
| Instagram | Reel summarizing the post |
|
|
121
|
+
|
|
122
|
+
### Repurposing Workflow
|
|
123
|
+
|
|
124
|
+
1. **Create pillar content** (blog, video, podcast)
|
|
125
|
+
2. **Extract key insights** (3-5 per piece)
|
|
126
|
+
3. **Adapt to each platform** (format and tone)
|
|
127
|
+
4. **Schedule across the week** (spread distribution)
|
|
128
|
+
5. **Update and reshare** (evergreen content can repeat)
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## Content Calendar Structure
|
|
133
|
+
|
|
134
|
+
### Weekly Planning Template
|
|
135
|
+
|
|
136
|
+
| Day | LinkedIn | Twitter/X | Instagram |
|
|
137
|
+
|-----|----------|-----------|-----------|
|
|
138
|
+
| Mon | Industry insight | Thread | Carousel |
|
|
139
|
+
| Tue | Behind-scenes | Engagement | Story |
|
|
140
|
+
| Wed | Educational | Tips tweet | Reel |
|
|
141
|
+
| Thu | Story post | Thread | Educational |
|
|
142
|
+
| Fri | Hot take | Engagement | Story |
|
|
143
|
+
|
|
144
|
+
### Batching Strategy (2-3 hours weekly)
|
|
145
|
+
|
|
146
|
+
1. Review content pillar topics
|
|
147
|
+
2. Write 5 LinkedIn posts
|
|
148
|
+
3. Write 3 Twitter threads + daily tweets
|
|
149
|
+
4. Create Instagram carousel + Reel ideas
|
|
150
|
+
5. Schedule everything
|
|
151
|
+
6. Leave room for real-time engagement
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Engagement Strategy
|
|
156
|
+
|
|
157
|
+
### Daily Engagement Routine (30 min)
|
|
158
|
+
|
|
159
|
+
1. Respond to all comments on your posts (5 min)
|
|
160
|
+
2. Comment on 5-10 posts from target accounts (15 min)
|
|
161
|
+
3. Share/repost with added insight (5 min)
|
|
162
|
+
4. Send 2-3 DMs to new connections (5 min)
|
|
163
|
+
|
|
164
|
+
### Quality Comments
|
|
165
|
+
|
|
166
|
+
- Add new insight, not just "Great post!"
|
|
167
|
+
- Share a related experience
|
|
168
|
+
- Ask a thoughtful follow-up question
|
|
169
|
+
- Respectfully disagree with nuance
|
|
170
|
+
|
|
171
|
+
### Building Relationships
|
|
172
|
+
|
|
173
|
+
- Identify 20-50 accounts in your space
|
|
174
|
+
- Consistently engage with their content
|
|
175
|
+
- Share their content with credit
|
|
176
|
+
- Eventually collaborate (podcasts, co-created content)
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Analytics & Optimization
|
|
181
|
+
|
|
182
|
+
### Metrics That Matter
|
|
183
|
+
|
|
184
|
+
**Awareness:** Impressions, Reach, Follower growth rate
|
|
185
|
+
|
|
186
|
+
**Engagement:** Engagement rate, Comments (higher value than likes), Shares/reposts, Saves
|
|
187
|
+
|
|
188
|
+
**Conversion:** Link clicks, Profile visits, DMs received, Leads attributed
|
|
189
|
+
|
|
190
|
+
### Weekly Review
|
|
191
|
+
|
|
192
|
+
- Top 3 performing posts (why did they work?)
|
|
193
|
+
- Bottom 3 posts (what can you learn?)
|
|
194
|
+
- Follower growth trend
|
|
195
|
+
- Engagement rate trend
|
|
196
|
+
- Best posting times (from data)
|
|
197
|
+
|
|
198
|
+
### Optimization Actions
|
|
199
|
+
|
|
200
|
+
**If engagement is low:**
|
|
201
|
+
- Test new hooks
|
|
202
|
+
- Post at different times
|
|
203
|
+
- Try different formats
|
|
204
|
+
- Increase engagement with others
|
|
205
|
+
|
|
206
|
+
**If reach is declining:**
|
|
207
|
+
- Avoid external links in post body
|
|
208
|
+
- Increase posting frequency
|
|
209
|
+
- Engage more in comments
|
|
210
|
+
- Test video/visual content
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## Content Ideas by Situation
|
|
215
|
+
|
|
216
|
+
### When You're Starting Out
|
|
217
|
+
- Document your journey
|
|
218
|
+
- Share what you're learning
|
|
219
|
+
- Curate and comment on industry content
|
|
220
|
+
- Engage heavily with established accounts
|
|
221
|
+
|
|
222
|
+
### When You're Stuck
|
|
223
|
+
- Repurpose old high-performing content
|
|
224
|
+
- Ask your audience what they want
|
|
225
|
+
- Comment on industry news
|
|
226
|
+
- Share a failure or lesson learned
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
## Scheduling Best Practices
|
|
231
|
+
|
|
232
|
+
### When to Schedule vs. Post Live
|
|
233
|
+
|
|
234
|
+
**Schedule:** Core content posts, Threads, Carousels, Evergreen content
|
|
235
|
+
|
|
236
|
+
**Post live:** Real-time commentary, Responses to news/trends, Engagement with others
|
|
237
|
+
|
|
238
|
+
### Queue Management
|
|
239
|
+
|
|
240
|
+
- Maintain 1-2 weeks of scheduled content
|
|
241
|
+
- Review queue weekly for relevance
|
|
242
|
+
- Leave gaps for spontaneous posts
|
|
243
|
+
- Adjust timing based on performance data
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## Reverse Engineering Viral Content
|
|
248
|
+
|
|
249
|
+
Instead of guessing, analyze what's working for top creators in your niche:
|
|
250
|
+
|
|
251
|
+
1. **Find creators** — 10-20 accounts with high engagement
|
|
252
|
+
2. **Collect data** — 500+ posts for analysis
|
|
253
|
+
3. **Analyze patterns** — Hooks, formats, CTAs that work
|
|
254
|
+
4. **Codify playbook** — Document repeatable patterns
|
|
255
|
+
5. **Layer your voice** — Apply patterns with authenticity
|
|
256
|
+
6. **Convert** — Bridge attention to business results
|
|
257
|
+
|
|
258
|
+
**For the complete framework**: See [references/reverse-engineering.md](references/reverse-engineering.md)
|
|
259
|
+
|
|
260
|
+
---
|
|
261
|
+
|
|
262
|
+
## Task-Specific Questions
|
|
263
|
+
|
|
264
|
+
1. What platform(s) are you focusing on?
|
|
265
|
+
2. What's your current posting frequency?
|
|
266
|
+
3. Do you have existing content to repurpose?
|
|
267
|
+
4. What content has performed well in the past?
|
|
268
|
+
5. How much time can you dedicate weekly?
|
|
269
|
+
6. Are you building personal brand, company brand, or both?
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
## Related Skills
|
|
274
|
+
|
|
275
|
+
- **copywriting**: For longer-form content that feeds social
|
|
276
|
+
- **launch-strategy**: For coordinating social with launches
|
|
277
|
+
- **email-sequence**: For nurturing social audience via email
|
|
278
|
+
- **marketing-psychology**: For understanding what drives engagement
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "social-content",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Help me create a LinkedIn content strategy. I'm a SaaS founder building in public and want to grow my personal brand to drive awareness for my product. I currently have 500 followers and post maybe once a week.",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should establish content pillars (3-5) appropriate for a SaaS founder building in public: industry insights, behind-the-scenes, educational content, personal stories, promotional (minimal). Should apply the platform quick reference for LinkedIn (3-5x/week recommended, carousels and stories perform well). Should provide hook formulas for LinkedIn posts. Should create a weekly content calendar. Should include engagement strategy (daily 30-min routine). Should address going from 1x/week to 3-5x/week with a batching strategy.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Establishes 3-5 content pillars",
|
|
11
|
+
"Applies LinkedIn platform guidance",
|
|
12
|
+
"Provides hook formulas",
|
|
13
|
+
"Creates weekly content calendar",
|
|
14
|
+
"Includes engagement strategy",
|
|
15
|
+
"Addresses batching strategy for consistency",
|
|
16
|
+
"Recommends increasing from 1x to 3-5x per week"
|
|
17
|
+
],
|
|
18
|
+
"files": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 2,
|
|
22
|
+
"prompt": "Write me a Twitter/X thread about the lessons I learned bootstrapping my SaaS to $10k MRR. Include hooks and a CTA at the end.",
|
|
23
|
+
"expected_output": "Should apply the hook formulas for a story hook (e.g., '6 months ago, I had $0 MRR. Today, I hit $10k.'). Should structure the thread following platform best practices: strong hook in tweet 1, each tweet should stand alone but flow together, use specific numbers and stories, end with a CTA. Should reference the content pillar this fits into (behind-the-scenes / founder journey). Should provide the actual thread content with 8-12 tweets. Should include engagement prompts.",
|
|
24
|
+
"assertions": [
|
|
25
|
+
"Applies hook formulas from the skill",
|
|
26
|
+
"Uses a story hook for the first tweet",
|
|
27
|
+
"Structures thread with standalone but flowing tweets",
|
|
28
|
+
"Uses specific numbers and stories",
|
|
29
|
+
"Ends with clear CTA",
|
|
30
|
+
"Provides 8-12 tweet thread content",
|
|
31
|
+
"Includes engagement prompts"
|
|
32
|
+
],
|
|
33
|
+
"files": []
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": 3,
|
|
37
|
+
"prompt": "i have a blog post that did really well. how do i turn it into social media content for multiple platforms?",
|
|
38
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the content repurposing system. Should use the Blog Post → Social Content mapping: LinkedIn (key insight post + carousel of main points), Twitter/X (thread of key takeaways), Instagram (carousel with visuals + Reel summarizing the post). Should follow the repurposing workflow: create pillar content → extract key insights (3-5) → adapt to each platform → schedule across the week. Should provide specific format recommendations per platform.",
|
|
39
|
+
"assertions": [
|
|
40
|
+
"Triggers on casual phrasing",
|
|
41
|
+
"Applies content repurposing system",
|
|
42
|
+
"Uses Blog Post → Social Content mapping",
|
|
43
|
+
"Provides format for LinkedIn, Twitter/X, and Instagram",
|
|
44
|
+
"Follows the repurposing workflow",
|
|
45
|
+
"Extracts 3-5 key insights to repurpose",
|
|
46
|
+
"Provides platform-specific format recommendations"
|
|
47
|
+
],
|
|
48
|
+
"files": []
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": 4,
|
|
52
|
+
"prompt": "My LinkedIn posts get like 200 impressions and almost no engagement. What am I doing wrong?",
|
|
53
|
+
"expected_output": "Should apply the analytics and optimization section, specifically the 'if engagement is low' guidance. Should diagnose potential issues: weak hooks (first line not compelling), posting at wrong times, not engaging with others' content, poor formatting (no line breaks, walls of text), content not resonating with audience. Should recommend specific fixes: test new hook formulas, post at different times, increase engagement with others (the daily engagement routine), try different formats (carousels, stories). Should provide before/after hook examples.",
|
|
54
|
+
"assertions": [
|
|
55
|
+
"Applies analytics and optimization guidance",
|
|
56
|
+
"Diagnoses potential engagement issues",
|
|
57
|
+
"Addresses hook quality",
|
|
58
|
+
"Addresses posting timing",
|
|
59
|
+
"Recommends daily engagement routine",
|
|
60
|
+
"Suggests trying different content formats",
|
|
61
|
+
"Provides specific before/after hook examples"
|
|
62
|
+
],
|
|
63
|
+
"files": []
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": 5,
|
|
67
|
+
"prompt": "Help me reverse-engineer what's working for top creators in the DevTools space on Twitter. I want to understand their content patterns.",
|
|
68
|
+
"expected_output": "Should apply the reverse engineering viral content framework. Should walk through the process: identify 10-20 top accounts in DevTools, collect high-performing posts, analyze patterns (hooks, formats, CTAs, topics, posting times), codify a playbook of repeatable patterns, then layer the user's authentic voice. Should provide specific guidance on what to look for in the analysis. Should recommend tools or methods for collecting the data.",
|
|
69
|
+
"assertions": [
|
|
70
|
+
"Applies reverse engineering viral content framework",
|
|
71
|
+
"Walks through the full process (find, collect, analyze, codify, apply)",
|
|
72
|
+
"Recommends identifying 10-20 accounts",
|
|
73
|
+
"Describes what patterns to analyze",
|
|
74
|
+
"Emphasizes layering authentic voice",
|
|
75
|
+
"Provides data collection guidance"
|
|
76
|
+
],
|
|
77
|
+
"files": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": 6,
|
|
81
|
+
"prompt": "Write me a 5-email welcome sequence for new email subscribers who came from my LinkedIn audience.",
|
|
82
|
+
"expected_output": "Should recognize this is an email sequence task, not social content. Should defer to or cross-reference the email-sequence skill, which handles welcome sequences, drip campaigns, and lifecycle emails. May note the social-to-email bridge context but should make clear that email-sequence is the right skill for writing email sequences.",
|
|
83
|
+
"assertions": [
|
|
84
|
+
"Recognizes this as email sequence work",
|
|
85
|
+
"References or defers to email-sequence skill",
|
|
86
|
+
"Does not attempt to write email sequence using social content patterns",
|
|
87
|
+
"May note social-to-email bridge context"
|
|
88
|
+
],
|
|
89
|
+
"files": []
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# Platform-Specific Strategy Guide
|
|
2
|
+
|
|
3
|
+
Detailed strategies for each major social platform.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- LinkedIn
|
|
7
|
+
- Twitter/X
|
|
8
|
+
- Instagram
|
|
9
|
+
- TikTok
|
|
10
|
+
- Facebook
|
|
11
|
+
|
|
12
|
+
## LinkedIn
|
|
13
|
+
|
|
14
|
+
**Best for:** B2B, thought leadership, professional networking, recruiting
|
|
15
|
+
**Audience:** Professionals, decision-makers, job seekers
|
|
16
|
+
**Posting frequency:** 3-5x per week
|
|
17
|
+
**Best times:** Tuesday-Thursday, 7-8am, 12pm, 5-6pm
|
|
18
|
+
|
|
19
|
+
**What works:**
|
|
20
|
+
- Personal stories with business lessons
|
|
21
|
+
- Contrarian takes on industry topics
|
|
22
|
+
- Behind-the-scenes of building a company
|
|
23
|
+
- Data and original insights
|
|
24
|
+
- Carousel posts (document format)
|
|
25
|
+
- Polls that spark discussion
|
|
26
|
+
|
|
27
|
+
**What doesn't:**
|
|
28
|
+
- Overly promotional content
|
|
29
|
+
- Generic motivational quotes
|
|
30
|
+
- Links in the main post (kills reach)
|
|
31
|
+
- Corporate speak without personality
|
|
32
|
+
|
|
33
|
+
**Format tips:**
|
|
34
|
+
- First line is everything (hook before "see more")
|
|
35
|
+
- Use line breaks for readability
|
|
36
|
+
- 1,200-1,500 characters performs well
|
|
37
|
+
- Put links in comments, not post body
|
|
38
|
+
- Tag people sparingly and genuinely
|
|
39
|
+
|
|
40
|
+
**Algorithm tips:**
|
|
41
|
+
- First hour engagement matters most
|
|
42
|
+
- Comments > reactions > clicks
|
|
43
|
+
- Dwell time (people reading) signals quality
|
|
44
|
+
- No external links in post body
|
|
45
|
+
- Document posts (carousels) get strong reach
|
|
46
|
+
- Polls drive engagement but don't build authority
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## Twitter/X
|
|
51
|
+
|
|
52
|
+
**Best for:** Tech, media, real-time commentary, community building
|
|
53
|
+
**Audience:** Tech-savvy, news-oriented, niche communities
|
|
54
|
+
**Posting frequency:** 3-10x per day (including replies)
|
|
55
|
+
**Best times:** Varies by audience; test and measure
|
|
56
|
+
|
|
57
|
+
**What works:**
|
|
58
|
+
- Hot takes and opinions
|
|
59
|
+
- Threads that teach something
|
|
60
|
+
- Behind-the-scenes moments
|
|
61
|
+
- Engaging with others' content
|
|
62
|
+
- Memes and humor (if on-brand)
|
|
63
|
+
- Real-time commentary on events
|
|
64
|
+
|
|
65
|
+
**What doesn't:**
|
|
66
|
+
- Pure self-promotion
|
|
67
|
+
- Threads without a strong hook
|
|
68
|
+
- Ignoring replies and mentions
|
|
69
|
+
- Scheduling everything (no real-time presence)
|
|
70
|
+
|
|
71
|
+
**Format tips:**
|
|
72
|
+
- Tweets under 100 characters get more engagement
|
|
73
|
+
- Threads: Hook in tweet 1, promise value, deliver
|
|
74
|
+
- Quote tweets with added insight beat plain retweets
|
|
75
|
+
- Use visuals to stop the scroll
|
|
76
|
+
|
|
77
|
+
**Algorithm tips:**
|
|
78
|
+
- Replies and quote tweets build authority
|
|
79
|
+
- Threads keep people on platform (rewarded)
|
|
80
|
+
- Images and video get more reach
|
|
81
|
+
- Engagement in first 30 min matters
|
|
82
|
+
- Twitter Blue/Premium may boost reach
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Instagram
|
|
87
|
+
|
|
88
|
+
**Best for:** Visual brands, lifestyle, e-commerce, younger demographics
|
|
89
|
+
**Audience:** 18-44, visual-first consumers
|
|
90
|
+
**Posting frequency:** 1-2 feed posts per day, 3-10 Stories per day
|
|
91
|
+
**Best times:** 11am-1pm, 7-9pm
|
|
92
|
+
|
|
93
|
+
**What works:**
|
|
94
|
+
- High-quality visuals
|
|
95
|
+
- Behind-the-scenes Stories
|
|
96
|
+
- Reels (short-form video)
|
|
97
|
+
- Carousels with value
|
|
98
|
+
- User-generated content
|
|
99
|
+
- Interactive Stories (polls, questions)
|
|
100
|
+
|
|
101
|
+
**What doesn't:**
|
|
102
|
+
- Low-quality images
|
|
103
|
+
- Too much text in images
|
|
104
|
+
- Ignoring Stories and Reels
|
|
105
|
+
- Only promotional content
|
|
106
|
+
|
|
107
|
+
**Format tips:**
|
|
108
|
+
- Reels get 2x reach of static posts
|
|
109
|
+
- First frame of Reels must hook
|
|
110
|
+
- Carousels: 10 slides with educational content
|
|
111
|
+
- Use all Story features (polls, links, etc.)
|
|
112
|
+
|
|
113
|
+
**Algorithm tips:**
|
|
114
|
+
- Reels heavily prioritized over static posts
|
|
115
|
+
- Saves and shares > likes
|
|
116
|
+
- Stories keep you top of feed
|
|
117
|
+
- Consistency matters more than perfection
|
|
118
|
+
- Use all features (polls, questions, etc.)
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## TikTok
|
|
123
|
+
|
|
124
|
+
**Best for:** Brand awareness, younger audiences, viral potential
|
|
125
|
+
**Audience:** 16-34, entertainment-focused
|
|
126
|
+
**Posting frequency:** 1-4x per day
|
|
127
|
+
**Best times:** 7-9am, 12-3pm, 7-11pm
|
|
128
|
+
|
|
129
|
+
**What works:**
|
|
130
|
+
- Native, unpolished content
|
|
131
|
+
- Trending sounds and formats
|
|
132
|
+
- Educational content in entertaining wrapper
|
|
133
|
+
- POV and day-in-the-life content
|
|
134
|
+
- Responding to comments with videos
|
|
135
|
+
- Duets and stitches
|
|
136
|
+
|
|
137
|
+
**What doesn't:**
|
|
138
|
+
- Overly produced content
|
|
139
|
+
- Ignoring trends
|
|
140
|
+
- Hard selling
|
|
141
|
+
- Repurposed horizontal video
|
|
142
|
+
|
|
143
|
+
**Format tips:**
|
|
144
|
+
- Hook in first 1-2 seconds
|
|
145
|
+
- Keep it under 30 seconds to start
|
|
146
|
+
- Vertical only (9:16)
|
|
147
|
+
- Use trending sounds
|
|
148
|
+
- Post consistently to train algorithm
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Facebook
|
|
153
|
+
|
|
154
|
+
**Best for:** Communities, local businesses, older demographics, groups
|
|
155
|
+
**Audience:** 25-55+, community-oriented
|
|
156
|
+
**Posting frequency:** 1-2x per day
|
|
157
|
+
**Best times:** 1-4pm weekdays
|
|
158
|
+
|
|
159
|
+
**What works:**
|
|
160
|
+
- Facebook Groups (community)
|
|
161
|
+
- Native video
|
|
162
|
+
- Live video
|
|
163
|
+
- Local content and events
|
|
164
|
+
- Discussion-prompting questions
|
|
165
|
+
|
|
166
|
+
**What doesn't:**
|
|
167
|
+
- Links to external sites (reach killer)
|
|
168
|
+
- Pure promotional content
|
|
169
|
+
- Ignoring comments
|
|
170
|
+
- Cross-posting from other platforms without adaptation
|