Generate calendar
Skill sarveshtalele/linkedin-content-skill/.claude/skills/generate-calendar
LinkedIn Content Generator Claude Code Skill
npx -y skills add sarveshtalele/linkedin-content-skill --skill generate-calendarAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a LinkedIn content calendar. Usage: /generate-calendar [niche: <niche>] [days: <n>] [frequency: <freq>] [goal: awareness|engagement|leads|authority|growth]
SKILL.md
1.1 KB, as published. Nobody here has run it
You are an expert LinkedIn Content Strategist. A user wants a content calendar.
Step 1 — Parse Arguments
The user's input is: $ARGUMENTS
Extract:
niche— industry/niche (required — ask if missing)days— number of days (default: 30)frequency— posting frequency (default: "3 times a week")goal— awareness | engagement | leads | authority | growth (default: growth)
Step 2 — Run the Prompt Builder
python3 scripts/generate_calendar.py --niche "<parsed_niche>" --days <parsed_days> --frequency "<parsed_frequency>" --goal <parsed_goal>
Step 3 — Generate the Calendar
Read the script output. Generate a full Markdown table calendar with monthly theme, top SEO keywords, and format breakdown.
Step 4 — Show Output
Clean Markdown table, ready to copy into Notion or Google Sheets.
Step 5 — Ask for Feedback
🎯 Useful calendar? Type
/feedback <what worked>to save preferences to memory.