note-templates

Generate structured Apple Notes templates using Bash heredoc blocks.

9|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/yebot/rad-cc-plugins --skill note-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-templates
Source: https://github.com/yebot/rad-cc-plugins/tree/main/plugins/apple-notes-cli/skills/note-templates
Command: npx skills add https://github.com/yebot/rad-cc-plugins --skill note-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides ready-to-use templates for creating well-structured notes using the notes CLI tool, helping you standardize meetings, journals, projects, and references without repeated formatting.

Core Features & Use Cases

  • Template Categories: Meeting Notes, 1-on-1 Notes, Project Kickoff, Daily Journal, Research Notes, and Reference templates.
  • Automated Note Creation: Create consistent notes with embedded date stamps and placeholders to speed up capture.
  • Real-World Use Case: Generate a meeting notes document with attendees, agenda, decisions, and action items in one command.

Quick Start

notes create "Meeting - [Topic] - $(date +%Y-%m-%d)" << 'EOF'

[Topic] Meeting

Date: $(date +%Y-%m-%d) Attendees:

  • [ ] Person 1
  • [ ] Person 2

Agenda

Discussion Notes

Decisions Made

Action Items

| Owner | Task | Due Date | |-------|------|----------| | | | | EOF

Frequently Asked Questions about note-templates

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

FAQPage Schema
How do I create consistent structured notes with the Apple Notes CLI?

Use ready-to-use templates that automate note creation with the notes CLI tool. Templates embed date stamps, placeholders, and Markdown formatting to generate standardized meeting notes, journals, and project documents in a single command without manual formatting.

Can I automate meeting notes with predefined sections like agenda and action items?

Yes. The meeting notes template generates structured documents with attendees, agenda, discussion notes, decisions, and action item tables automatically populated with date stamps and formatting, eliminating repetitive setup for each meeting.

What types of notes can I create with templates?

Templates cover meeting notes, 1-on-1 discussions, project kickoffs, status updates, daily and weekly journals, research and book notes, and quick capture tasks—each with pre-built sections and metadata tables tailored to the use case.

How do templates work with the notes CLI tool?

Templates use Bash heredoc syntax with the notes create command, embedding Markdown formatting, date commands, checkbox lists, and table structures that execute in a single CLI call to produce a complete, formatted note.

Do I need to edit templates for my own workflows?

Templates include placeholders for custom content like meeting topics, attendee names, and action owners. You customize placeholders while keeping the predefined structure, sections, and formatting intact across all notes.