Skip to content

Releases: nomastudioai/x-twitter-writer-claude-skill

v1.0.0 — Initial release

Choose a tag to compare

@nomastudioai nomastudioai released this 15 May 22:34

x-twitter-writer v1.0.0

First public release of the skill. Reverse-engineered from xai-org/x-algorithm to write tweets, threads and content calendars optimized for the actual X ranker.

What's inside

  • SKILL.md — skill entry point, three modes (write-now, plan-batch, research-and-write), full workflow.
  • references/algorithm-cheatsheet.md — exact weighted-scorer values, special penalties (links, Author Diversity, dwell), optimal posting windows.
  • references/tweet-templates.md — 10 tested tweet formats mapped to the signal each one maximizes.
  • references/research-flow.md — procedure for scraping reference accounts, analyzing own past tweets, fetching trending news.
  • references/planning-modes.md — manual / scheduled-tasks / Chrome auto-publish delivery modes.

How to install

  1. Download x-twitter-writer-v1.0.0.zip below.
  2. Unzip into your Claude skills folder:
    • Windows (Cowork): %APPDATA%\Claude\local-agent-mode-sessions\skills-plugin\<...>\skills\
    • Mac (Cowork): ~/Library/Application Support/Claude/local-agent-mode-sessions/skills-plugin/<...>/skills/
    • Claude Code: ~/.claude/skills/
  3. Restart Claude.
  4. Ask Claude: "Armame un tuit sobre X" or "Write me a tweet about Y" — the skill activates automatically.

Notes

  • Generic by design: any account, any niche, any language.
  • Weights are sourced from xai-org/x-algorithm and verified to May 2026. Re-verify if more than 6 months pass.
  • MIT licensed. Fork it, improve it, send PRs.

Credits

Built by NoMa Studio AI. Based on the open-source xai-org/x-algorithm repo.