Apple-notes
Purpose
Manage Apple Notes via the memo CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks CoWork-OSS to add a note, list notes, search notes, or manage note folders.
Routing
- Use when: Use when the user asks to manage Apple Notes via the memo CLI on macOS create, view, edit, delete, search, move, and export notes.
- Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Avoid using this in non-macOS environments. Avoid using in non-interactive environments unless automation can fully satisfy prompts.
- Outputs: Outcome from Apple-notes: task-specific result plus concrete action notes.
- Success criteria: Returns concrete actions and decisions matching the requested task, with no fabricated tool-side behavior.
Trigger Examples
Positive
- Use the apple-notes skill for this request.
- Help me with apple-notes.
- Use when the user asks to manage Apple Notes via the memo CLI on macOS create, view, edit, delete, search, move, and export notes.
- Apple-notes: provide an actionable result.
Negative
- Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Avoid using this in non-macOS environments. Avoid using in non-interactive environments unless automation can fully satisfy prompts.
- Do not use apple-notes for unrelated requests.
- This request is outside apple-notes scope.
- This is conceptual discussion only; no tool workflow is needed.
Runtime Prompt
- Current runtime prompt length: 1390 characters.
- Runtime prompt is defined directly in
../apple-notes.json.
1---2name: apple-notes3description: Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks CoWork-OSS to add a note, list notes, search notes, or manage note folders.4---56# Apple-notes78## Purpose910Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks CoWork-OSS to add a note, list notes, search notes, or manage note folders.1112## Routing1314- Use when: Use when the user asks to manage Apple Notes via the memo CLI on macOS create, view, edit, delete, search, move, and export notes.15- Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Avoid using this in non-macOS environments. Avoid using in non-interactive environments unless automation can fully satisfy prompts.16- Outputs: Outcome from Apple-notes: task-specific result plus concrete action notes.17- Success criteria: Returns concrete actions and decisions matching the requested task, with no fabricated tool-side behavior.1819## Trigger Examples2021### Positive2223- Use the apple-notes skill for this request.24- Help me with apple-notes.25- Use when the user asks to manage Apple Notes via the memo CLI on macOS create, view, edit, delete, search, move, and export notes.26- Apple-notes: provide an actionable result.2728### Negative2930- Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Avoid using this in non-macOS environments. Avoid using in non-interactive environments unless automation can fully satisfy prompts.31- Do not use apple-notes for unrelated requests.32- This request is outside apple-notes scope.33- This is conceptual discussion only; no tool workflow is needed.3435## Runtime Prompt3637- Current runtime prompt length: 1390 characters.38- Runtime prompt is defined directly in `../apple-notes.json`.