Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

X Twitter Growth

  • 59 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

x-twitter-growth is a Claude skill that analyzes tweet performance, builds threads, and tracks follower growth from exported X/Twitter analytics data.

About

X/Twitter growth toolkit with three Python scripts: tweet_analyzer.py finds engagement patterns from an exported tweet CSV, thread_builder.py structures long-form text into a thread, and growth_tracker.py reports follower growth and best posting times. A developer or marketer runs it to make content decisions from their own analytics data. It also ships a growth playbook of content and engagement tactics.

  • Analyzes exported tweet CSVs to surface top-performing content patterns and engagement drivers
  • Splits long-form text into optimally structured Twitter threads with hook tweets
  • Tracks follower growth, engagement rates, and best posting times from analytics exports

X Twitter Growth by the numbers

  • 59 all-time installs (skills.sh)
  • Ranked #1,285 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

x-twitter-growth capabilities & compatibility

Capabilities
content strategy · engagement analysis · thread builder · growth tracking
Use cases
marketing · copywriting · data analysis
Pricing
Free
From the docs

What x-twitter-growth says it does

Production-ready X/Twitter growth toolkit for analyzing tweet performance patterns, structuring optimal threads, and tracking engagement metrics.
SKILL.md
Track follower growth, engagement rates, and best posting times
SKILL.md
Structure long-form content into optimal Twitter threads
SKILL.md
npx skills add https://github.com/borghei/claude-skills --skill x-twitter-growth

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs59
repo stars451
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

What it does

Analyze tweet performance, build threads, and track follower growth from exported X analytics to refine a posting strategy.

Who is it for?

Creators, marketers, and brand accounts making data-driven X content and posting-schedule decisions.

When should I use this skill?

When the user asks to analyze tweets, grow on Twitter, build threads, optimize posting schedule, or track follower growth.

What you get

Data-backed content patterns, structured threads, and best posting times to grow engagement systematically.

  • Engagement pattern report
  • Structured Twitter thread with hooks
  • Growth report with best posting times

By the numbers

  • 3 Python tools (tweet_analyzer, thread_builder, growth_tracker)
  • engagement-rate benchmark table with 4 tiers

Files

SKILL.mdMarkdownGitHub ↗

X/Twitter Growth Skill

Overview

Production-ready X/Twitter growth toolkit for analyzing tweet performance patterns, structuring optimal threads, and tracking engagement metrics. Designed for creators, marketers, and brand accounts looking to grow audience and engagement systematically through data-driven content decisions.

Quick Start

# Analyze tweet performance patterns from exported data
python scripts/tweet_analyzer.py tweets.csv

# Structure long-form content into optimal Twitter threads
python scripts/thread_builder.py content.txt --target-tweets 8

# Track follower growth, engagement rates, and best posting times
python scripts/growth_tracker.py analytics.csv --period monthly

Tools Overview

ToolPurposeInputOutput
tweet_analyzer.pyPerformance pattern analysisCSV with tweet dataEngagement patterns + insights
thread_builder.pyThread structuringText file or JSONFormatted thread + hooks
growth_tracker.pyGrowth & engagement trackingCSV with analytics dataGrowth report + best times

Workflows

Workflow 1: Content Performance Audit

1. Export tweet data from X Analytics or third-party tool as CSV 2. Run tweet_analyzer.py to identify top-performing patterns 3. Identify which content types, formats, and topics drive engagement 4. Use insights to refine content strategy and posting schedule 5. Re-audit monthly to track improvement

Workflow 2: Thread Creation Pipeline

1. Draft long-form content in text or markdown format 2. Run thread_builder.py to split into optimal thread structure 3. Review hook tweet (tweet 1) for maximum engagement potential 4. Add call-to-action and engagement hooks per recommendations 5. Schedule using identified best posting times from growth_tracker.py

Workflow 3: Monthly Growth Review

1. Export analytics data for the period 2. Run growth_tracker.py --period monthly for growth metrics 3. Run tweet_analyzer.py on the same period for content insights 4. Compare engagement rates to prior period 5. Identify top 5 tweets and extract replicable patterns

Reference Documentation

See references/x-growth-playbook.md for comprehensive strategies covering:

  • Content format frameworks
  • Engagement optimization tactics
  • Thread writing best practices
  • Algorithm understanding
  • Growth compounding strategies

Common Patterns

Pattern: Tweet Data CSV Format

tweet_id,text,created_at,impressions,engagements,likes,retweets,replies,type,has_media
T001,"Here's what I learned...",2025-06-15 09:30:00,15000,850,320,95,45,thread_start,no
T002,"Check out this chart",2025-06-14 14:00:00,8500,420,180,35,22,single,yes

Pattern: Thread Content Input

# How I Grew to 50K Followers in 6 Months

The biggest lesson was consistency over virality. Here's the complete breakdown...

[Section 1: Finding Your Niche]
Most creators make the mistake of being too broad. Pick one topic and go deep...

[Section 2: Content Pillars]
I built 3 content pillars that I rotate through each week...

Engagement Rate Benchmarks

MetricLowAverageGoodExcellent
Engagement Rate< 1%1-3%3-6%> 6%
Reply Rate< 0.1%0.1-0.5%0.5-1%> 1%
Retweet Rate< 0.2%0.2-1%1-3%> 3%
Thread Completion< 20%20-40%40-60%> 60%

Related skills

FAQ

What input does the tweet analyzer need?

A CSV of tweet data with columns like tweet_id, text, created_at, impressions, engagements, likes, retweets, replies, type, and has_media exported from X Analytics or a third-party tool.

Can it write threads for me?

thread_builder.py splits long-form text or JSON into an optimal thread structure and recommends a hook tweet and engagement hooks, using --target-tweets to control length.

Marketing & SEOcontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.