Agent skill

juicebox-prod-checklist

Execute Juicebox production checklist. Trigger: "juicebox production", "deploy juicebox".

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/juicebox-pack/skills/juicebox-prod-checklist

SKILL.md

Juicebox Production Checklist

Checklist

  • Production API key in secret manager
  • Rate limiting per plan tier
  • Error handling (401, 403, 429, 500)
  • Candidate data encrypted at rest
  • GDPR/CCPA retention policy
  • Health check tests connectivity
  • Quota usage monitoring
  • Outreach templates compliance-reviewed

Health Check

typescript
async function health() {
  try {
    await client.search({ query: 'test', limit: 1 });
    return { status: 'healthy' };
  } catch { return { status: 'degraded' }; }
}

Resources

Next Steps

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