Generate calendar
Skill sarveshtalele/linkedin-content-skill/.claude/skills/generate-calendar
Generate a LinkedIn content calendar. Usage: /generate-calendar [niche: <niche>] [days: <n>] [frequency: <freq>] [goal: awareness|engagement|leads|authority|growth]From its SKILL.md
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.
2 things to look at
- 3 stars3 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.
- runs commandsInstructs the agent to run 1 command, including `python3 scripts/generate_calendar.py --niche "<parsed_niche>" --days <parsed_days> --frequency "<parsed_frequency>" --goal <parsed_goal>`.
SKILL.md
1.1 KB, 237 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.