newsletter-x

Draft a 3- to 4-post X thread summarizing monthly SCRC activity.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill newsletter-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newsletter-x
Source: https://github.com/PLeVasseur/opencode-project-agents/tree/main/scrc-newsletter/skills/newsletter-x
Command: npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill newsletter-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a concise X thread to summarize monthly SCRC activity, reducing manual drafting time and ensuring a consistent voice.

Core Features & Use Cases

  • Draft a 3- to 4-post X thread, each post referencing the relevant repository.
  • Enforce an all-lowercase tone, limit hashtags to 0-2, and avoid irrelevant links.
  • Use cached data when available and save the final thread to the specified path.

Quick Start

Tell the AI to draft a 3- to 4-post X thread for the latest monthly SCRC activity.

Frequently Asked Questions about newsletter-x

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate drafting an X thread from monthly SCRC activity data?

You can generate an X thread from cached SCRC data by supplying the MONTH parameter in YYYY-MM format. The Skill reads cached JSON files and outputs a 3- to 4-post thread to newsletter/YYYY-MM/x.md.

What format does the generated X thread follow for social media posting?

The generated X thread follows a concise format with 3 to 4 posts, uses an all-lowercase tone, includes 0 to 2 hashtags, and contains no Markdown links for direct social media publishing.

Do I need cached JSON files to generate a monthly SCRC summary thread?

Yes, you need cached JSON files to generate the summary thread. The Skill requires cached data located in .cache/YYYY-MM/summary.json and per-repo JSON files to draft the activity thread.

Can I specify custom date ranges and highlights for my SCRC X thread?

Yes, you can specify custom date ranges and highlights for your SCRC X thread. The Skill accepts optional START_DATE, END_DATE, CACHE_DIR, HIGHLIGHTS, and NEWSLETTER_URL parameters alongside the required MONTH.

What's the best way to summarize monthly repository activity into a concise social media thread?

The best way to summarize monthly repository activity into a social media thread is using automated summarization that references relevant repositories. This Skill drafts a concise thread from cached per-repo JSON data, enforcing consistent tone and formatting.

Where is the finalized X thread saved after processing the monthly SCRC data?

The finalized X thread is saved as a Markdown file at newsletter/YYYY-MM/x.md. This path structure organizes your generated social media threads by the specified processing month.