Agent Skills: Grammarly Production Checklist

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/grammarly-prod-checklist

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/grammarly-pack/skills/grammarly-prod-checklist

Skill Files

Browse the full folder contents for grammarly-prod-checklist.

Download Skill

Loading file tree…

plugins/saas-packs/grammarly-pack/skills/grammarly-prod-checklist/SKILL.md

Skill Metadata

Name
grammarly-prod-checklist
Description
|

Grammarly Production Checklist

Checklist

Authentication

  • [ ] Client credentials in secrets vault
  • [ ] Token refresh logic handles expiry
  • [ ] Separate credentials for prod vs dev

API Integration

  • [ ] Text chunking for documents > 100K chars
  • [ ] Minimum 30 word validation before API calls
  • [ ] Rate limit handling with exponential backoff
  • [ ] Error responses logged with request IDs

Quality Gates

  • [ ] Writing score thresholds defined per use case
  • [ ] AI detection thresholds configured
  • [ ] Plagiarism check timeout handling

Monitoring

  • [ ] API response times tracked
  • [ ] Error rates alerting
  • [ ] Token refresh failures reported

Resources

Next Steps

For upgrades, see grammarly-upgrade-migration.