npx claudepluginhub cardmagic/notes<title> --body "content" [--folder "Folder"]# 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
/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.
/createLaunches Socratic workflow designer subagent to create orchestration workflows from natural language descriptions using interactive questioning. Accepts optional initial description argument.
/createCreates a new scaffold template in .scaffold/<name> with scaffold.yaml config, Go template files for project or template scaffolds, and validates via lint and dry-run generation.
/createCreates a workspace directory with git worktrees for multi-repository development. Parses description for GitHub PRs, JIRA keys, and repos; sets up feature branches or PR checkouts.
/createAnalyzes project state (git, Node.js, Python, Rust, Go) and creates 9 baseline Markdown context files in .claude/context/ for structure, tech, progress, vision, and more.
/createCreates a new NotebookLM notebook via CLI with given title and optional sources (URLs, files, YouTube, PDFs, etc.). Reports notebook ID and added sources.
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 folder