evernote-prod-checklist

Featured

Production readiness checklist for Evernote integrations. Use when preparing to deploy Evernote integration to production, or auditing production readiness. Trigger with phrases like "evernote production", "deploy evernote", "evernote go live", "production checklist evernote".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Evernote Production Checklist ## Overview Comprehensive checklist for deploying Evernote integrations to production, covering API key activation, security hardening, rate limit handling, monitoring, and go-live verification. ## Prerequisites - Completed development and testing in sandbox - Production API key approved by Evernote (requires review process) - Production infrastructure provisioned ## Instructions ### API Key & Authentication - [ ] Production API key requested and approved by Evernote - [ ] `EVERNOTE_SANDBOX=false` in production config - [ ] Consumer key and secret stored in secrets manager (not env files) - [ ] OAuth callback URL uses HTTPS on production domain - [ ] Token expiration tracking implemented (`edam_expires`) - [ ] Token refresh/re-auth flow tested end-to-end ### Security - [ ] Access tokens encrypted at rest (AES-256-GCM) - [ ] CSRF protection on OAuth flow - [ ] API credentials not in source control (`.env` in `.gitignore`) - [ ] Log output redacts tokens and PII - [ ] Input validation on all user-supplied content (ENML sanitization) - [ ] Rate limit handling prevents API key suspension ### Rate Limits & Performance - [ ] Exponential backoff on `RATE_LIMIT_REACHED` errors - [ ] Minimum delay between API calls (100-200ms) - [ ] Response caching for `listNotebooks()` and `listTags()` (5-10 min TTL) - [ ] `findNotesMetadata()` used instead of `findNotes()` for listings - [ ] Batch operations use sequential processing with delays ### Monitoring...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

evernote-deploy-integration

Deploy Evernote integrations to production environments. Use when deploying to cloud platforms, configuring production, or setting up deployment pipelines. Trigger with phrases like "deploy evernote", "evernote production deploy", "release evernote", "evernote cloud deployment".

2,266 Updated today
jeremylongshore
AI & Automation Featured

onenote-prod-checklist

Production readiness checklist for OneNote Graph API integrations covering auth, rate limits, and failure modes. Use when preparing a OneNote integration for production deployment or conducting a launch review. Trigger with "onenote production checklist", "onenote launch review", "onenote prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apple-notes-prod-checklist

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

2,266 Updated today
jeremylongshore
AI & Automation Featured

evernote-incident-runbook

Manage incident response for Evernote integration issues. Use when troubleshooting production incidents, handling outages, or responding to Evernote service issues. Trigger with phrases like "evernote incident", "evernote outage", "evernote emergency", "troubleshoot evernote production".

2,266 Updated today
jeremylongshore
AI & Automation Featured

exa-prod-checklist

Execute Exa production deployment checklist with pre-flight, deploy, and rollback. Use when deploying Exa integrations to production, preparing for launch, or verifying production readiness. Trigger with phrases like "exa production", "deploy exa to prod", "exa go-live", "exa launch checklist", "exa production ready".

2,266 Updated today
jeremylongshore