editorial-add

Add content ideas to an editorial calendar with duplicate detection.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: editorial-add
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/editorial-add
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Easily add new content ideas to the ideas stage of the editorial calendar with site-aware context, ensuring entries are unique and properly scoped per site.

Core Features & Use Cases

  • Accepts --site to scope data per site and resolves data paths for the selected site.
  • Generates a slug from the title, checks for duplicates, and appends a new row to the Ideas table.
  • Reads and writes the per-site calendar file (docs/editorial-calendar-<site>.md) and marks the source as manual for traceability.

Quick Start

Run /editorial-add with a title and optional site to add a new Ideas entry to the calendar.

Frequently Asked Questions about editorial-add

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

FAQPage Schema
How do I add new content ideas to an editorial calendar without creating duplicates?

To add content ideas without duplicates, this Skill generates a slug from your title, checks the calendar for existing entries, and appends a new row only if the idea is unique. It reads and writes directly to your per-site editorial calendar file.

Can I scope editorial calendar entries to a specific site?

Yes, you can scope editorial calendar entries to a specific site by passing the optional site parameter. The Skill resolves the correct data paths and writes the new idea to the corresponding docs/editorial-calendar-<site>.md file.

What is the best way to automate content planning and generate slugs for new ideas?

The best way to automate content planning is using a calendar automation tool that accepts a title, generates a URL slug, validates uniqueness, and appends the entry to your ideas table with the source marked as manual for traceability.

Does the editorial calendar workflow support markdown files for content planning?

Yes, the editorial calendar workflow supports markdown files by reading and writing to docs/editorial-calendar-<site>.md. This ensures your content ideas are stored in a structured, site-aware markdown table for easy tracking.

How do I manually add a row to the ideas table in my content calendar?

You can manually add a row to the ideas table by running the Skill with your content title and an optional site parameter. The tool handles slug generation, duplicate detection, and file appending, marking the entry source as manual.