Agent skill
newsletter-publisher
Prepare newsletters for publication by validating format, structure, frontmatter, and content. Use when reviewing drafts before sending.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/newsletter-publisher-spences10-scottspence-com
SKILL.md
Newsletter Publisher
Validate and prepare newsletters for publication to ensure consistency and readiness.
Quick Start
Check newsletter draft for:
- Frontmatter - Title format, date, published field
- Structure - Opening → Highlights → Deep Dives → What's Coming → Closing
- Voice - First-person, conversational, en-GB
- Links - No links in headings (causes nested
<a>tags)
Critical Checks
Must Have
- ✅ Title format: "[Playful Title] - [Month Year]"
- ✅ H2 headings only (no H1)
- ✅ First-person voice
- ✅ en-GB spelling throughout
- ✅ Links in paragraph text, NOT in headings
Structure
- Opening prose (no heading)
- Highlights section
- Technical Deep Dives
- What's Coming preview
- Brief closing (no heading)
Common Issues
Red Flag: Links in headings - causes nested <a> tags in HTML
Fix: Use plain heading + link in paragraph below
References
For complete checklist and detailed guidelines:
- Pre-Publication Checklist
- Format Guide
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?