BenAttanasio

Notion Template — Development skill for Claude Code

Development community

Build a polished Notion page from raw content using the Notion API.

How to install Notion Template

Installs to ~/.claude/commands/benattanasio-notion-template-maker-notion-template.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/BenAttanasio/notion-template-maker/HEAD/.claude/commands/notion-template.md -o ~/.claude/commands/benattanasio-notion-template-maker-notion-template.md

Restart Claude Code, or start a new session, for it to be picked up.

What Notion Template does


description: Build a polished Notion page from raw content using the Notion API

Read the skill instructions from .claude/skills/notion-template/SKILL.md and follow them.

The user wants to create a Notion template. Arguments or additional instructions: $ARGUMENTS

Steps:

  1. Read config.env for the API key
  2. Get content from the user (pasted text, a file path, or $ARGUMENTS)
  3. If no content provided, ask what to template
  4. Get a parent page ID from the user (they must share the page w

Alternatives in Development

  • Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
  • Revealjs Skill — Generate polished, professional presentations using the Reveal.js HTML presentation framework 235 ★
  • MCP Server Notion — Notion workspace access and page management 118 ★

Full documentation available on GitHub

View Source Repository