Content & Site Intelligence Custom Skills · Curated

Listicle Formatter

Restructures a draft into a properly numbered, scannable listicle.

What it does

Takes a draft written as flowing paragraphs and reorganizes it into a numbered list format, one heading per item, consistent item length, and a short intro explaining the list's criteria, without inventing new items or padding the count to hit a round number. It flags when the source content doesn't naturally split into a clean list rather than forcing an awkward structure.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/listicle-formatter/ (or ~/.claude/skills/listicle-formatter/ for all projects)

GitHub Copilot (VS Code)

.github/skills/listicle-formatter/

OpenAI Codex

.codex/skills/listicle-formatter/

Cursor

.cursor/skills/listicle-formatter/ (or ~/.cursor/skills/listicle-formatter/ globally)

Compatibility

Any WordPress site. No special plugin required; uses the block editor's heading and list blocks, or numbered heading structure if the theme doesn't support ordered lists directly.