LinkedIn — Organic Presence Orchestrator

This skill orchestrates building an authentic organic LinkedIn presence across five lanes: profile, strategy, content, engagement, and analytics. It routes requests to the appropriate sub-skill, enforces LinkedIn policy compliance, and produces text drafts and plans for the user to post manually.

✨ What it does

  • Runs a policy gate to refuse automation, scraping, pods, and bulk DMs before drafting.
  • Routes goals to one of five sub-skills: profile, strategy, content, engagement, analytics.
  • Asks forcing questions to clarify goals, audience, time commitment, proof, and boundaries.
  • Provides evidence-graded references and an operating agreement.
  • Enforces that nothing is automated or sent; the user is the author of record.

🎯 When to use it

  • When someone wants to grow their LinkedIn presence organically, such as for career change, consulting, or thought leadership.
  • When they need a rewritten profile or headline, post drafts, hooks, or a posting cadence.
  • When they ask for connection notes, commenting strategy, or repurposing content into posts.
  • When they want to understand why their reach dropped or what's working.

🚀 How to use

Trigger: /cs:grill-linkedin

Trigger by expressing a LinkedIn growth goal, such as 'grow my LinkedIn', 'fix my headline', 'write a LinkedIn post', 'what should I post about', 'connection request', or 'my reach dropped'. The skill will run a policy gate and route to the appropriate lane. It may ask clarifying questions one at a time. Provide your own words and goals as input.

Example prompts:

I want to grow my LinkedIn presence to attract consulting clients. Can you help me with a strategy?
My reach has dropped recently. What should I do?

📄 Output: Text drafts, plans, and strategies for profile, content, engagement, and analytics, all ready for the user to review and post manually.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/marketing/linkedin/skills/linkedin-skills .claude/skills/linkedin-skills

Skill source: marketing/linkedin/skills/linkedin-skills/SKILL.md

⚠️ Good to know

This skill does not automate posting, connecting, or commenting; it only produces text for the user to post themselves, and it requires the user to provide their own words and goals.

❓ FAQ

Can this skill automate my LinkedIn posts?

No. Automation is prohibited by LinkedIn's User Agreement and this skill refuses to automate anything; it only generates text for you to post manually.

What if my request violates LinkedIn's policies?

The policy gate will refuse and suggest a compliant alternative, such as manual engagement instead of bulk DMs.

How does the skill decide which sub-skill to use?

It uses a goal router that classifies your request into one of five lanes: profile, strategy, content, engagement, or analytics. If ambiguous, it asks a clarifying question.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.