editorial-calendar

31 stars 7 forks
28
C

Use when structuring pillar calendars, approvals, and cadence governance.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/editorial-calendar
skilz install gtmagents/gtm-agents/editorial-calendar --agent opencode
skilz install gtmagents/gtm-agents/editorial-calendar --agent codex
skilz install gtmagents/gtm-agents/editorial-calendar --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/content-pipeline-orchestration/skills/editorial-calendar ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
development
Primary Domain
github
Market Score
28

Agent Skill Grade

C
Score: 74/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
22/30
Ease of Use
18/25
Writing Style
8/10
Utility
13/20
Modifiers: +1

Areas to Improve

  • Missing Template Artifacts
  • Metadata Section Lacks Examples
  • No Validation Steps

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I checked out your editorial-calendar skill and the content management angle is solid, but I'm curious why the spec focuses more on workflow than on the actual calendar data model—seems like there's room to tighten that connection for users trying to understand what they're getting into upfront.

Links:

TL;DR

You're at 74/100, solid C-grade territory. This is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (12/15)—the YAML is clean and valid. Weakest is Utility (13/20)—you've got the framework down but missing the actual templates and validation logic that would make this genuinely useful.

What's Working Well

  • Spec compliance is tight – Valid YAML frontmatter, correct kebab-case naming, required fields all there. That's the foundation done right.
  • Clear workflow stages – The five-step framework (map → assign → document → groom → remind) is intuitive and shows you've thought through the cadence governance problem.
  • Good trigger coverage – "pillar calendars," "approvals," "cadence governance" activates for the right use cases. People will find this when they need it.
  • Concise writing – At 31 lines, you're not wasting words. Every section adds signal without filler.

The Big One: Missing Template Artifacts

This is what's holding you back from a B. You list templates (calendar view, intake brief, board schema) but don't provide them. No references/ directory, no actual field definitions, no examples.

Why it matters: A user reads "Monday/Asana/Notion board schema for pipeline tracking" and has zero idea what fields you're talking about or how to set it up. They have to guess or go ask Monday's docs instead of your ...

Report Security Issue

Found a security vulnerability in this agent skill?