Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/content/templates/linkedin-post.md
1# LinkedIn Post Template23## Metadata4```yaml5topic: "[PLACEHOLDER]"6pillar: "[PLACEHOLDER: Content pillar]"7format: "story|lesson|hot_take|how_to|list"8```910---1112## Hook (First 2-3 lines)13<!-- Must work before "see more" click -->14```15[PLACEHOLDER: Strong opening that makes them click "see more"]16```1718---1920## Body2122### Format: Story23```24The setup:25[PLACEHOLDER: Situation/context]2627The challenge:28[PLACEHOLDER: What happened/the problem]2930The turning point:31[PLACEHOLDER: What changed]3233The lesson:34[PLACEHOLDER: What you learned]35```3637### Format: Lesson/How-To38```39Here's how [PLACEHOLDER: outcome]:40411. [Step/Point]42[PLACEHOLDER: Brief explanation]43442. [Step/Point]45[PLACEHOLDER: Brief explanation]46473. [Step/Point]48[PLACEHOLDER: Brief explanation]4950The key insight:51[PLACEHOLDER]52```5354### Format: Hot Take55```56[PLACEHOLDER: Controversial statement]5758Here's why:5960[PLACEHOLDER: Supporting argument 1]6162[PLACEHOLDER: Supporting argument 2]6364[PLACEHOLDER: Nuance or caveat]65```6667---6869## Closing70```71[PLACEHOLDER: Summary or call to discussion]72```7374---7576## Engagement Hook77<!-- Encourage comments -->78```79[PLACEHOLDER: Question for the audience]8081Examples:82- "What's your take?"83- "Have you experienced this?"84- "What would you add?"85```8687---8889## Hashtags (3-5 max)90```91#[PLACEHOLDER] #[PLACEHOLDER] #[PLACEHOLDER]92```9394---9596## Pre-publish Checklist97- [ ] Hook works in first 2-3 lines98- [ ] Uses line breaks for readability99- [ ] Value is professional but personal100- [ ] Ends with engagement prompt101- [ ] Voice matches brand (slightly more professional for LinkedIn)102- [ ] Not overly self-promotional103