From social-media
Generate 32+ LinkedIn post ideas in a single table by pairing the user's content pillars with 8 proven content formats. Based on the Justin Welsh content matrix. Use this skill whenever the user says "give me post ideas", "content matrix", "what should I post about", "generate post ideas", "content ideation", or "map out my content for the month". Pulls from about-me.md and voice.md if they exist, otherwise asks for pillars and context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social-media:content-matrixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When this skill triggers, go straight to Step 1. Do not summarise. Start input gathering immediately.
When this skill triggers, go straight to Step 1. Do not summarise. Start input gathering immediately.
Check the project for about-me.md. If it exists, read it and pre-fill the description of who the user is. Skip that question and tell the user what you pulled.
If about-me.md is missing, ask:
Give me at least two paragraphs describing who you are, what you do, and what you like to discuss. The more specific you are, the more relevant the ideas.
Wait for response.
Then call AskUserQuestion:
[
{
"question": "What are your content pillars?",
"header": "Pillars",
"multiSelect": false,
"options": [
{"label": "I will type them", "description": "I have 3 to 4 content pillars to use"},
{"label": "Pull from voice.md", "description": "Use the topics already defined in my voice files"},
{"label": "Suggest them for me", "description": "Based on my about-me.md, recommend 4 pillars"}
]
}
]
If the user types their own, accept 3 to 5 pillars. If fewer than 3, ask for more.
If the user picks "Suggest them for me", read about-me.md, propose 4 pillars covering their positioning, and ask them to confirm or edit before continuing.
Generate a markdown table with:
Every cell contains one specific, concrete post idea tailored to the pillar and format. Not generic. Not reusable across pillars.
Format definitions to apply when filling each cell:
Each cell's idea should be a specific headline, not a theme. Good: "The 3-line hook formula I stole from David Ogilvy". Bad: "Hooks".
Pick the output mode based on the surface you are running on. Do not output the table in a fenced markdown code block — that renders as monospace plain text and makes a 5×8 grid hard to scan.
content-matrix-YYYY-MM-DD.md in the current working directory and print the same table inline in the response as a plain markdown table (no triple-backtick wrap). Confirm the file path so the user can open it.Below the table or chart, add one sentence naming the single strongest idea across the matrix and why.
Ask:
Any cell here you want me to write as a full post? Reference the cell by pillar + format (for example "Hooks × Contrarian") and I will hand it to the post-writer or post-formatter skill.
On Claude Code, also offer to append the drafted post into the same content-matrix-YYYY-MM-DD.md file under the cell reference.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub asseerimishal-coder/mishal-skills-marketplace --plugin social-media