A collection of custom skills for Cursor AI that provide specialized knowledge and workflows.
| Skill | Description |
|---|---|
| x-algorithm-posting | Expert guidance for writing X (Twitter) posts optimized for the algorithm |
- Download or clone this repository
- Copy the skill folder you want to
~/.codex/skills/
cp -r x-algorithm-posting ~/.codex/skills/cp -r */ ~/.codex/skills/Skills automatically activate in Cursor AI when your conversation matches their description. Each skill contains:
SKILL.md- Main instructions and quick referencereferences/- Detailed documentation loaded on-demand
Based on analysis of the open-source X (Twitter) recommendation algorithm. Provides:
- Scoring signals - What boosts vs tanks your reach
- Content templates - Ready-to-use tweet formats
- Strategic tactics - Algorithm-backed growth strategies
- Deep dive reference - Complete technical breakdown
Triggers when: Writing tweets, planning X content strategy, asking about Twitter algorithm
To add a new skill:
- Create a folder with your skill name (lowercase, hyphenated)
- Add a
SKILL.mdwith YAML frontmatter (nameanddescription) - Optionally add
references/,scripts/, orassets/folders - Update this README
MIT