Claude Code Skills

12 production-ready Claude Code skills for optimizing X/Twitter content creation and MVP research.

Claude Code Skills

12 production-ready Claude Code skills for X/Twitter content creation, engagement optimization, MVP market research, and zero-to-production scope generation.

License: MIT Skills Commands Agents

Turn Claude Code into a content creation powerhouse, market research engine, and MVP build planner. Generate viral tweets, compose optimized threads, score engagement potential, plan content calendars, write long-form articles, research MVP opportunities, and generate comprehensive zero-to-production scope documents — all from your terminal.

Quick Install

curl -fsSL https://raw.githubusercontent.com/Rushik-Ghuntala/claude-code-skills/main/install.sh | bash

Or clone and install locally:

git clone https://github.com/Rushik-Ghuntala/claude-code-skills.git
cd claude-code-skills
./install.sh

What's Inside

Content Creation Skills (X/Twitter)

CommandSkillWhat It Does
/x-post [topic]post-creatorCreate 3 ready-to-publish tweet variants with engagement scores
/x-thread [topic]thread-composerCompose optimized multi-tweet threads (5 architectures)
/x-hook [topic]viral-hook-generatorGenerate 5-7 scroll-stopping openers from 15 proven archetypes
/x-optimize [draft]tweet-optimizerRewrite tweets using X's open-source algorithm signals
/x-score [draft]engagement-predictionScore any tweet 0-100 with per-dimension breakdown
/x-schedule [type]posting-scheduleGet optimal posting times for developer audiences
/x-calendar [niche]content-calendarGenerate a 7-day content plan adapted to your growth stage
/x-article [topic]article-generatorWrite long-form X articles and technical blog posts
/x-trends [niche]trend-discoveryDiscover trending developer topics with content angles

Research & Planning Skills

CommandSkillWhat It Does
/mvp-ideas [count] [niche]mvp-idea-generatorResearch 9+ platforms to find scored MVP opportunities with $10K MRR paths
/mvp-scope [input]mvp-scope-generatorGenerate zero-to-production scope: DB schemas, API specs, tech stack, landing page, SEO, marketing, launch plan

Agents

AgentWhat It Does
content-strategistFull strategy orchestration — combines all 9 content skills into a complete weekly plan
engagement-analyzerCompare multiple tweet/thread drafts with detailed scoring analysis
trend-researcherDeep multi-query trend analysis across developer niches

Demo

/x-post "React Server Components"

Creating 3 tweet variants...

1. [Score: 82/100] Value Bomb
   "React Server Components aren't about speed.
   They're about moving $0 to the client.
   Fewer bundles. Fewer waterfalls. Fewer loading spinners.
   The real win? Your users stop noticing your framework."

2. [Score: 78/100] Hot Take
   "Hot take: If you're not using React Server Components yet,
   you're shipping 40% more JavaScript than you need to.
   I benchmarked 12 production apps. The results were brutal."

3. [Score: 75/100] Question Hook
   "What if I told you React Server Components
   could cut your bundle size in half?
   Here's the 3-line change that did it for us:"

/mvp-ideas 3 developer tools

MVP Opportunity Research Report

Top 3 Ideas:
1. API Endpoint Monitor for Indie Devs (Score: 78/100)
   — Lightweight monitoring at 1/10th the price of Datadog
2. PR Review Queue Manager (Score: 73/100)
   — Smart PR prioritization for teams of 5-20
3. Dependency Vulnerability Dashboard (Score: 68/100)
   — Aggregated alerts across repos with fix suggestions

Each idea includes: pain points with sources, target persona,
MVP features, pricing, competitors, growth strategy,
and month-by-month path to $10K MRR.

/mvp-scope ~/reports/mvp-2026-04-10.md

Zero-to-Production Scope of Work

Product: PingBase — API Endpoint Monitor for Indie Devs
Build time: 5 weeks (solo developer)
Month 1 cost: ~$1/mo (free tiers)
Overall confidence: HIGH (4.2/5.0)

11 Sections:
1. Database Architecture [HIGH] — 11 tables, complete SQL schemas, ASCII ERD
2. Feature & API Design [HIGH] — 4 features, 20+ endpoints, RBAC matrix
3. Tech Stack [HIGH] — Next.js + Neon + Clerk + Stripe (scored 18-24/25)
4. Landing Page [HIGH] — Hero copy, pricing cards, FAQ, waitlist page
5. SEO Strategy [MEDIUM] — 20+ target keywords, 10 blog titles
6. Marketing [MEDIUM] — 4-week pre-launch plan, launch day playbook
7. Deployment [HIGH] — Vercel + Neon, GitHub Actions CI/CD
8. Testing [HIGH] — Vitest + Playwright, 15-item checklist
9. Timeline [HIGH] — 5-week Gantt with 7 milestones
10. Costs [HIGH] — $1/mo launch, $71/mo at scale, break-even at 1 user
11. Post-Launch [MEDIUM] — Scaling triggers, path to $10K MRR

[Each section fully specified — real SQL, real API schemas,
 real pricing, real copy. Zero TBD placeholders.]

/x-thread "Why TypeScript won"

Thread: Why TypeScript Won (8 tweets)

1/ TypeScript didn't win because it's a better language.

It won because it solved the ONE problem every team hits
at 10,000 lines of JavaScript.

Here's the real story: 🧵

2/ In 2012, JavaScript had no types, no intellisense,
and refactoring meant "find and replace + pray."

Google had Closure Compiler. Facebook had Flow.
Microsoft had... an idea.

[... 6 more tweets with scores and char counts]

How Skills Work Together

The skills are designed as a composable system:

                    ┌─────────────────────┐
                    │  content-strategist  │ (orchestrates everything)
                    └──────────┬──────────┘
                               │
        ┌──────────┬───────────┼───────────┬──────────┐
        ▼          ▼           ▼           ▼          ▼
   ┌─────────┐ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐
   │ trends  │ │calendar│ │  post  │ │ thread │ │article │
   └────┬────┘ └───┬────┘ └───┬────┘ └───┬────┘ └───┬────┘
        │          │          │          │          │
        └──────────┴──────┬───┴──────────┘          │
                          ▼                         │
                   ┌─────────────┐                  │
                   │ viral-hook  │◄─────────────────┘
                   │  generator  │ (foundational — hooks for all content)
                   └─────────────┘
                          │
              ┌───────────┼───────────┐
              ▼           ▼           ▼
        ┌──────────┐ ┌────────┐ ┌──────────┐
        │ optimizer│ │ scorer │ │ schedule │
        └──────────┘ └────────┘ └──────────┘

viral-hook-generator is the foundation — its 15 hook archetypes are used by post-creator, thread-composer, article-generator, and more. The content-strategist agent orchestrates all skills to create complete weekly content strategies.

Installation Options

Full Install (Recommended)

./install.sh

Installs all 11 skills and 10 commands. Skills are symlinked to ~/.claude/skills/, commands are copied to ~/.claude/commands/.

Individual Skill

./install.sh --skill viral-hook-generator

Installs a single skill and its matching command.

Plugin Mode

./install.sh --plugin

Installs as a Claude Code plugin at ~/.claude/plugins/claude-code-skills/.

Manual Install

Copy any skill folder to ~/.claude/skills/ and its command file to ~/.claude/commands/:

cp -r skills/viral-hook-generator ~/.claude/skills/
cp commands/x-hook.md ~/.claude/commands/

Uninstall

./uninstall.sh

Cleanly removes all installed skills, commands, and symlinks.

Creating Your Own Skill

Every skill is just a directory with a SKILL.md file. Here's the minimal structure:

my-skill/
├── SKILL.md              # Skill instructions (Claude reads this)
├── references/           # Reference data files
│   └── my-data.md
└── examples/             # Example outputs
    └── sample.md

The SKILL.md has this format:

---
name: my-skill
description: What it does (shown in skill list)
allowed-tools: WebSearch WebFetch Read
---

# My Skill

Instructions for Claude go here...
Use `$ARGUMENTS` to access user input.

See docs/creating-a-skill.md for the full tutorial.

Algorithm Intelligence

The X/Twitter skills are built on X's open-source algorithm signals:

SignalWeightWhat It Means
Reply+54xReplies are the strongest positive signal
Bookmark+40xSaves indicate high-value content
Like+30xStandard engagement signal
Retweet+20xAmplification signal
Quote Tweet+20xAdds commentary value
Profile Click+24xInterest in the author
Media+2x bonusImages/video boost reach
External Link-5x penaltyLinks reduce distribution
Excess Hashtags-10x eachMore than 2 hashtags hurts

All content skills optimize for these signals by default.

Dual-Mode Operation

Offline mode (default): Uses Claude's knowledge of developer Twitter patterns, algorithm signals, and content strategies. No API keys needed. Works immediately after install.

Live mode (optional): Enhances trend-discovery with real-time data via X API. Set these environment variables:

export X_API_KEY="your-api-key"
export X_API_SECRET="your-api-secret"
export X_ACCESS_TOKEN="your-access-token"
export X_ACCESS_SECRET="your-access-secret"

Project Structure

claude-code-skills/
├── skills/              # 12 skill directories (each with SKILL.md + references)
├── commands/            # 11 slash command definitions
├── agents/              # 3 agent definitions
├── lib/                 # Shared Python utilities
├── docs/                # Extended documentation
├── install.sh           # One-command installer
├── uninstall.sh         # Clean removal
└── plugin.json          # Plugin manifest

Contributing

We welcome contributions! Whether it's a new skill, improvements to existing ones, or documentation fixes.

See CONTRIBUTING.md for guidelines.

Ideas for new skills:

  • LinkedIn post optimizer
  • GitHub README generator
  • Newsletter content creator
  • YouTube title/description optimizer

License

MIT - see LICENSE


Built by Rushik Ghuntala