Auto-generate "Everything [Team] shipped in X days" posters from real X posts
A Claude Code skill that pulls tweets, identifies product releases, and renders a brand-matched calendar poster — just like the viral Anthropic / OpenAI shipping velocity images.
| Cursor | Gemini |
|---|---|
![]() |
![]() |
| Codex | Lovable |
|---|---|
![]() |
![]() |
Given a company name and a date range, this skill:
- Pulls real X posts from official accounts and founders (up to 200 posts per handle, including replies)
- Filters to product releases — model launches, features shipped, integrations, milestones
- Fetches brand assets — logo from lobehub/icons or the company website, team member avatars
- Renders an HTML calendar — brand-matched colors, team avatar row, click-through tweet links
- Screenshots to PNG — crisp 2× retina output, ready to share
| Dependency | Install |
|---|---|
| Claude Code | Required |
| twitter-cli (x-cli) | npm install -g twitter-cli |
| agent-browser | Bundled with Claude Code |
You must be logged in to X in a supported browser (Chrome, Firefox, Safari, Edge, or Brave).
claude skills install jefflinshu/release-calendar-skillOr manually — copy SKILL.md into your Claude Code skills directory:
cp SKILL.md ~/.claude/skills/release-calendar/SKILL.mdJust tell Claude what you want in plain language:
English triggers:
release calendar for Verceleverything Stripe shipped in 60 daysshipping velocity poster for Linearmake a calendar of Figma releases
Chinese triggers:
帮我做一个 Cursor 的 release calendar做一张 OpenAI shipped in 60 days 的图[公司] 发布日历/盘点一下 [公司] 发布了什么
Claude will walk you through the setup interactively — browser choice, date range, background style.
| Company | Brand Color | Known Accounts |
|---|---|---|
| OpenAI | #10A37F |
@OpenAI, @OpenAIDevs |
| Anthropic | #D97757 |
@AnthropicAI, @ClaudeAI |
| Cursor | #c8ff00 on black |
@cursor_ai, @mntruell |
| Google Gemini | #1a73e8 |
@GoogleDeepMind, @OfficialLoganK |
| Vercel | #000000 |
@vercel |
| GitHub | #238636 |
@github |
| Stripe | #635BFF |
@stripe |
| Linear | #5E6AD2 |
@linear |
| Figma | #F24E1E |
@figma |
| Amp / Ampcode | warm parchment | @AmpCode, @sqs |
| Augment Code | #1A9E5C |
@augmentcode |
| Any company | auto-detect | searches X + favicon |
Two files are saved to your working directory:
release-calendar.html— interactive version with click-through tweet linksrelease-calendar.png— hi-res PNG for sharing on X, Notion, etc.
User prompt
│
▼
Setup wizard (browser, company, date range, background)
│
▼
Pull X posts (twitter-cli, up to 200/handle, parallel)
│
▼
Filter to product releases (model launches, features, milestones)
│
▼
Fetch brand logo + team avatars
│
▼
Generate brand-matched HTML calendar
│
▼
Screenshot → PNG (agent-browser, 2× retina)
MIT — free to use, modify, and share.



