agentsclimarketplace

Apple notes reference architecture

Skill ComeOnOliver/skillshub/skills/jeremylongshore/claude-code-plugins-plus-skills/apple-notes-reference-architecture

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill apple-notes-reference-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Reference architecture for Apple Notes automation systems. Trigger: "apple notes architecture".

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.0 KB, as published. Nobody here has run it

Apple Notes Reference Architecture

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                macOS Machine                     β”‚
β”‚                                                  β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ Your App │──▢│ osascript  │──▢│ Notes.app  β”‚ β”‚
β”‚  β”‚ (Node.js)β”‚   β”‚ (JXA/AS)  β”‚   β”‚ (iCloud)   β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚       β”‚                               β”‚          β”‚
β”‚  β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”                  β”Œβ”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ SQLite   β”‚                  β”‚ iCloud Sync  β”‚ β”‚
β”‚  β”‚ Cache    β”‚                  β”‚ (automatic)  β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Project Structure

apple-notes-automation/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ notes-client.ts       # JXA wrapper class
β”‚   β”œβ”€β”€ templates/             # Note templates
β”‚   β”œβ”€β”€ export/                # Export to MD/JSON/SQLite
β”‚   β”œβ”€β”€ events/                # Change detection polling
β”‚   └── server.ts              # Optional: local API server
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ notes-cli.sh           # CLI wrapper
β”‚   β”œβ”€β”€ export-all.sh          # Full export script
β”‚   └── template-create.js     # JXA template engine
β”œβ”€β”€ tests/
β”‚   β”œβ”€β”€ mocks/                 # Mock client for CI
β”‚   └── unit/                  # Unit tests
└── package.json

Key Constraints

ConstraintImpactWorkaround
macOS onlyNo Linux/WindowsRun on Mac; export for cross-platform
No REST APICannot access remotelyLocal-only; export to portable format
iCloud sync lagWrites may not appear instantlyPoll with delay
No webhooksCannot push eventsPoll for changes
HTML-only bodyNo native MarkdownConvert on export

Resources

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.