Source: github.com/sickn33/antigravity-awesome-skills — skills/linkedin-content-generator
Original author: sarveshkishortalele (github.com/sarveshtalele/linkedin-content-skill). License: MIT.
Install
# Via antigravity CLI (recommended)
antigravity install linkedin-content-generator
# Or manual
cp -r skills/linkedin-content-generator ~/.claude/skills/
The seven commands
A full LinkedIn content-creation suite that turns a topic and niche into publish-ready posts, multi-slide carousels, long-form newsletter editions, and 30-day content calendars.
What makes it different from a prompt: it bundles Python scripts that build richly engineered prompts, inject your saved preferences, and enforce LinkedIn SEO rules before Claude generates output. A local memory.md file persists your style, tone, successful hooks, and top-performing formats across every session.
| Command |
Purpose |
/generate-post |
Single ready-to-publish LinkedIn post |
/generate-carousel |
Numbered slide content + caption |
/generate-newsletter |
Long-form newsletter edition |
/generate-calendar |
30-day posting calendar with Markdown table |
/show-memory |
Display current preferences and feedback log |
/feedback |
Save what worked for future outputs |
/clear-memory |
Reset memory to factory defaults |
Architecture: how memory and SEO injection work
User command (/generate-post ...)
│
▼
SKILL.md parses $ARGUMENTS
│
▼
Python script builds prompt
• Injects LinkedIn SEO rules
• Injects memory.md preferences
│
▼
Claude generates publish-ready output
│
▼
/feedback saves what worked → memory.md
(every future output improves)
The reinforcement learning loop: every time you run /feedback, the pattern is appended to memory.md and automatically injected into all future generation prompts. After a few weeks of use, the skill knows your best-performing hook types, which content formats your ICP responds to, and what tone gets the most comments in your niche.
One-time setup: set your niche
Open ~/.claude/skills/linkedin-content-generator/scripts/memory.md and update the Primary Niche field:
## Core Identity & Tone
- **Primary Niche:** AI & Technology ← change this to your niche
This field is injected into every prompt. Without it, the skill defaults to "AI & Technology".
For B2B GTM and SaaS founders: set your niche to match your ICP's world, not your own role. If you help SaaS founders with outbound, your niche is "B2B SaaS Sales", not "GTM Engineering". Your content should live in your buyer's feed, not your own professional category.