skills/twitter-algorithm-optimizer/SKILL.md
Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system r
npx skillsauth add ranbot-ai/awesome-skills twitter-algorithm-optimizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to:
Twitter's recommendation system uses multiple interconnected models:
Real-graph: Predicts interaction likelihood between users
SimClusters: Community detection with sparse embeddings
TwHIN: Knowledge graph embeddings for users and posts
Tweepcred: User reputation/authority scoring
Twitter's Unified User Actions service tracks both explicit and implicit signals:
Explicit Signals (high weight):
Implicit Signals (also weighted):
Negative Signals:
Your tweet reaches users through this pipeline:
Candidate Retrieval - Multiple sources find candidate tweets:
Ranking - ML models rank candidates by predicted engagement:
Filtering - Remove blocked content, apply preferences
Delivery - Show ranked feed to user
Strategy: Make content your followers WILL engage with
Example Optimization:
Strategy: Find and serve tight communities deeply interested in your topic
Example Optimization:
Strategy: Make your content clearly relevant to your established identity
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.