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/newsletter.md
1# Newsletter Template23## Metadata4```yaml5issue_number: "[X]"6title: "[PLACEHOLDER]"7subtitle: "[PLACEHOLDER: One-liner preview]"8publish_date: "[DATE]"9pillar: "[PLACEHOLDER: Content pillar]"10```1112---1314## Subject Line Options15<!-- Test different subject lines -->161. [PLACEHOLDER: Option 1]172. [PLACEHOLDER: Option 2]183. [PLACEHOLDER: Option 3]1920## Preview Text21```22[PLACEHOLDER: First 50-100 chars that show in email preview]23```2425---2627## Opening Hook28<!-- Personal, relatable, or intriguing opener -->29```30[PLACEHOLDER: 2-3 sentences that pull them in]31```3233---3435## Main Content3637### Section 1: [Topic]38```39[PLACEHOLDER: Main insight or story]40```4142### Section 2: [Topic]43```44[PLACEHOLDER: Supporting point or framework]45```4647### Section 3: [Topic] (optional)48```49[PLACEHOLDER: Additional value]50```5152---5354## Key Takeaway55<!-- The one thing they should remember -->56```57[PLACEHOLDER: Summarize the value in 1-2 sentences]58```5960---6162## Action Item63<!-- What can they do with this information? -->64```65[PLACEHOLDER: Specific, actionable next step]66```6768---6970## Closing71```72[PLACEHOLDER: Personal sign-off, what's coming next]73```7475---7677## Links & Resources78<!-- Everything mentioned in the newsletter -->79- [PLACEHOLDER: Resource 1](url)80- [PLACEHOLDER: Resource 2](url)8182---8384## Pre-publish Checklist85- [ ] Subject line is compelling (would I open this?)86- [ ] Opening creates connection87- [ ] Value is clear and specific88- [ ] Formatting is mobile-friendly89- [ ] All links work90- [ ] CTA is clear91- [ ] Proofread for typos92- [ ] Voice matches brand (checked against voice.md)93