Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
apple-notes-cost-tuning
Apple Notes cost optimization — it is free, focus on iCloud storage management.
Trigger: "apple notes cost".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-migration-deep-dive
Migrate notes between Apple Notes, Obsidian, Notion, and other platforms.
Trigger: "apple notes migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-core-workflow-a
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-observability
Monitor Apple Notes automation health and performance metrics.
Trigger: "apple notes monitoring".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-security-basics
Apply security best practices for Apple Notes automation scripts.
Trigger: "apple notes security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-hello-world
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-core-workflow-b
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-deploy-integration
Deploy Apple Notes automation as a local macOS service.
Trigger: "apple notes deploy".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-data-handling
Handle Apple Notes data formats: HTML body, attachments, and rich content.
Trigger: "apple notes data handling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-prod-checklist
Production checklist for Apple Notes automation deployments.
Trigger: "apple notes production checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
apple-notes-multi-env-setup
Configure Apple Notes automation for multiple accounts and environments.
Trigger: "apple notes multi account".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-prod-checklist
Execute Webflow production deployment checklist — token security, rate limit hardening,
health checks, circuit breakers, gradual rollout, and rollback procedures.
Use when deploying Webflow integrations to production or preparing for launch.
Trigger with phrases like "webflow production", "deploy webflow",
"webflow go-live", "webflow launch checklist", "webflow production ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-sdk-patterns
Apply production-ready Webflow SDK patterns — singleton client, typed error handling,
pagination helpers, and raw response access for the webflow-api package.
Use when implementing Webflow integrations, refactoring SDK usage,
or establishing team coding standards.
Trigger with phrases like "webflow SDK patterns", "webflow best practices",
"webflow code patterns", "idiomatic webflow", "webflow typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-debug-bundle
Collect Webflow debug evidence for support tickets and troubleshooting.
Gathers SDK version, token validation, rate limit status, site connectivity,
CMS health, and error logs into a single diagnostic bundle.
Trigger with phrases like "webflow debug", "webflow support bundle",
"collect webflow logs", "webflow diagnostic", "webflow troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-multi-env-setup
Configure Webflow across development, staging, and production environments with
per-environment API tokens, site IDs, and secret management via Vault/AWS/GCP.
Trigger with phrases like "webflow environments", "webflow staging",
"webflow dev prod", "webflow environment setup", "webflow config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-performance-tuning
Optimize Webflow API performance with response caching, bulk endpoint batching,
CDN-cached live item reads, pagination optimization, and connection pooling.
Use when experiencing slow API responses or optimizing request throughput.
Trigger with phrases like "webflow performance", "optimize webflow",
"webflow latency", "webflow caching", "webflow slow", "webflow batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-common-errors
Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500.
Use when encountering Webflow API errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "webflow error", "fix webflow",
"webflow not working", "debug webflow", "webflow 429", "webflow 401".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-hello-world
Create a minimal working Webflow Data API v2 example.
Use when starting a new Webflow integration, testing your setup,
or learning basic Webflow API patterns — list sites, read CMS collections, create items.
Trigger with phrases like "webflow hello world", "webflow example",
"webflow quick start", "simple webflow code", "first webflow API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-install-auth
Install the Webflow JS SDK (webflow-api) and configure OAuth 2.0 or API token authentication.
Use when setting up a new Webflow integration, configuring access tokens,
or initializing the WebflowClient in your project.
Trigger with phrases like "install webflow", "setup webflow",
"webflow auth", "configure webflow API token", "webflow OAuth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-ci-integration
Configure Webflow CI/CD with GitHub Actions — automated CMS validation,
integration tests with test tokens, and publish-on-merge workflows.
Use when setting up automated testing or CI pipelines for Webflow integrations.
Trigger with phrases like "webflow CI", "webflow GitHub Actions",
"webflow automated tests", "CI webflow", "webflow pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-cost-tuning
Optimize Webflow costs through plan selection, CDN read optimization, bulk endpoint
usage, and API usage monitoring with budget alerts.
Use when analyzing Webflow billing, reducing API costs,
or implementing usage monitoring for Webflow integrations.
Trigger with phrases like "webflow cost", "webflow billing",
"reduce webflow costs", "webflow pricing", "webflow budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-core-workflow-a
Execute the primary Webflow workflow — CMS content management: list collections,
CRUD items, publish items, and manage content lifecycle via the Data API v2.
Use when working with Webflow CMS collections and items, managing blog posts,
team members, or any dynamic content.
Trigger with phrases like "webflow CMS", "webflow collections", "webflow items",
"create webflow content", "manage webflow CMS", "webflow content management".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-webhooks-events
Implement Webflow webhook registration, signature verification, and event handling
for form_submission, site_publish, ecomm_new_order, page_created, and more.
Use when setting up webhook endpoints, implementing event-driven workflows,
or handling Webflow notifications.
Trigger with phrases like "webflow webhook", "webflow events",
"webflow webhook signature", "handle webflow events", "webflow notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-incident-runbook
Execute Webflow incident response — triage by HTTP status (401/403/429/500),
circuit breaker activation, cached fallback, Webflow status page checks,
communication templates, and postmortem process.
Trigger with phrases like "webflow incident", "webflow outage",
"webflow down", "webflow on-call", "webflow emergency", "webflow broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803