This playbook covers running LinkedIn outreach and LinkedIn content production entirely inside Claude Code: skills installed once and triggered by natural language, a shared safety and dedup layer so nothing runs unattended recklessly, and a clear handoff point to Prosp once a relationship goes from cold to warm.
Two halves, one shared foundation:
- Outreach: ICP definition, list building, connection requests, feed engagement, enrichment
- Content: post writing, hooks, carousels, the content calendar, and the anti-AI-slop pass
Every skill below is a real, installable Claude Code skill pulled from the existing GTM and LinkedIn libraries in this workspace, consolidated here so LinkedIn specifically has one home rather than being scattered across separate lead mags.
Why Claude Code specifically, not Cowork or chat
Claude Code gives skills persistent local files, version control, and scheduled execution, which matters for LinkedIn work because both outreach and content are recurring, not one-off. A skill installed once in a project folder runs the same way every time it is triggered, with campaign logs and enrichment logs building up in the same folder over weeks rather than living inside separate chat threads that eventually scroll out of reach.
Cowork is the right choice if you want zero terminal interaction and are comfortable with a slightly less customisable setup. This playbook assumes Claude Code specifically because the skill and safety-cap architecture below depends on persistent local files and campaign logs that Claude Code manages more reliably for ongoing work.
Project setup
mkdir linkedin-system && cd linkedin-system
mkdir -p .claude/skills
mkdir -p campaigns
mkdir -p enrichments
mkdir -p content/drafts
mkdir -p content/published
claude
Write a CLAUDE.md in the project root before installing any skill. This is your standing context file: ICP definition, brand voice rules, banned phrases, and the daily caps every outreach skill will check. Every skill below reads from this file so you do not re-explain your business every session.