From notion-content-setup
Create your Notion content calendar database. One command, one database, ready to receive content from any skill. Say "set up my content calendar", "create my content database", "build my editorial calendar in Notion".
How this skill is triggered — by the user, by Claude, or both
Slash command
/notion-content-setup:notion-content-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a content calendar database in Notion that all your content skills write to.
Create a content calendar database in Notion that all your content skills write to.
If you'd prefer to duplicate a pre-built template instead of creating from scratch, use this link:
[TEMPLATE LINK — to be added by Mitch]
Duplicate it into your Notion workspace, then skip to Step 3 below to save the database ID.
Read training/references/notion-content-config.md if it exists.
If a database ID is already present, ask:
"Content calendar already configured. Rebuild from scratch or skip?"
If skip, stop. If rebuild, continue.
Ask the user:
"What Notion page should the content calendar live under? Paste a Notion page URL or ID."
Extract the page ID. Use notion-create-database with:
CREATE TABLE (
"Title" TITLE,
"Status" SELECT('Idea':gray, 'Outlined':yellow, 'Drafted':orange, 'Scheduled':blue, 'Published':green, 'Archived':gray),
"Platform" SELECT('Newsletter':blue, 'LinkedIn':blue, 'Twitter':purple, 'YouTube':red, 'Substack Notes':green),
"Publish Date" DATE,
"Pillar" SELECT('Pillar 1':orange, 'Pillar 2':blue, 'Pillar 3':green),
"Topic" RICH_TEXT,
"Hook" RICH_TEXT
)
Save the returned database ID.
Create or overwrite training/references/notion-content-config.md:
# Notion Content Config
Generated by notion-content-setup.
## Content Calendar
- Database ID: [the ID from Step 2]
- Parent Page: [parent page ID]
- Setup Date: [YYYY-MM-DD]
Skills that write content (Content Creator, topic-scanner, echo-draft) will find this database automatically.
Update .coworker/index.md Connections section:
"Content skills write to Notion Content Calendar (ID in training/references/notion-content-config.md)"
Content calendar ready in Notion.
Content Calendar — [database_id]
Config saved. Content Creator and other skills will deliver here automatically.
To customize: open the database in Notion and edit the Pillar and Platform options to match your content strategy.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub heymitch/content-ai-starter-pack --plugin notion-content-setup