Workflow #linkedin #workflow

LinkedIn Claude Code Workflow

Workflows Free, ungated

This repository packages a Claude Code workflow for turning LinkedIn signals into outbound execution. It includes reusable skills for engagement scraping and scoring, LinkedIn Ads campaign build, end-to-end outbound routing, and loop measurement for continuous iteration.

What's inside

FileWhat it does
.agents/skills/SKILL.mdOrchestrator and routing logic
.agents/skills/linkedin-engagement-routing.mdRuns the engagement to lead-list workflow with enrichment, validation, scoring, and routing gates.
.agents/skills/linkedin-ad-campaign-builder.mdBuilds LinkedIn campaigns from a config sheet and validates launch.
.agents/skills/outbound-campaign-builder.mdConverts a scored company list into a live sequencer campaign.
.agents/skills/signal-loop-operator.mdCloses the loop across content, outbound, and retargeting, logging improvements.
.agents/skills/linkedin-ad-audiences.mdArchitecting high-intent ABM ad audiences using matched lists and exclusions.
.agents/skills/linkedin-ad-bidding-optimization.mdSetting manual bidding floors, caps, and managing pacing based on performance.
.agents/skills/linkedin-ad-measurement.mdConnecting Insight Tag data to downstream pipeline creation metrics.
.agents/skills/linkedin-ad-creative-copy.mdFrameworks for structuring high-performing ad copy by funnel stage.

Prerequisites

  • Claude Code installed and running
  • Phantom Buster API access
  • Apollo access for enrichment
  • Million Verifier API key for validation
  • LinkedIn Ads API access if using campaign automation
  • Sequencer API access (Apollo, Smartlead, or Instantly)

Installation

Cursor, Windsurf, or Generic AI IDE

  1. Clone the repo: git clone https://github.com/forma-norden/linkedin-claude-code-workflow
  2. Copy the .agents/skills/ directory into your project's .agents/skills/ folder.

Claude Code

  1. Clone the repo: git clone https://github.com/forma-norden/linkedin-claude-code-workflow
  2. Copy the .agents/skills/ directory into your project's .claude/skills/ folder.

Usage

Load the workflow skill and run it against a target LinkedIn post:

Read .agents/skills/linkedin-engagement-routing.md

Use docs/templates/icp-scoring-criteria-template.md as the scoring source.
Post URL: https://www.linkedin.com/posts/...
Output folder: /outputs

Expected output:

  • Enriched and validated contact CSV with tier column
  • Routing recommendation by tier
  • Retargeting audience export list

Running tests

Use the prompt tests in tests/ to validate expected behavior and edge cases before deployment.

  • tests/README.md in linkedin-claude-code-workflow
  • Load each skill and run the corresponding test prompt
  • Compare output against the validation checklist before rollout

Who this is for

GTM engineers, RevOps leads, VP Sales, and founders at B2B companies with 50 to 500 employees who are building or consolidating their outbound infrastructure and want to reduce tool sprawl through better-engineered GTM systems.

Ecosystem connections

This repository is designed to work as part of the Forma Norden open-source GTM ecosystem.

Works with

RepoRelationshipWhen to use together
linkedin-profile-dm-conversion-playbookParallelThis repo handles ads and signal processing, that repo handles organic/DM
cold-email-copy-playbookDownstreamMulti-channel: ads build awareness, email converts
clay-claude-code-skill-packUpstreamEnriched data feeds LinkedIn ad audience targeting
buying-window-signal-workflowUpstreamSignal scoring determines ad campaign prioritization
n8n-gtm-workflow-packParalleln8n automates ad-to-outbound sync workflows

Suggested skill chains

  1. Ad program: ad-audiences > linkedin-ad-campaign-builder > ad-creative-copy > ad-bidding-optimization > ad-measurement
  2. Signal to outbound: engagement-routing > outbound-campaign-builder > signal-loop-operator
INSTALL COMMAND
$ npx skills add forma-norden/linkedin-claude-code-workflow
View on GitHub