plugins
All plugins

apple-notes-pack

v1.6.0

Claude Code skill pack for Apple Notes (24 skills)

Claude Code24 skills

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/saas-packs/apple-notes-pack/ inside the repository.

Layout

plugins/saas-packs/apple-notes-pack/
├── .claude-plugin/plugin.json
├── skills/apple-notes-ci-integration/SKILL.md
├── skills/apple-notes-common-errors/SKILL.md
├── skills/apple-notes-core-workflow-a/SKILL.md
├── skills/apple-notes-core-workflow-b/SKILL.md
├── skills/apple-notes-cost-tuning/SKILL.md
├── skills/apple-notes-data-handling/SKILL.md
├── skills/apple-notes-debug-bundle/SKILL.md
├── skills/apple-notes-deploy-integration/SKILL.md
├── skills/apple-notes-enterprise-rbac/SKILL.md
├── skills/apple-notes-hello-world/SKILL.md
├── skills/apple-notes-incident-runbook/SKILL.md
├── skills/apple-notes-install-auth/SKILL.md
├── skills/apple-notes-local-dev-loop/SKILL.md
├── skills/apple-notes-migration-deep-dive/SKILL.md
├── skills/apple-notes-multi-env-setup/SKILL.md
├── skills/apple-notes-observability/SKILL.md
├── skills/apple-notes-performance-tuning/SKILL.md
├── skills/apple-notes-prod-checklist/SKILL.md
├── skills/apple-notes-rate-limits/SKILL.md
├── skills/apple-notes-reference-architecture/SKILL.md
├── skills/apple-notes-sdk-patterns/SKILL.md
├── skills/apple-notes-security-basics/SKILL.md
├── skills/apple-notes-upgrade-migration/SKILL.md
└── skills/apple-notes-webhooks-events/SKILL.md

Skills24

apple-notes-ci-integrationskills/apple-notes-ci-integration/SKILL.md

Run Apple Notes automation in CI on macOS runners. Trigger: "apple notes CI".

apple-notes-common-errorsskills/apple-notes-common-errors/SKILL.md

Diagnose and fix common Apple Notes automation errors. Trigger: "apple notes error".

apple-notes-core-workflow-askills/apple-notes-core-workflow-a/SKILL.md

Build automated note management workflows with Apple Notes JXA scripts. Use when batch-creating notes, syncing content from external sources, organizing notes into folder hierarchies, or building note templates. Trigger: "apple notes workflow", "batch notes", "note templates", "organize apple notes", "sync notes".

apple-notes-core-workflow-bskills/apple-notes-core-workflow-b/SKILL.md

Export and convert Apple Notes to Markdown, JSON, HTML, and SQLite. Use when backing up notes, exporting to other apps, converting HTML to Markdown, or building searchable note archives from Apple Notes. Trigger: "export apple notes", "apple notes to markdown", "backup apple notes", "apple notes to JSON", "convert apple notes".

apple-notes-cost-tuningskills/apple-notes-cost-tuning/SKILL.md

Apple Notes cost optimization — it is free, focus on iCloud storage management. Trigger: "apple notes cost".

apple-notes-data-handlingskills/apple-notes-data-handling/SKILL.md

Handle Apple Notes data formats: HTML body, attachments, and rich content. Trigger: "apple notes data handling".

apple-notes-debug-bundleskills/apple-notes-debug-bundle/SKILL.md

Collect Apple Notes automation debug evidence for troubleshooting. Trigger: "apple notes debug".

apple-notes-deploy-integrationskills/apple-notes-deploy-integration/SKILL.md

Deploy Apple Notes automation as a local macOS service. Trigger: "apple notes deploy".

apple-notes-enterprise-rbacskills/apple-notes-enterprise-rbac/SKILL.md

Implement access control for multi-user Apple Notes automation. Trigger: "apple notes access control".

apple-notes-hello-worldskills/apple-notes-hello-world/SKILL.md

Create, read, and list Apple Notes using JXA and AppleScript. Use when learning Notes automation, creating your first automated note, or testing read/write access to Apple Notes from scripts. Trigger: "apple notes hello world", "create apple note", "read apple notes", "apple notes example", "osascript notes".

apple-notes-incident-runbookskills/apple-notes-incident-runbook/SKILL.md

Incident response runbook for Apple Notes automation failures. Trigger: "apple notes incident".

apple-notes-install-authskills/apple-notes-install-auth/SKILL.md

Set up macOS automation access for Apple Notes via AppleScript, JXA, and Shortcuts. Use when configuring accessibility permissions, setting up osascript access, or initializing Apple Notes automation on macOS. Trigger: "setup apple notes", "apple notes automation", "apple notes permissions".

apple-notes-local-dev-loopskills/apple-notes-local-dev-loop/SKILL.md

Set up local development workflow for Apple Notes automation with JXA hot reload. Trigger: "apple notes dev loop".

apple-notes-migration-deep-diveskills/apple-notes-migration-deep-dive/SKILL.md

Migrate notes between Apple Notes, Obsidian, Notion, and other platforms. Trigger: "apple notes migration".

apple-notes-multi-env-setupskills/apple-notes-multi-env-setup/SKILL.md

Configure Apple Notes automation for multiple accounts and environments. Trigger: "apple notes multi account".

apple-notes-observabilityskills/apple-notes-observability/SKILL.md

Monitor Apple Notes automation health and performance metrics. Trigger: "apple notes monitoring".

apple-notes-performance-tuningskills/apple-notes-performance-tuning/SKILL.md

Optimize Apple Notes automation performance for large note collections. Trigger: "apple notes performance".

apple-notes-prod-checklistskills/apple-notes-prod-checklist/SKILL.md

Production checklist for Apple Notes automation deployments. Trigger: "apple notes production checklist".

apple-notes-rate-limitsskills/apple-notes-rate-limits/SKILL.md

Handle Apple Notes automation rate limits and iCloud sync throttling. Trigger: "apple notes rate limit".

apple-notes-reference-architectureskills/apple-notes-reference-architecture/SKILL.md

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

apple-notes-sdk-patternsskills/apple-notes-sdk-patterns/SKILL.md

Apply production-ready patterns for Apple Notes JXA/AppleScript automation. Trigger: "apple notes patterns".

apple-notes-security-basicsskills/apple-notes-security-basics/SKILL.md

Apply security best practices for Apple Notes automation scripts. Trigger: "apple notes security".

apple-notes-upgrade-migrationskills/apple-notes-upgrade-migration/SKILL.md

Migrate Apple Notes automation scripts between macOS versions. Trigger: "apple notes upgrade migration".

apple-notes-webhooks-eventsskills/apple-notes-webhooks-events/SKILL.md

Monitor Apple Notes changes using file system events and Shortcuts triggers. Trigger: "apple notes events".

Manifests1

plugins/saas-packs/apple-notes-pack/.claude-plugin/plugin.json
{
  "name": "apple-notes-pack",
  "version": "1.6.0",
  "description": "Claude Code skill pack for Apple Notes (24 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "apple-notes",
    "apple notes",
    "saas",
    "sdk",
    "integration"
  ]
}