content-calendar

Track editorial content through six pipeline stages in a content-calendar.md file.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill content-calendar-notque
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-calendar
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/content-calendar
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill content-calendar-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Content teams can plan, track, and publish editorial content by moving items through a defined lifecycle from ideas to published posts, with monthly historical archiving.

Core Features & Use Cases

  • View the entire pipeline state across all stages with a dashboard-style overview
  • Add new ideas with duplicate detection and quick indexing
  • Move content between adjacent stages with timestamps and scheduled publication dates
  • Schedule ready content for publication and archive older posts to Historical

Quick Start

Use the /content-calendar command to view the current pipeline, then add an idea or move items through stages as needed.

Frequently Asked Questions about content-calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track editorial content through a publishing pipeline?

Track editorial content by moving items through six sequential stages: ideation, outlining, drafting, editing, ready, and published. The pipeline reads and writes state to a single content-calendar.md file, enforcing transitions and recording timestamps for each move.

What is the best way to schedule ready content for publication and archive older posts?

Schedule ready content for publication by assigning a scheduled date, then move items to published and archive older posts to Historical. The system performs monthly historical archiving automatically to keep the dashboard uncluttered.

Can I use a markdown dashboard to view my entire content workflow at a glance?

Yes, you can view the entire content workflow at a glance. The dashboard-style overview reads the persistent content-calendar.md file to display all items and their current stages across the editorial pipeline.

How do I add new content ideas without creating duplicates in the pipeline?

Add new content ideas with built-in duplicate detection and quick indexing. The pipeline checks the existing content-calendar.md state before inserting a new ideation item to prevent redundancy.

Does the editorial workflow enforce sequential transitions between drafting and editing stages?

Yes, the editorial workflow enforces sequential transitions between adjacent stages like drafting and editing. It records timestamps for each valid move and rejects attempts to skip stages in the content lifecycle.