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/thread.md
1# Thread Template23## Metadata4```yaml5topic: "[PLACEHOLDER]"6pillar: "[PLACEHOLDER: Content pillar]"7target_platform: "twitter"8estimated_tweets: "[X]"9```1011---1213## 1/ Hook14<!-- First tweet - must stop the scroll -->15```16[PLACEHOLDER: Controversial take, surprising stat, or curiosity gap]17```1819## 2/ Context20<!-- Set up the problem or situation -->21```22[PLACEHOLDER: Why should they care? What's the context?]23```2425## 3-7/ Main Points26<!-- Core value of the thread -->2728### Point 129```30[PLACEHOLDER]31```3233### Point 234```35[PLACEHOLDER]36```3738### Point 339```40[PLACEHOLDER]41```4243### Point 4 (optional)44```45[PLACEHOLDER]46```4748### Point 5 (optional)49```50[PLACEHOLDER]51```5253## 8/ Takeaway54<!-- Summarize the key insight -->55```56[PLACEHOLDER: The one thing they should remember]57```5859## 9/ CTA60<!-- What should they do next? -->61```62[PLACEHOLDER: Follow, subscribe, reply, share, etc.]63```6465---6667## Pre-publish Checklist68- [ ] Hook is compelling (would I stop scrolling?)69- [ ] Each tweet stands alone but flows together70- [ ] Value is clear and actionable71- [ ] Matches my voice (checked against voice.md)72- [ ] No tweets over 280 characters73- [ ] CTA is clear but not pushy74