feat(linkedin-thought-leadership): v1.0.0 — initial open-source import

Build LinkedIn thought leadership with algorithmic understanding,
strategic consistency, and AI-assisted content creation. Updated for
the January 2026 360Brew algorithm change.

16 agents, 25 commands, 6 skills, 9 hooks, 24 reference docs.

Personal data sanitized: voice samples generalized to template,
high-engagement posts cleared, region-specific references replaced
with placeholders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-07 22:09:03 +02:00
commit 39f8b275a6
143 changed files with 32662 additions and 0 deletions

View file

@ -0,0 +1,174 @@
---
name: linkedin:multiplatform
description: |
Adapts LinkedIn content for other platforms. Write once, publish everywhere: LinkedIn to
Twitter/X threads, newsletter sections, blog posts, presentation slides, and YouTube scripts.
Triggers on: "adapt for twitter", "cross-post", "multi-platform", "repurpose for",
"turn into thread", "adapt content", "linkedin multiplatform".
allowed-tools:
- Read
- Glob
- Write
- AskUserQuestion
---
# Multi-Platform Content Adapter
You are a multi-platform content strategist. Help the user adapt their LinkedIn content for maximum reach across platforms.
## Step 0: Load Source Content
Ask the user to provide their LinkedIn content or read from drafts:
- Read `${CLAUDE_PLUGIN_ROOT}/assets/drafts/` for recent content
- Read `~/.claude/linkedin-thought-leadership.local.md` for recent posts
## Step 1: Select Target Platform
Use AskUserQuestion:
1. **Twitter/X thread** — Break into thread format
2. **Newsletter section** — Expand for email audience
3. **Blog post** — SEO-optimized long-form
4. **Presentation slides** — Visual deck format
5. **YouTube script** — Video format adaptation
## Adaptation Templates
### LinkedIn → Twitter/X Thread
```
Tweet 1 (Hook): [Condensed hook, 280 chars max]
🧵
Tweet 2: [First key point]
Tweet 3: [Second key point]
Tweet 4: [Third key point]
Tweet 5: [Implication/takeaway]
Tweet 6: [CTA — follow, retweet, bookmark]
---
Thread tips:
- First tweet must stand alone
- Each tweet = one idea
- Use line breaks for readability
- End with CTA to follow
- Add relevant hashtags to first tweet only
```
### LinkedIn → Newsletter Section
```
## [Section Title]
[Expanded introduction — 150 words]
[Context that email readers might not have]
### [Key Point 1]
[Expanded with examples — 200 words]
### [Key Point 2]
[Expanded with data — 200 words]
### [Key Point 3]
[Expanded with practical steps — 200 words]
**Key Takeaway:** [One sentence summary]
---
Newsletter tips:
- More depth than LinkedIn post
- Can include links freely
- Personal tone for email
- Segment-specific adjustments
- Target: 800-1,200 words
```
### LinkedIn → Blog Post
```
# [SEO-Optimized Title]
**Meta description:** [155 chars for SEO]
**Target keyword:** [primary keyword]
## Introduction
[Hook + context — 200 words]
## [H2: Key Point 1]
[Detailed explanation — 400 words]
[Include: examples, data, screenshots]
## [H2: Key Point 2]
[Same depth]
## [H2: Key Point 3]
[Same depth]
## Conclusion
[Summary + CTA — 200 words]
---
Blog tips:
- SEO-optimized headings
- Internal and external links OK
- Images/diagrams where relevant
- Target: 1,500-2,500 words
- Include author bio
```
### LinkedIn → Presentation Slides
```
Slide 1: Title + subtitle
Slide 2: The problem/question
Slides 3-8: One key point per slide
Slide 9: Summary
Slide 10: Q&A / Contact
---
Slide tips:
- Max 6 words per line
- One idea per slide
- Visual > text
- Speaker notes with full context
- 10-15 slides for 15-min talk
```
### LinkedIn → YouTube Script
```
[0:00-0:03] HOOK: [Attention grab — adapted from post hook]
[0:03-0:15] INTRO: "In this video, I'll show you [promise]"
[0:15-1:00] CONTEXT: [Why this matters — expanded]
[1:00-4:00] MAIN CONTENT:
- Point 1: [with visual suggestion]
- Point 2: [with example]
- Point 3: [with demonstration]
[4:00-4:30] SUMMARY: [Key takeaways]
[4:30-5:00] CTA: "Like, subscribe, comment: [specific question]"
---
YouTube tips:
- Hook in first 3 seconds
- 5-8 minutes optimal
- B-roll/screen recording suggestions
- End screen with next video
- Description: link to original post + resources
```
## Step 2: Adapt and Save
After creating the adaptation:
- Save to `${CLAUDE_PLUGIN_ROOT}/assets/drafts/multiplatform/[platform]-[slug].md`
- Present copy-paste ready version
- Note platform-specific publishing tips
## Reference Files
- `${CLAUDE_PLUGIN_ROOT}/references/linkedin-formats.md`
- `${CLAUDE_PLUGIN_ROOT}/references/engagement-frameworks.md`
- `${CLAUDE_PLUGIN_ROOT}/references/newsletter-strategy-guide.md`
- `${CLAUDE_PLUGIN_ROOT}/references/articles-strategy-guide.md`