brainstorm-linkedin

brainstorm-linkedin is a skill for Claude Code from techwolf-ai/ai-first-toolkit. It costs 53 tokens per session (532 once invoked), scanned A, original, MIT.

A planning aid that turns source material—such as files, web pages, articles, or research—into possible LinkedIn post topics.

In plain words
What is it for?
Use it to identify two to four post ideas, each with a title, main insight, and suggested opening approach.
Why use it?
It helps avoid repeating ideas already published and makes useful professional angles easier to find.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ./scripts/print-published.sh linkedin-post.

Part of the content-studio plugin — 8 skills shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add techwolf-ai/ai-first-toolkit
Claude Code
/plugin install content-studio

Made for: Claude Code.

Or install content-studio, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brainstorm-linkedin

README.md
[![agentmods](https://agentmods.dev/badge/skills/techwolf-ai/ai-first-toolkit/brainstorm-linkedin.svg)](https://agentmods.dev/skills/techwolf-ai/ai-first-toolkit/brainstorm-linkedin)
Your own site
<a href="https://agentmods.dev/skills/techwolf-ai/ai-first-toolkit/brainstorm-linkedin"><img src="https://agentmods.dev/badge/skills/techwolf-ai/ai-first-toolkit/brainstorm-linkedin.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00532
Opus 5 $0.00026 $0.00266
Sonnet 5 $0.00011 $0.00106
Haiku 4.5 $0.00005 $0.00053

Measured 6d ago against content hash 27d2ca8f63dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

brainstorm-linkedin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/content-studio/skills/brainstorm-linkedin/SKILL.md · 66 lines

What it actually says

Brainstorm LinkedIn Posts from Source Material

Generate LinkedIn post ideas based on external context provided by the user.

Process

  1. Read ALL published posts (MANDATORY - to avoid topic/angle overlap):

    ./scripts/print-published.sh linkedin-post
    

    This prints all published posts with full content in one call. Note:

    • Core insights already covered
    • Data points already used
    • Angles already explored

    Do not suggest ideas that repeat existing coverage.

  2. Read the style guide:

    • guidelines/linkedin.md
    • references/professional-profile.md
  3. Process the provided context (user will provide one or more of):

    • Files (PDFs, documents, research papers)
    • URLs (articles, blog posts, announcements)
    • Raw text or ideas
  4. Identify 2-4 promising angles by considering:

    • What's the unique insight for a professional audience?
    • How does this connect to the author's expertise?
    • What's the hook that works in the first 210 characters?
    • Is there a personal angle or company connection?
  5. Present ideas with for each:

    • Proposed title
    • Core insight (1 sentence)
    • Hook approach (personal anecdote, company experience, surprising outcome, or news)
    • Why it fits the author's voice
  6. Ask user to choose:

    • Which idea(s) to develop
    • Whether to create as idea (01-ideas) or draft (02-drafts)

Evaluation Criteria

Strong LinkedIn post ideas have:

  • A concrete hook in the first 210 characters
  • A clear insight that provides value
  • Connection to the author's expertise areas
  • Room for a personal or company angle
  • Appropriate scope for the target word count

Creating Files

After user selection, get timestamp:

date -u +"%Y%m%d-%H%M%S"  # For slug
date -u +"%Y-%m-%dT%H:%M:%S.000Z"  # For created/lastUpdated

Create file at: content/posts/linkedin-post/{slug}-{slugified-title}.yaml

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 66 lines · 53 tokens per session scan A 27d2ca8f63dd

Subscribe to this mod's changes

brainstorm-linkedin is a skill published in the GitHub repository techwolf-ai/ai-first-toolkit (98 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 532 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

writing-workflow-skills

Use when adding a new workflow skill to pi-thinkrail-workflow, changing an existing workflow skill's role, trigger, handoff, or structure, or checking a workflow skill against the workflow system's rules. Not for authoring general-purpose skills outside this package.

JetBrains/thinkrail · 60 tokens

writing-specs

Use when a workflow step drafts or revises a spec artifact — a goal-and-requirements, an architecture, or a module SPEC — or when a workflow skill names it at such a step. The shared quality bar for specs — not a workflow, nothing to execute.

JetBrains/thinkrail · 59 tokens

clarify

Adaptive requirements clarification with auto-depth routing. Shallow (Q&A) for simple tasks, Deep (exploration + DRAFT + PLAN) for complex ones. Escalates automatically when ambiguity persists.

mag123c/toktrack · 43 tokens

case-interview-practice

Interactive consulting case interview practice with structured frameworks, feedback mechanisms, and progressive difficulty. Use when preparing for management consulting interviews, case competitions, or business problem-solving exercises.

travisjneuman/.claude · 39 tokens

i18n-localization

Internationalization and localization for global applications. Use when adding multi-language support, handling regional formats, or preparing apps for global markets.

travisjneuman/.claude · 32 tokens