diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e037d4a..a75987c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,18 +4,18 @@ "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" }, - "description": "150 production-ready skill packages for Claude AI across 9 domains: marketing (42), engineering (23+25), C-level advisory (28), regulatory/QMS (12), product (8), project management (6), business growth (4), and finance (2). Includes 240 Python tools, 343 reference documents, 14 agents, and 14 slash commands.", + "description": "151 production-ready skill packages for Claude AI across 9 domains: marketing (43), engineering (23+25), C-level advisory (28), regulatory/QMS (12), product (8), project management (6), business growth (4), and finance (2). Includes 245 Python tools, 344 reference documents, 14 agents, and 14 slash commands.", "homepage": "https://github.com/alirezarezvani/claude-skills", "repository": "https://github.com/alirezarezvani/claude-skills", "metadata": { - "description": "150 production-ready skill packages across 9 domains with 240 Python tools, 343 reference documents, 14 agents, and 14 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", + "description": "151 production-ready skill packages across 9 domains with 245 Python tools, 344 reference documents, 14 agents, and 14 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", "version": "2.1.2" }, "plugins": [ { "name": "marketing-skills", "source": "./marketing-skill", - "description": "42 marketing skills across 7 pods: Content, SEO, CRO, Channels, Growth, Intelligence, and Sales enablement. 46 Python tools, 72 reference docs.", + "description": "43 marketing skills across 7 pods: Content, SEO, CRO, Channels, Growth, Intelligence, Sales enablement, and X/Twitter growth. 51 Python tools, 73 reference docs.", "version": "2.1.2", "author": { "name": "Alireza Rezvani" @@ -30,7 +30,9 @@ "copywriting", "email", "social-media", - "paid-ads" + "paid-ads", + "twitter", + "x-twitter" ], "category": "marketing" }, diff --git a/.gemini/skills-index.json b/.gemini/skills-index.json index 250cc92..58dbafd 100644 --- a/.gemini/skills-index.json +++ b/.gemini/skills-index.json @@ -1,7 +1,7 @@ { "version": "1.0.0", "name": "gemini-cli-skills", - "total_skills": 207, + "total_skills": 208, "skills": [ { "name": "cs-agile-product-owner", @@ -893,6 +893,11 @@ "category": "marketing", "description": "When the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also use when the user mentions 'social media strategy,' 'social calendar,' 'community management,' 'social media plan,' 'grow followers,' 'engagement rate,' 'social media audit,' or 'which platforms should I use.' For writing individual social posts, see social-content. For analyzing social performance data, see social-media-analyzer." }, + { + "name": "x-twitter-growth", + "category": "marketing", + "description": "X/Twitter growth engine for building audience, crafting viral content, and analyzing engagement. Use when the user wants to grow on X/Twitter, write tweets or threads, analyze their X profile, research competitors on X, plan a posting strategy, or optimize engagement. Complements social-content (generic multi-platform) with X-specific depth: algorithm mechanics, thread engineering, reply strategy, profile optimization, and competitive intelligence via web search." + }, { "name": "agile-product-owner", "category": "product", @@ -1069,7 +1074,7 @@ "description": "Finance resources" }, "marketing": { - "count": 43, + "count": 44, "description": "Marketing resources" }, "product": { diff --git a/.gemini/skills/x-twitter-growth/SKILL.md b/.gemini/skills/x-twitter-growth/SKILL.md new file mode 120000 index 0000000..2a3dd02 --- /dev/null +++ b/.gemini/skills/x-twitter-growth/SKILL.md @@ -0,0 +1 @@ +../../../marketing-skill/x-twitter-growth/SKILL.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index fb145ee..5523fd6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This is a **comprehensive skills library** for Claude AI and Claude Code - reusable, production-ready skill packages that bundle domain expertise, best practices, analysis tools, and strategic frameworks. The repository provides modular skills that teams can download and use directly in their workflows. -**Current Scope:** 171 production-ready skills across 9 domains with 240 Python automation tools, 343 reference guides, 14 agents, and 14 slash commands. +**Current Scope:** 172 production-ready skills across 9 domains with 245 Python automation tools, 344 reference guides, 14 agents, and 14 slash commands. **Key Distinction**: This is NOT a traditional application. It's a library of skill packages meant to be extracted and deployed by users into their own Claude workflows. @@ -41,7 +41,7 @@ claude-code-skills/ ├── engineering-team/ # 23 core engineering skills + Playwright Pro + Self-Improving Agent ├── engineering/ # 25 POWERFUL-tier advanced skills ├── product-team/ # 8 product skills + Python tools -├── marketing-skill/ # 42 marketing skills (7 pods) + Python tools +├── marketing-skill/ # 43 marketing skills (7 pods) + Python tools ├── c-level-advisor/ # 28 C-level advisory skills (10 roles + orchestration) ├── project-management/ # 6 PM skills + Atlassian MCP ├── ra-qm-team/ # 12 RA/QM compliance skills @@ -148,9 +148,9 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar ## Roadmap -**Phase 1-2 Complete:** 171 production-ready skills deployed across 9 domains +**Phase 1-2 Complete:** 172 production-ready skills deployed across 9 domains - Engineering Core (23), Engineering POWERFUL (25), Product (8), Marketing (42), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2) -- 240 Python automation tools, 343 reference guides, 14 agents, 14 commands +- 245 Python automation tools, 344 reference guides, 14 agents, 14 commands - Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance - MkDocs Material docs site with 206 indexed pages for SEO @@ -203,4 +203,4 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio **Last Updated:** March 10, 2026 **Version:** v2.1.2 -**Status:** 171 skills deployed across 9 domains, 19 marketplace plugins, docs site live +**Status:** 172 skills deployed across 9 domains, 19 marketplace plugins, docs site live diff --git a/README.md b/README.md index 6ce883f..566f47a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Claude Code Skills & Plugins -**171 production-ready skills and plugins for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more. +**172 production-ready skills and plugins for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw** — reusable expertise bundles that transform AI coding agents into specialized professionals across engineering, product, marketing, compliance, and more. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/Skills-171-brightgreen.svg)](#skills-overview) +[![Skills](https://img.shields.io/badge/Skills-172-brightgreen.svg)](#skills-overview) [![Agents](https://img.shields.io/badge/Agents-14-blue.svg)](#agents) [![Commands](https://img.shields.io/badge/Commands-14-orange.svg)](#commands) [![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=flat)](https://github.com/alirezarezvani/claude-skills/stargazers) @@ -47,7 +47,7 @@ cd claude-skills /plugin install engineering-skills@claude-code-skills # 23 core engineering /plugin install engineering-advanced-skills@claude-code-skills # 25 POWERFUL-tier /plugin install product-skills@claude-code-skills # 8 product skills -/plugin install marketing-skills@claude-code-skills # 42 marketing skills +/plugin install marketing-skills@claude-code-skills # 43 marketing skills /plugin install ra-qm-skills@claude-code-skills # 12 regulatory/quality /plugin install pm-skills@claude-code-skills # 6 project management /plugin install c-level-skills@claude-code-skills # 28 C-level advisory (full C-suite) @@ -85,7 +85,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git ## Skills Overview -**171 skills across 9 domains:** +**172 skills across 9 domains:** | Domain | Skills | Highlights | Details | |--------|--------|------------|---------| @@ -94,7 +94,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git | **🧠 Self-Improving Agent** | 5+2 | Auto-memory curation, pattern promotion, skill extraction, memory health | [engineering-team/self-improving-agent](engineering-team/self-improving-agent/) | | **⚡ Engineering — POWERFUL** | 25 | Agent designer, RAG architect, database designer, CI/CD builder, security auditor, MCP builder | [engineering/](engineering/) | | **🎯 Product** | 8 | Product manager, agile PO, strategist, UX researcher, UI design, landing pages (TSX + Tailwind), SaaS scaffolder | [product-team/](product-team/) | -| **📣 Marketing** | 42 | 7 pods: Content (8), SEO (5), CRO (6), Channels (5), Growth (4), Intelligence (4), Sales (2) + context foundation + orchestration router. 27 Python tools. | [marketing-skill/](marketing-skill/) | +| **📣 Marketing** | 43 | 7 pods: Content (8), SEO (5), CRO (6), Channels (6), Growth (4), Intelligence (4), Sales (2) + context foundation + orchestration router. 32 Python tools. | [marketing-skill/](marketing-skill/) | | **📋 Project Management** | 6 | Senior PM, scrum master, Jira, Confluence, Atlassian admin, templates | [project-management/](project-management/) | | **🏥 Regulatory & QM** | 12 | ISO 13485, MDR 2017/745, FDA, ISO 27001, GDPR, CAPA, risk management | [ra-qm-team/](ra-qm-team/) | | **💼 C-Level Advisory** | 28 | Full C-suite (10 roles) + orchestration + board meetings + culture & collaboration | [c-level-advisor/](c-level-advisor/) | @@ -189,7 +189,7 @@ for MDR Annex II compliance gaps. ## Python Analysis Tools -240 CLI tools ship with the skills (all verified, stdlib-only): +245 CLI tools ship with the skills (all verified, stdlib-only): ```bash # SaaS health check @@ -235,7 +235,7 @@ Yes. Skills work natively with Claude Code, OpenAI Codex, Gemini CLI, and OpenCl No. We follow semantic versioning and maintain backward compatibility within patch releases. Existing script arguments, plugin source paths, and SKILL.md structures are never changed in patch versions. See the [CHANGELOG](CHANGELOG.md) for details on each release. **Are the Python tools dependency-free?** -Yes. All 240 Python CLI tools use the standard library only — zero pip installs required. Every script is verified to run with `--help`. +Yes. All 245 Python CLI tools use the standard library only — zero pip installs required. Every script is verified to run with `--help`. **How do I create my own Claude Code skill?** Each skill is a folder with a `SKILL.md` (frontmatter + instructions), optional `scripts/`, `references/`, and `assets/`. See the [Skills & Agents Factory](https://github.com/alirezarezvani/claude-code-skills-agents-factory) for a step-by-step guide. diff --git a/docs/getting-started.md b/docs/getting-started.md index 80fd438..93057c2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -73,7 +73,7 @@ Choose your platform and follow the steps: | **Engineering Core** | `/plugin install engineering-skills@claude-code-skills` | 23 | | **Engineering POWERFUL** | `/plugin install engineering-advanced-skills@claude-code-skills` | 25 | | **Product** | `/plugin install product-skills@claude-code-skills` | 8 | -| **Marketing** | `/plugin install marketing-skills@claude-code-skills` | 42 | +| **Marketing** | `/plugin install marketing-skills@claude-code-skills` | 43 | | **Regulatory & Quality** | `/plugin install ra-qm-skills@claude-code-skills` | 12 | | **Project Management** | `/plugin install pm-skills@claude-code-skills` | 6 | | **C-Level Advisory** | `/plugin install c-level-skills@claude-code-skills` | 28 | @@ -112,7 +112,7 @@ AI-augmented development. Optimize for SEO. ## Python Tools -All 240 tools use the standard library only — zero pip installs, all verified. +All 245 tools use the standard library only — zero pip installs, all verified. ```bash # Security audit a skill before installing diff --git a/docs/index.md b/docs/index.md index 4e86f6f..5a657bc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Claude Code Skills & Plugins -description: "171 production-ready skills, 14 agents, and 14 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw." +description: "172 production-ready skills, 14 agents, and 14 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw." hide: - toc - edit @@ -14,7 +14,7 @@ hide: # Claude Code Skills -171 production-ready skills that transform AI coding agents into specialized professionals. +172 production-ready skills that transform AI coding agents into specialized professionals. { .hero-subtitle } **Claude Code** | **OpenAI Codex** | **Gemini CLI** | **OpenClaw** @@ -27,13 +27,13 @@ hide:
-- :material-counter:{ .lg .middle } **171** +- :material-counter:{ .lg .middle } **172** --- Production-ready skills -- :material-language-python:{ .lg .middle } **240** +- :material-language-python:{ .lg .middle } **245** --- @@ -87,9 +87,9 @@ hide: --- - Content, SEO, CRO, channels, growth, intelligence, sales — 7 specialist pods with 27 Python tools + Content, SEO, CRO, channels, growth, intelligence, sales, X/Twitter — 7 specialist pods with 32 Python tools - [:octicons-arrow-right-24: 42 skills](skills/marketing-skill/) + [:octicons-arrow-right-24: 43 skills](skills/marketing-skill/) - :material-clipboard-check:{ .lg .middle } **Project Management** diff --git a/docs/skills/marketing-skill/index.md b/docs/skills/marketing-skill/index.md index aee00db..1620bd1 100644 --- a/docs/skills/marketing-skill/index.md +++ b/docs/skills/marketing-skill/index.md @@ -5,7 +5,7 @@ description: "All Marketing skills for Claude Code, OpenAI Codex, and OpenClaw." # Marketing Skills -43 skills in this domain. +44 skills in this domain. | Skill | Description | |-------|-------------| @@ -52,3 +52,4 @@ description: "All Marketing skills for Claude Code, OpenAI Codex, and OpenClaw." | [Social Content](social-content.md) | `social-content` | | [Social Media Analyzer](social-media-analyzer.md) | `social-media-analyzer` | | [Social Media Manager](social-media-manager.md) | `social-media-manager` | +| [X/Twitter Growth Engine](x-twitter-growth.md) | `x-twitter-growth` | diff --git a/docs/skills/marketing-skill/x-twitter-growth.md b/docs/skills/marketing-skill/x-twitter-growth.md new file mode 100644 index 0000000..5759e5d --- /dev/null +++ b/docs/skills/marketing-skill/x-twitter-growth.md @@ -0,0 +1,227 @@ +--- +title: "X/Twitter Growth Engine" +description: "X/Twitter Growth Engine - Claude Code skill from the Marketing domain." +--- + +# X/Twitter Growth Engine + +**Domain:** Marketing | **Skill:** `x-twitter-growth` | **Source:** [`marketing-skill/x-twitter-growth/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/marketing-skill/x-twitter-growth/SKILL.md) + +--- + + +# X/Twitter Growth Engine + +X-specific growth skill. For general social media content across platforms, see `social-content`. For social strategy and calendar planning, see `social-media-manager`. This skill goes deep on X. + +## When to Use This vs Other Skills + +| Need | Use | +|------|-----| +| Write a tweet or thread | **This skill** | +| Plan content across LinkedIn + X + Instagram | social-content | +| Analyze engagement metrics across platforms | social-media-analyzer | +| Build overall social strategy | social-media-manager | +| X-specific growth, algorithm, competitive intel | **This skill** | + +--- + +## Step 1 — Profile Audit + +Before any growth work, audit the current X presence. Run `scripts/profile_auditor.py` with the handle, or manually assess: + +### Bio Checklist +- [ ] Clear value proposition in first line (who you help + how) +- [ ] Specific niche — not "entrepreneur | thinker | builder" +- [ ] Social proof element (followers, title, metric, brand) +- [ ] CTA or link (newsletter, product, site) +- [ ] No hashtags in bio (signals amateur) + +### Pinned Tweet +- [ ] Exists and is less than 30 days old +- [ ] Showcases best work or strongest hook +- [ ] Has clear CTA (follow, subscribe, read) + +### Recent Activity (last 30 posts) +- [ ] Posting frequency: minimum 1x/day, ideal 3-5x/day +- [ ] Mix of formats: tweets, threads, replies, quotes +- [ ] Reply ratio: >30% of activity should be replies +- [ ] Engagement trend: improving, flat, or declining + +Run: `python3 scripts/profile_auditor.py --handle @username` + +--- + +## Step 2 — Competitive Intelligence + +Research competitors and successful accounts in your niche using web search. + +### Process +1. Search `site:x.com "topic" min_faves:100` via Brave to find high-performing content +2. Identify 5-10 accounts in your niche with strong engagement +3. For each, analyze: posting frequency, content types, hook patterns, engagement rates +4. Run: `python3 scripts/competitor_analyzer.py --handles @acc1 @acc2 @acc3` + +### What to Extract +- **Hook patterns** — How do top posts start? Question? Bold claim? Statistic? +- **Content themes** — What 3-5 topics get the most engagement? +- **Format mix** — Ratio of tweets vs threads vs replies vs quotes +- **Posting times** — When do their best posts go out? +- **Engagement triggers** — What makes people reply vs like vs retweet? + +--- + +## Step 3 — Content Creation + +### Tweet Types (ordered by growth impact) + +#### 1. Threads (highest reach, highest follow conversion) +``` +Structure: +- Tweet 1: Hook — must stop the scroll in <7 words +- Tweet 2: Context or promise ("Here's what I learned:") +- Tweets 3-N: One idea per tweet, each standalone-worthy +- Final tweet: Summary + explicit CTA ("Follow @handle for more") +- Reply to tweet 1: Restate hook + "Follow for more [topic]" + +Rules: +- 5-12 tweets optimal (under 5 feels thin, over 12 loses people) +- Each tweet should make sense if read alone +- Use line breaks for readability +- No tweet should be a wall of text (3-4 lines max) +- Number the tweets or use "↓" in tweet 1 +``` + +#### 2. Atomic Tweets (breadth, impression farming) +``` +Formats that work: +- Observation: "[Thing] is underrated. Here's why:" +- Listicle: "10 tools I use daily:\n\n1. X — for Y" +- Contrarian: "Unpopular opinion: [statement]" +- Lesson: "I [did X] for [time]. Biggest lesson:" +- Framework: "[Concept] explained in 30 seconds:" + +Rules: +- Under 200 characters gets more engagement +- One idea per tweet +- No links in tweet body (kills reach — put link in reply) +- Question tweets drive replies (algorithm loves replies) +``` + +#### 3. Quote Tweets (authority building) +``` +Formula: Original tweet + your unique take +- Add data the original missed +- Provide counterpoint or nuance +- Share personal experience that validates/contradicts +- Never just say "This" or "So true" +``` + +#### 4. Replies (network growth, fastest path to visibility) +``` +Strategy: +- Reply to accounts 2-10x your size +- Add genuine value, not "great post!" +- Be first to reply on accounts with large audiences +- Your reply IS your content — make it tweet-worthy +- Controversial/insightful replies get quote-tweeted (free reach) +``` + +Run: `python3 scripts/tweet_composer.py --type thread --topic "your topic" --audience "your audience"` + +--- + +## Step 4 — Algorithm Mechanics + +### What X rewards (2025-2026) +| Signal | Weight | Action | +|--------|--------|--------| +| Replies received | Very high | Write reply-worthy content (questions, debates) | +| Time spent reading | High | Threads, longer tweets with line breaks | +| Profile visits from tweet | High | Curiosity gaps, tease expertise | +| Bookmarks | High | Tactical, save-worthy content (lists, frameworks) | +| Retweets/Quotes | Medium | Shareable insights, bold takes | +| Likes | Low-medium | Easy agreement, relatable content | +| Link clicks | Low (penalized) | Never put links in tweet body — use reply | + +### What kills reach +- Links in tweet body (put in first reply instead) +- Editing tweets within 30 min of posting +- Posting and immediately going offline (no early engagement) +- More than 2 hashtags +- Tagging people who don't engage back +- Threads with inconsistent quality (one weak tweet tanks the whole thread) + +### Optimal Posting Cadence +| Account size | Tweets/day | Threads/week | Replies/day | +|-------------|------------|--------------|-------------| +| < 1K followers | 2-3 | 1-2 | 10-20 | +| 1K-10K | 3-5 | 2-3 | 5-15 | +| 10K-50K | 3-7 | 2-4 | 5-10 | +| 50K+ | 2-5 | 1-3 | 5-10 | + +--- + +## Step 5 — Growth Playbook + +### Week 1-2: Foundation +1. Optimize bio and pinned tweet (Step 1) +2. Identify 20 accounts in your niche to engage with daily +3. Reply 10-20 times per day to larger accounts (genuine value only) +4. Post 2-3 atomic tweets per day testing different formats +5. Publish 1 thread + +### Week 3-4: Pattern Recognition +1. Review what formats got most engagement +2. Double down on top 2 content formats +3. Increase to 3-5 posts per day +4. Publish 2-3 threads per week +5. Start quote-tweeting relevant content daily + +### Month 2+: Scale +1. Develop 3-5 recurring content series (e.g., "Friday Framework") +2. Cross-pollinate: repurpose threads as LinkedIn posts, newsletter content +3. Build reply relationships with 5-10 accounts your size (mutual engagement) +4. Experiment with spaces/audio if relevant to niche +5. Run: `python3 scripts/growth_tracker.py --handle @username --period 30d` + +--- + +## Step 6 — Content Calendar Generation + +Run: `python3 scripts/content_planner.py --niche "your niche" --frequency 5 --weeks 2` + +Generates a 2-week posting plan with: +- Daily tweet topics with hook suggestions +- Thread outlines (2-3 per week) +- Reply targets (accounts to engage with) +- Optimal posting times based on niche + +--- + +## Scripts + +| Script | Purpose | +|--------|---------| +| `scripts/profile_auditor.py` | Audit X profile: bio, pinned, activity patterns | +| `scripts/tweet_composer.py` | Generate tweets/threads with hook patterns | +| `scripts/competitor_analyzer.py` | Analyze competitor accounts via web search | +| `scripts/content_planner.py` | Generate weekly/monthly content calendars | +| `scripts/growth_tracker.py` | Track follower growth and engagement trends | + +## Common Pitfalls + +1. **Posting links directly** — Always put links in the first reply, never in the tweet body +2. **Thread tweet 1 is weak** — If the hook doesn't stop scrolling, nothing else matters +3. **Inconsistent posting** — Algorithm rewards daily consistency over occasional bangers +4. **Only broadcasting** — Replies and engagement are 50%+ of growth, not just posting +5. **Generic bio** — "Helping people do things" tells nobody anything +6. **Copying formats without adapting** — What works for tech Twitter doesn't work for marketing Twitter + +## Related Skills + +- `social-content` — Multi-platform content creation +- `social-media-manager` — Overall social strategy +- `social-media-analyzer` — Cross-platform analytics +- `content-production` — Long-form content that feeds X threads +- `copywriting` — Headline and hook writing techniques diff --git a/marketing-skill/.claude-plugin/plugin.json b/marketing-skill/.claude-plugin/plugin.json index 5f8270c..c04dbde 100644 --- a/marketing-skill/.claude-plugin/plugin.json +++ b/marketing-skill/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "marketing-skills", - "description": "42 production-ready marketing skills across 7 pods: Content (copywriting, content strategy, content production), SEO (audits, schema markup, programmatic SEO, site architecture), CRO (A/B testing, forms, popups, signup flows, pricing, onboarding), Channels (email sequences, social media, paid ads, cold email), Growth (launch strategy, referral programs, free tools), Intelligence (competitor analysis, marketing psychology, analytics tracking), and Sales enablement", + "description": "43 production-ready marketing skills across 7 pods: Content (copywriting, content strategy, content production), SEO (audits, schema markup, programmatic SEO, site architecture), CRO (A/B testing, forms, popups, signup flows, pricing, onboarding), Channels (email sequences, social media, paid ads, cold email, X/Twitter growth), Growth (launch strategy, referral programs, free tools), Intelligence (competitor analysis, marketing psychology, analytics tracking), and Sales enablement", "version": "2.1.2", "author": { "name": "Alireza Rezvani", diff --git a/marketing-skill/CLAUDE.md b/marketing-skill/CLAUDE.md index ffcd7d0..cc0ff84 100644 --- a/marketing-skill/CLAUDE.md +++ b/marketing-skill/CLAUDE.md @@ -2,7 +2,7 @@ ## For All Agents (Claude Code, Codex CLI, OpenClaw) -This directory contains 42 marketing skills organized into specialist pods. +This directory contains 43 marketing skills organized into specialist pods. ### How to Use @@ -21,10 +21,11 @@ This directory contains 42 marketing skills organized into specialist pods. - `page-cro/` — Conversion rate optimization - `pricing-strategy/` — Pricing and packaging - `content-humanizer/` — Fix AI-sounding content +- `x-twitter-growth/` — X/Twitter audience growth, tweet composing, competitor analysis ### Python Tools -27 scripts, all stdlib-only. Run directly: +32 scripts, all stdlib-only. Run directly: ```bash python3 /scripts/.py [args] ``` @@ -32,7 +33,7 @@ No pip install needed. Scripts include embedded samples for demo mode (run with ### Anti-Patterns -❌ Don't read all 42 SKILL.md files +❌ Don't read all 43 SKILL.md files ❌ Don't skip marketing-context.md if it exists ❌ Don't use content-creator (deprecated → use content-production) ❌ Don't install pip packages for Python tools diff --git a/mkdocs.yml b/mkdocs.yml index 2308945..bcb598a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Claude Code Skills & Plugins site_url: https://alirezarezvani.github.io/claude-skills -site_description: "170 production-ready skills, 14 agents, and 14 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. Reusable expertise for engineering, product, marketing, compliance, and more." +site_description: "172 production-ready skills, 14 agents, and 14 commands for Claude Code, OpenAI Codex, Gemini CLI, and OpenClaw. Reusable expertise for engineering, product, marketing, compliance, and more." site_author: Alireza Rezvani repo_url: https://github.com/alirezarezvani/claude-skills repo_name: alirezarezvani/claude-skills @@ -241,6 +241,7 @@ nav: - "Social Content": skills/marketing-skill/social-content.md - "Social Media Analyzer": skills/marketing-skill/social-media-analyzer.md - "Social Media Manager": skills/marketing-skill/social-media-manager.md + - "X/Twitter Growth": skills/marketing-skill/x-twitter-growth.md - Project Management: - Overview: skills/project-management/index.md - "Atlassian Admin": skills/project-management/atlassian-admin.md