From mindtickle-pack
Runs MindTickle production checklist: verifies credentials, rate limits, error handling, TypeScript health checks, monitoring, alerting, and rollback procedures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-prod-checklistThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [ ] Production credentials in secret manager
async function health() {
try { /* test MindTickle API call */ return { status: 'healthy' }; }
catch { return { status: 'degraded' }; }
}
See mindtickle-upgrade-migration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packProvides production deployment checklist for TwinMind integrations, covering authentication, security, data privacy, infrastructure provisioning, and monitoring setup.
Provides production deployment checklist for MaintainX integrations verifying security, resilience, data integrity, observability, and performance.
Provides production checklist for OpenEvidence apps: pre-launch steps, TypeScript health check example, monitoring, alerting, and rollback procedures. Useful before SaaS/healthcare deployments.