Claude-skill-registry content-calendar

Review upcoming content and identify gaps

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/content-calendar" ~/.claude/skills/majiayu000-claude-skill-registry-content-calendar && rm -rf "$T"
manifest: skills/data/content-calendar/SKILL.md
source content

Purpose

Get a comprehensive view of your content pipeline - what's published, what's in progress, what's planned, and where the gaps are.

Usage

  • /content-calendar
    - Full content pipeline review
  • /content-calendar [timeframe]
    - Focus on specific period (e.g., "this month", "Q1")

Steps

  1. Scan 05-Areas/Content/ for content files

  2. Extract from each file:

    • Content title/topic
    • Type (blog, video, whitepaper, case study, etc.)
    • Status (published, in progress, planned, idea)
    • Publish date (if specified)
    • Target audience
    • Campaign/goal alignment
  3. Check alignment:

    • Read 01-Quarter_Goals/Quarter_Goals.md (if exists)
    • Read System/pillars.yaml
    • Verify content supports strategic priorities
  4. Identify gaps:

    • Content types underrepresented
    • Audience segments not covered
    • Strategic pillars without content support
    • Weeks/months without scheduled content
  5. Generate calendar view with:

    • Published content (last 30 days)
    • In-progress content
    • Planned content with dates
    • Gap analysis
    • Topic suggestions from recent customer intel

Output Format

# 📅 Content Calendar

**Period:** [Timeframe]
**Content pieces reviewed:** [Count]

## Published (Last 30 Days)
- [Date] - [Title] ([Type]) - [Audience]

## In Progress
- [Title] ([Type]) - Status: [%/stage] - Due: [Date]

## Planned
- [Week/Date] - [Title] ([Type]) - [Audience]

## Gaps Identified
1. [Gap description] - Suggested: [Content idea]
2. [Gap description] - Suggested: [Content idea]

## Topic Suggestions
Based on recent customer feedback:
- [Topic] - Why: [Customer pain point/request]

Integration

  • Reference
    /customer-intel
    for topic ideas
  • Link to
    /roadmap
    for product launch content needs