Onboarding & Workflow Custom Skills · Curated

Content Calendar Planner

Turns a list of topics into a scheduled content calendar with slugs and dates.

What it does

Takes a rough list of topics or keywords and a publishing cadence, then produces a calendar with a proposed publish date, slug, and target keyword for each, spacing out similar topics so the site doesn't publish two near-duplicate posts in the same week. It checks existing scheduled and published posts to avoid a date or topic collision.

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/content-calendar-planner/ (or ~/.claude/skills/content-calendar-planner/ for all projects)

GitHub Copilot (VS Code)

.github/skills/content-calendar-planner/

OpenAI Codex

.codex/skills/content-calendar-planner/

Cursor

.cursor/skills/content-calendar-planner/ (or ~/.cursor/skills/content-calendar-planner/ globally)

Compatibility

Any WordPress site. No special plugin required; benefits from read access to the existing post schedule to avoid collisions, works with core scheduled posts or an editorial calendar plugin.