Claude-skill-registry calendar-governance
Use to enforce cadence rules, timezone coverage, and operational controls
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/calendar-governance" ~/.claude/skills/majiayu000-claude-skill-registry-calendar-governance && rm -rf "$T"
manifest:
skills/data/calendar-governance/SKILL.mdtags
source content
Social Calendar Governance Skill
When to Use
- Building or auditing cross-network publishing schedules.
- Coordinating regional calendars or blackout dates (events, outages, compliance windows).
- Running retros after missed posts or conflicting campaigns.
Framework
- Cadence Rules – define min/max posts per channel/day, quiet hours, and pacing relative to paid media.
- Coverage & Localization – ensure global timezones, languages, and partner regions have representation.
- Dependency Checks – align with product launches, events, newsletters, or PR activity to avoid clashes.
- Approval Milestones – map review deadlines backwards from publish times; include contingency buffers.
- Audit & Change Control – maintain version history, note last-minute overrides, and capture rationale.
Templates
- Calendar governance checklist (cadence, blackout, approvals, localization, dependencies).
- Timezone coverage heatmap (channel × region × daypart).
- Change-log template for late edits or cancellations.
Tips
- Publish a weekly "calendar health" snapshot for stakeholders.
- Pair with automation scripts that flag double-bookings or empty slots.
- Store governance docs alongside calendars for auditability.