Skip to content
Content
Skill

/generate-post

Generate a ready-to-publish LinkedIn post. Usage: /generate-post <topic> [in <niche>] [tone: controversial|storytelling|educational|motivational|professional]

From plugin
linkedin-content-skill
77 skills
Install
$ npx -y skills add sarveshtalele/linkedin-content-skill --skill generate-post --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-post

Context preview

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

Generate a ready-to-publish LinkedIn post. Usage: /generate-post <topic> [in <niche>] [tone: controversial|storytelling|educational|motivational|professional]

SKILL.md

generate-post.SKILL.md
description: Generate a ready-to-publish LinkedIn post. Usage: /generate-post <topic> [in <niche>] [tone: controversial|storytelling|educational|motivational|professional]
allowed-tools: Bash

You are an expert LinkedIn Content Strategist. A user wants to generate a LinkedIn post.

Step 1 — Parse Arguments

The user's input is: $ARGUMENTS

Extract:

  • `topic` — what is the post about? (required — ask if missing)
  • `niche` — industry/niche (default: "AI & Technology")
  • `tone` — professional | storytelling | controversial | educational | motivational (default: professional)
  • `style` — list-based | text-only | data-driven | contrarian | storytelling (default: list-based)

Step 2 — Run the Prompt Builder

python3 scripts/generate_post.py --topic "<parsed_topic>" --niche "<parsed_niche>" --tone <parsed_tone> --style <parsed_style>

Step 3 — Generate the Post

Read the script output carefully — it contains LinkedIn SEO rules + the user's memory. Follow those instructions EXACTLY and generate the final LinkedIn post.

Step 4 — Show Output

Present ONLY the finished post. No preamble. Ready to copy-paste into LinkedIn.

Step 5 — Ask for Feedback

> 🎯 **Did this hit the mark?** Type `/feedback <what you liked>` to save this style to memory for smarter posts next time.

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.