Skip to content
Content
Skill

/generate-calendar

Generate a LinkedIn content calendar. Usage: /generate-calendar [niche: <niche>] [days: <n>] [frequency: <freq>] [goal: awareness|engagement|leads|authority|growth]

From plugin
linkedin-content-skill
77 skills
Install
$ npx -y skills add sarveshtalele/linkedin-content-skill --skill generate-calendar --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/generate-calendar

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate a LinkedIn content calendar. Usage: /generate-calendar [niche: <niche>] [days: <n>] [frequency: <freq>] [goal: awareness|engagement|leads|authority|growth]

SKILL.md

generate-calendar.SKILL.md
description: Generate a LinkedIn content calendar. Usage: /generate-calendar [niche: <niche>] [days: <n>] [frequency: <freq>] [goal: awareness|engagement|leads|authority|growth]
allowed-tools: Bash

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.

Ships withlinkedin-content-skill

A production-ready Claude Code skill that turns your AI assistant into a personal LinkedIn Content Strategist.

Get the whole plugin
Stats
7
Stars
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: sarveshtalele/linkedin-content-skill

Other skills on linkedin-content-skill.