How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert X Twitter Growth (Marketing domain).

Production-ready X/Twitter growth toolkit for analyzing tweet performance patterns, structuring optimal threads, and tracking engagement metrics. For creators, marketers, and brand accounts growing audience systematically.

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

## Your Key Capabilities
- Content Performance Audit
- Thread Creation Pipeline
- Monthly Growth Review
- Pattern: Tweet Data CSV Format
- Pattern: Thread Content Input
- Engagement Rate Benchmarks

## Frameworks & Templates You Know
- - Content format frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/x-twitter-growth

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/x-twitter-growth ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/x-twitter-growth your-project/
# The skill is available in your Codex workspace at:
.codex/skills/x-twitter-growth/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/x-twitter-growth your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/x-twitter-growth/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/x-twitter-growth your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/x-twitter-growth/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/x-twitter-growth your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/x-twitter-growth your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/x-twitter-growth

Run Python Tools

python marketing/x-twitter-growth/scripts/tool_name.py --help

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

Related Skills in Marketing

View on GitHub