linkedin-content-generator
AI-powered LinkedIn content suite: generate posts, carousels, newsletters, and 30-day calendars with niche-specific SEO rules and a reinforcement-learning personal memory system.
npx skills add sickn33/agentic-awesome-skills --skill linkedin-content-generator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LinkedIn Content Generator ## Overview A full LinkedIn content-creation suite for Claude Code that turns a topic and niche into publish-ready posts, multi-slide carousels, long-form newsletter editions, and 30-day content calendars — all wired through a personal reinforcement-learning memory system so every output improves as you give feedback. Seven coordinated commands cover the full content workflow: | 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 | All helper scripts are bundled inside `skills/linkedin-content-generator/scripts/` and ship alongside this `SKILL.md`. They 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-perfo
- Overview
- When to Use This Skill
- Prerequisites
- How It Works
- Architecture
- Step 1: Set Up Your Niche (One-Time)
- Step 2: Generate Content
- Step 3: Save What Works
- Commands Reference
- /generate-post — Single LinkedIn Post
- /generate-carousel — LinkedIn Carousel
- /generate-newsletter — LinkedIn Newsletter Edition
- /generate-calendar — 30-Day Content Calendar
- /show-memory — Display Preferences
Install via antigravity CLI (recommended)
antigravity install linkedin-content-generator
Or copy manually into your Claude Code skills directory
cp -r skills/linkedin-content-generator ~/.claude/skills/
SKILL_SCRIPTS resolves to ~/.claude/skills/linkedin-content-generator/scripts
python3 "${SKILL_SCRIPTS}/generate_post.py" --topic "..." --niche "..." --tone professional --style list-based
python3 "${SKILL_SCRIPTS}/memory_manager.py" add --id "..." --feedback "..." --tags "..."
python3 "${SKILL_SCRIPTS}/memory_manager.py" read
python3 "${SKILL_SCRIPTS}/memory_manager.py" clearWhat does the linkedin-content-generator skill do?
AI-powered LinkedIn content suite: generate posts, carousels, newsletters, and 30-day calendars with niche-specific SEO rules and a reinforcement-learning personal memory system.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill linkedin-content-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.