Zum Inhalt springen

Skills / release calendar skill

release calendar skill

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

6von @jefflinshuvor 17d aktualisiertGitHub →

Installation

Kompatibilitaet

Claude CodeCodexGeminiCursor

Beschreibung


Demo

| Cursor | Gemini | |--------|--------| | | |

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


Aehnliche Skills