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.mdsource 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
- Full content pipeline review/content-calendar
- Focus on specific period (e.g., "this month", "Q1")/content-calendar [timeframe]
Steps
-
Scan 05-Areas/Content/ for content files
-
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
-
Check alignment:
- Read 01-Quarter_Goals/Quarter_Goals.md (if exists)
- Read System/pillars.yaml
- Verify content supports strategic priorities
-
Identify gaps:
- Content types underrepresented
- Audience segments not covered
- Strategic pillars without content support
- Weeks/months without scheduled content
-
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
for topic ideas/customer-intel - Link to
for product launch content needs/roadmap