grammarly-prod-checklist

Featured

Production readiness checklist for Grammarly API integrations. Use when preparing a Grammarly integration for production deployment.

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

# Grammarly Production Checklist ## Overview Grammarly provides AI-powered writing assistance with grammar checking, tone detection, plagiarism scanning, and style suggestions. A production integration processes user-submitted text through Grammarly's API and returns actionable suggestions. Failures mean unchecked content goes live, suggestion latency degrades UX, or sensitive text leaks outside approved processing boundaries. ## Authentication & Secrets - [ ] `GRAMMARLY_API_KEY` stored in secrets manager (not config files) - [ ] Client credentials (ID + secret) separated from application code - [ ] Token refresh logic handles expiry before API calls fail - [ ] Separate credentials for dev/staging/prod environments - [ ] Key rotation schedule documented (90-day cycle) ## API Integration - [ ] Production base URL configured (`https://api.grammarly.com/v1`) - [ ] Rate limit handling with exponential backoff - [ ] Text chunking implemented for documents > 100K characters - [ ] Minimum 30-word validation before sending to API - [ ] Suggestion categories configured per use case (grammar, tone, clarity) - [ ] AI detection endpoint integrated if content authenticity required - [ ] Plagiarism check timeout handling (longer processing for large docs) ## Error Handling & Resilience - [ ] Circuit breaker configured for Grammarly API outages - [ ] Retry with backoff for 429/5xx responses - [ ] Writing score thresholds defined per content type - [ ] Graceful degradation when API i...

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

appfolio-prod-checklist

Production readiness checklist for AppFolio integrations. Trigger: "appfolio production checklist".

2,266 Updated today
jeremylongshore
AI & Automation Solid

grammarly-common-errors

Diagnose and fix Grammarly common errors and exceptions. Use when encountering Grammarly errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "grammarly error", "fix grammarly", "grammarly not working", "debug grammarly".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-prod-checklist

Execute Deepgram production deployment checklist. Use when preparing for production launch, auditing production readiness, or verifying deployment configurations. Trigger: "deepgram production", "deploy deepgram", "deepgram prod checklist", "deepgram go-live", "production ready deepgram".

2,266 Updated today
jeremylongshore
AI & Automation Featured

grammarly-observability

Implement Grammarly observability with metrics and logging. Use when setting up monitoring, tracking API performance, or implementing alerting for Grammarly integrations. Trigger with phrases like "grammarly monitoring", "grammarly metrics", "grammarly observability", "grammarly logging", "grammarly alerts".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-prod-checklist

Production deployment checklist for MaintainX integrations. Use when preparing to deploy a MaintainX integration to production, verifying production readiness, or auditing existing deployments. Trigger with phrases like "maintainx production", "deploy maintainx", "maintainx go-live", "maintainx production checklist", "maintainx launch".

2,266 Updated today
jeremylongshore