Agent Skills: Hex Production Checklist

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/hex-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/hex-pack/skills/hex-prod-checklist

Skill Files

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

Download Skill

Loading file tree…

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

Skill Metadata

Name
hex-prod-checklist
Description
|

Hex Production Checklist

Checklist

API Access

  • [ ] Production API token in secrets vault
  • [ ] Token has "Run projects" scope
  • [ ] Token expiration > 90 days (set calendar reminder)

Projects

  • [ ] All orchestrated projects published
  • [ ] Input parameters documented
  • [ ] Error handling for ERRORED/KILLED runs

Orchestration

  • [ ] Rate limits respected (20/min, 60/hr)
  • [ ] Run timeout configured
  • [ ] Retry logic for transient failures

Monitoring

  • [ ] Run status polling in place
  • [ ] Alert on ERRORED runs
  • [ ] Track run durations for regression

Resources