Agent skill

lucidchart-prod-checklist

Prod Checklist for Lucidchart. Trigger: "lucidchart prod checklist".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/lucidchart-pack/skills/lucidchart-prod-checklist

SKILL.md

Lucidchart Production Checklist

Pre-Launch

  • Production credentials in secret manager
  • Rate limiting implemented
  • Error handling for all API codes
  • Health check endpoint
  • Monitoring and alerting
  • Rollback procedure documented

Health Check

typescript
async function health() {
  try { /* test Lucidchart API call */ return { status: 'healthy' }; }
  catch { return { status: 'degraded' }; }
}

Resources

Next Steps

See lucidchart-upgrade-migration.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results