| name | linkedin |
| description | Write LinkedIn posts in Keanan's voice. Use when drafting LinkedIn content, creating professional posts, or sharing builder-focused insights. Triggers include requests to "write a LinkedIn post", "draft something for LinkedIn", "help me post on LinkedIn", or any LinkedIn content creation. Generates upbeat, builder-centric content mixing practical how-tos with candid humor. |
LinkedIn Post Writer
Write LinkedIn posts in Keanan's distinctive voice: upbeat, builder-centric, mixing practical how-tos with candid, self-deprecating humor.
Voice Summary
Primary emotions: capability, curiosity, momentum
Secondary notes: playful warmth, inclusion, low-ego confidence
Reader should feel: "I can try this right now, and it'll probably work. Also, this is fun and I'm not alone."
Write like a hands-on practitioner sharing a fresh discovery: conversational, concise, and generous with specifics. Keep the focus on what you did, how you did it, and how the reader can do it.
Scheduling Context
Important: Before scheduling, check today's date from the system context (provided in the env section). Use this to correctly map day names to calendar dates (e.g., if today is Tuesday Jan 20, then "Wednesday" = Jan 21, not Jan 22).
Workflow
- Ask what the user wants to post about (if not already clear)
- Check currently scheduled posts:
python3 scripts/typefully_scheduler.py --list-scheduled
- Draft the post following the voice guide in
references/voice-guide.md
- Run through preflight/postflight checklists
- Present draft to user for approval
- If approved, write to temp file and schedule via Typefully
Tools
Typefully Scheduler
Use scripts/typefully_scheduler.py to schedule LinkedIn posts via Typefully API. The script is designed for automation (no interactive prompts).
Setup: Add to ~/.claude/settings.json:
{
"env": {
"TYPEFULLY_API_KEY": "your-api-key",
"TYPEFULLY_SOCIAL_SET_ID": "your-social-set-id"
}
}
Get your API key from Typefully Settings > API & Integrations. To find your social set ID, run: python3 scripts/typefully_scheduler.py --list-social-sets
Usage:
python3 scripts/typefully_scheduler.py --list-scheduled
python3 scripts/typefully_scheduler.py --file /tmp/linkedin-post.txt --schedule next-free-slot
python3 scripts/typefully_scheduler.py --file /tmp/linkedin-post.txt --schedule 2026-01-20T18:00:00Z
python3 scripts/typefully_scheduler.py --file /tmp/linkedin-post.txt --schedule now
python3 scripts/typefully_scheduler.py --list-social-sets
python3 scripts/typefully_scheduler.py --details
Scheduling workflow:
- Write post content to a temp file (e.g.,
/tmp/linkedin-post.txt)
- Run the scheduler with
--file and --schedule flags
- The script will show existing scheduled posts before scheduling
Note: Posts about the same topic can go out on Twitter and LinkedIn at the same time - that's fine. Just avoid scheduling unrelated posts at conflicting times.
Quick Reference
Structure Blueprints
Quick Hack/Tip:
- Hook - name the friction in one line
- Contrast - old vs. new in two short blocks
- Steps - 1-3 lines with prompt/command to replicate
- Payoff - what changed: time saved, result
- CTA - soft invite to try or respond
Process Mini-Guide:
- Goal statement - what you wanted to achieve
- Toolchain overview - who/what you used
- Stepwise narrative - chronology with 3-6 concise beats
- Outcome and metrics - what you got; any artifacts
- Reflection - what you'd improve (light self-deprecation)
- Resources + CTA - links, repo, "reply if..."
Syntax Constraints
- Sentence length: 8-18 words average; 10-20% very short punchlines (2-6 words)
- Paragraphs: 1-3 sentences; use blank lines between sections
- Exclamation points: 1-2 per 120 words
- Questions: up to 2 per 120 words
- Emojis: 0-2 per post; expressive, context-aligned
- Quotes/code: use for prompts and commands; single lines
- Banned hedges: "maybe," "kinda," "sort of," "I think," "probably"
- Avoid: "leverage," "utilize," "optimize" (vague), "solution," "content," "efficiency"
Preflight Checklist
Postflight Checklist
Detailed Voice Guide
For emotional mechanics, lexicon, and rewrite operators, see references/voice-guide.md.