lindy-prod-checklist

Featured

Production readiness checklist for Lindy AI agent deployments. Use when preparing agents for production, auditing live agents, or validating go-live readiness. Trigger with phrases like "lindy production", "lindy prod ready", "lindy go live", "lindy deployment checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lindy Production Checklist ## Overview Comprehensive go-live checklist for Lindy AI agents entering production. Covers agent configuration, security, monitoring, error handling, and operational readiness. ## Prerequisites - Agents tested in development/staging environment - Production Lindy workspace configured - Team members assigned appropriate roles - Credit budget approved for production usage ## Production Checklist ### Authentication & Security - [ ] Production API keys generated (separate from dev/staging) - [ ] API keys stored in secret manager (not environment files) - [ ] Webhook secrets generated for all webhook triggers - [ ] Webhook receivers verify Bearer token on every request - [ ] `.env` files excluded from version control - [ ] Key rotation schedule documented (90-day max) - [ ] Enterprise: SSO enabled, SCIM configured ### Agent Configuration - [ ] Agent prompt reviewed for production quality - [ ] Clear identity and role definition - [ ] Numbered step-by-step instructions - [ ] Explicit constraints (no unauthorized promises, data limits) - [ ] Error handling instructions in prompt - [ ] Few-shot examples for consistent output format - [ ] Model selection appropriate for each step: - [ ] Gemini Flash for simple routing/classification - [ ] Claude Sonnet/GPT-4o-mini for standard tasks - [ ] GPT-4/Claude Opus only where complex reasoning required - [ ] Exit conditions defined with primary + fallback criteria - [ ] Trigger filters configu...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

lindy-core-workflow-a

Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions, knowledge bases, or agent steps. Trigger with phrases like "create lindy agent", "build lindy agent", "lindy agent workflow", "configure lindy agent", "lindy workflow".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-incident-runbook

Incident response procedures for Lindy AI agent failures and outages. Use when responding to incidents, troubleshooting agent outages, or creating on-call procedures for Lindy-powered systems. Trigger with phrases like "lindy incident", "lindy outage", "lindy on-call", "lindy runbook", "lindy down".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-upgrade-migration

Manage Lindy agent configuration changes, platform updates, and migrations. Use when reconfiguring agents, handling platform changes, or migrating agents between workspaces. Trigger with phrases like "upgrade lindy", "lindy migration", "lindy reconfigure", "update lindy agents", "lindy workspace migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-security-basics

Implement security best practices for Lindy AI agents and integrations. Use when securing API keys, configuring agent permissions, verifying webhooks, or auditing agent access. Trigger with phrases like "lindy security", "secure lindy", "lindy API key security", "lindy permissions", "lindy audit".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-ci-integration

Configure CI/CD pipelines for testing Lindy AI agent integrations. Use when setting up automated testing, configuring GitHub Actions for webhook receiver tests, or validating agent connectivity in CI. Trigger with phrases like "lindy CI", "lindy GitHub Actions", "lindy automated tests", "CI lindy pipeline".

2,266 Updated today
jeremylongshore