Skip to content
Content
Skill

/generate-newsletter

Generate a long-form LinkedIn Newsletter edition. Usage: /generate-newsletter <topic> [in <niche>] [length: short|medium|long] [title: "<title>"]

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

Context preview

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

Generate a long-form LinkedIn Newsletter edition. Usage: /generate-newsletter <topic> [in <niche>] [length: short|medium|long] [title: "<title>"]

SKILL.md

generate-newsletter.SKILL.md
description: Generate a long-form LinkedIn Newsletter edition. Usage: /generate-newsletter <topic> [in <niche>] [length: short|medium|long] [title: "<title>"]
allowed-tools: Bash

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

Step 1 — Parse Arguments

The user's input is: $ARGUMENTS

Extract:

  • `topic` — newsletter subject (required)
  • `niche` — industry/niche (default: "AI & Technology")
  • `length` — short | medium | long (default: medium)
  • `title` — optional newsletter series name

Step 2 — Run the Prompt Builder

python3 scripts/generate_newsletter.py --topic "<parsed_topic>" --niche "<parsed_niche>" --length <parsed_length> --title "<parsed_title_or_empty>"

Step 3 — Generate the Newsletter

Read the script output. Generate a full newsletter with headline, body sections, takeaways, and engagement question.

Step 4 — Show Output

Format in clean Markdown, ready to publish in LinkedIn Newsletter editor.

Step 5 — Ask for Feedback

> 🎯 **Did this edition resonate?** Type `/feedback <what you liked>` to save this style 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.