Agent skill

linktree-prod-checklist

Prod Checklist for Linktree. Trigger: "linktree 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/linktree-pack/skills/linktree-prod-checklist

SKILL.md

Linktree 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 Linktree API call */ return { status: 'healthy' }; }
  catch { return { status: 'degraded' }; }
}

Resources

Next Steps

See linktree-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