Skip to content

jefflinshu/release-calendar-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📅 Release Calendar Skill

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.


Claude Code Platform License X / Twitter



Demo

Cursor Gemini
Cursor Gemini
Codex Lovable
Codex Lovable

What It Does

Given a company name and a date range, this skill:

  1. Pulls real X posts from official accounts and founders (up to 200 posts per handle, including replies)
  2. Filters to product releases — model launches, features shipped, integrations, milestones
  3. Fetches brand assets — logo from lobehub/icons or the company website, team member avatars
  4. Renders an HTML calendar — brand-matched colors, team avatar row, click-through tweet links
  5. Screenshots to PNG — crisp 2× retina output, ready to share

Requirements

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).


Install

claude skills install jefflinshu/release-calendar-skill

Or manually — copy SKILL.md into your Claude Code skills directory:

cp SKILL.md ~/.claude/skills/release-calendar/SKILL.md

Usage

Just tell Claude what you want in plain language:

English triggers:

  • release calendar for Vercel
  • everything Stripe shipped in 60 days
  • shipping velocity poster for Linear
  • make 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.


Supported Brands (built-in styles)

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

Output

Two files are saved to your working directory:

  • release-calendar.html — interactive version with click-through tweet links
  • release-calendar.png — hi-res PNG for sharing on X, Notion, etc.

How It Works

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)

License

MIT — free to use, modify, and share.


Built with Claude Code · Data from X/Twitter · Inspired by viral shipping velocity posts

About

Auto-generate 'Everything [Team] shipped in X days' release calendar posters from real X posts. A Claude Code skill.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors