Create Template banner
adrianwedd adrianwedd

Create Template

Development community

Description

--- name: create-template description: Create a new notebook template with variables --- Use this skill when the user wants to create a reusable notebook template. ## Workflow 1. **Choose template category:** - `research/` - Academic research, papers - `learning/` - Course notes, study guides - `content/` - Podcasts, presentations, articles 2. **Create template JSON** with `{{variables}}`: ```json { "title": "{{topic}} Study Guide", "sources": [ "text:Introduc

Installation

Installs to ~/.claude/skills/adrianwedd-notebooklm-automation-create-template/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adrianwedd-notebooklm-automation-create-template && curl -fsSL https://raw.githubusercontent.com/adrianwedd/notebooklm-automation/HEAD/.claude/skills/create-template.md -o ~/.claude/skills/adrianwedd-notebooklm-automation-create-template/SKILL.md

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

Full documentation available on GitHub

View Source Repository