From notes
Creates a new Apple Note with title, body content, and optional folder assignment.
How this command is triggered — by the user, by Claude, or both
Slash command
/notes:create <title> --body "content" [--folder "Folder"]Files this command reads when invoked
This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Create Note Create a new note in Apple Notes. ## Instructions 1. Check if the notes CLI is installed: 2. Create the note: ## Examples - `/notes:create "Meeting Notes" --body "Agenda items..."` - Create a note with content - `/notes:create "Shopping List" --body "Milk, Eggs" --folder "Personal"` - Create in specific folder
Create a new note in Apple Notes.
command -v notes || pnpm add -g @cardmagic/notes
notes create "$ARGUMENTS"
/notes:create "Meeting Notes" --body "Agenda items..." - Create a note with content/notes:create "Shopping List" --body "Milk, Eggs" --folder "Personal" - Create in specific foldernpx claudepluginhub cardmagic/notes/noteAppend notes to capture ideas, list existing notes, or promote notes to todos for seamless task management.
/addCreates a new Markdown note in your Obsidian vault with YAML frontmatter including title, description, tags, related notes, timestamps. Supports category, title, and optional flags; outputs file path.
/noteCaptures ideas with zero friction: write text for instant note save after one confirmation. Also supports listing notes and promoting the Nth.
/createCreates a new beads issue interactively or via title, type (bug/feature/task/epic/chore/decision), and priority args. Uses beads MCP create tool, shows ID/details, offers linking.
/createProduces SEO/GEO content end-to-end: brief, draft, series, refresh, and CMS-neutral publish package from one entry point.
/createLaunches Socratic workflow designer subagent to create orchestration workflows from natural language descriptions using interactive questioning. Accepts optional initial description argument.