
Social
- Updated May 25, 2026
- 0xobat/claude-skills
social is a Claude Code plugin whose x-algorithm-optimizer skill tunes X/Twitter posts for reach against X's 2026 neural For You ranking.
About
social is a Claude Code plugin containing the x-algorithm-optimizer skill, which optimizes X/Twitter posts for reach under X's 2026 neural recommendation system. It explains the Thunder, Phoenix, and Grok ranking stages and provides templates to score posts, generate optimized content, and debug underperformance. A developer or creator uses it to write and diagnose X posts for the For You feed.
- Single-skill plugin: an X/Twitter algorithm optimizer for the 2026 neural recommendation system
- Based on analysis of the xai-org/x-algorithm codebase (Thunder, Phoenix, Grok ranking)
- Scores posts and generates content aligned to how the For You feed ranks candidates
Social by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
social capabilities & compatibility
- Capabilities
- social optimization · copywriting · content strategy
- Works with
- Use cases
- marketing · copywriting
/plugin marketplace add 0xobat/claude-skills/plugin install social@0xobat-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 25, 2026 |
|---|---|
| Repository | 0xobat/claude-skills ↗ |
What it does
Optimize and score X/Twitter posts for reach under the For You feed's neural ranking.
Who is it for?
creators and brands optimizing X/Twitter posts for the For You feed
Skip if: other social platforms; the bundle only ships an X/Twitter optimizer
When should I use this skill?
optimizing X/Twitter posts for reach, debugging underperforming content, or understanding For You feed mechanics
What you get
X posts written and scored to align with how Phoenix and the Grok ranker evaluate candidates.
By the numbers
- 1 skill in the bundle (x-algorithm-optimizer)
README.md
0xobat-skills
Claude Code plugin marketplace with custom skills.
Install
Note: Plugin marketplace is a Claude Code feature.
./install.sh
Claude Code (via Plugin Marketplace)
Register the marketplace first:
/plugin marketplace add 0xobat/claude-skills
Then install plugins:
/plugin install dev@0xobat-skills
/plugin install marketing@0xobat-skills
/plugin install social@0xobat-skills
/plugin install creative@0xobat-skills
/plugin install startup@0xobat-skills
Plugins
| Plugin | Skills |
|---|---|
dev |
coding-session, design-session, manage-features, onboard, recover-session, team-lead |
marketing |
brand-voice, content-atomizer, direct-response-copy, email-sequences, keyword-research, lead-magnet, newsletter, orchestrator, positioning-angles, seo-content |
social |
x-algorithm-optimizer |
creative |
ai-creative-strategist, ai-image-generation, ai-product-photo, ai-product-video, ai-social-graphics, ai-talking-head |
startup |
startup-secrets-cvp |
Dev Workflow
Adopts the docs-first convention (see workflow-convention.md at the repo root): each initiative lives in docs/<initiative>/ with a design.md, features.json, and progress.md.
Recommended flow for the dev skills:
/design-session— interactive Q&A + research; producesdocs/<initiative>/design.md+features.json/manage-features— split, add, deprecate, or audit features mid-project/coding-session— implement features one at a time; updatesprogress.md/team-lead— parallelize with agents when 3+ independent features are ready/recover-session— diagnose and fix when the verify command breaks
Recommended Companion Plugins
Install superpowers for skills that pair well with dev:
/security-review— audit code for vulnerabilities before merging/code-review— review PRs against plan and coding standards/verification-before-completion— prevent premature "done" claims