appfolio-prod-checklist

Featured

Production readiness checklist for AppFolio integrations. Trigger: "appfolio production 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

# AppFolio Production Checklist ## Overview AppFolio manages properties, tenants, leases, and work orders for real estate operations. A production integration handles sensitive tenant PII, financial transactions, and maintenance workflows. Failures here mean missed rent collections, unprocessed work orders, or tenant data exposure under CCPA. This checklist ensures your AppFolio API integration is resilient, compliant, and observable. ## Authentication & Secrets - [ ] `APPFOLIO_API_KEY` stored in secrets manager (not environment files) - [ ] Client ID and secret separated from application code - [ ] Key rotation schedule documented (90-day recommended) - [ ] Separate credentials for dev/staging/prod environments - [ ] API credentials scoped to minimum required permissions ## API Integration - [ ] Production base URL configured (`https://api.appfolio.com/v1`) - [ ] Rate limit handling with exponential backoff - [ ] Pagination implemented for property and tenant list endpoints - [ ] Work order creation tested with all required fields - [ ] Lease document upload validated for supported formats - [ ] Webhook endpoints configured for tenant and payment events - [ ] Idempotency keys used for payment and work order creation ## Error Handling & Resilience - [ ] Circuit breaker configured for AppFolio API outages - [ ] Retry with backoff for 429/5xx responses - [ ] Tenant PII handling verified CCPA/FCRA compliant - [ ] Data validation on all API responses before storage - [ ] ...

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

fathom-prod-checklist

Production readiness checklist for Fathom API integrations. Trigger with phrases like "fathom production", "fathom go-live", "fathom checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-prod-checklist

Execute Apollo.io production deployment checklist. Use when preparing to deploy Apollo integrations to production, doing pre-launch verification, or auditing production readiness. Trigger with phrases like "apollo production checklist", "deploy apollo", "apollo go-live", "apollo production ready", "apollo launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-prod-checklist

Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. Trigger: "clickup production", "clickup go-live", "clickup launch checklist", "clickup prod ready", "deploy clickup to production".

2,266 Updated today
jeremylongshore
AI & Automation Featured

grammarly-prod-checklist

Production readiness checklist for Grammarly API integrations. Use when preparing a Grammarly integration for production deployment.

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-prod-checklist

Production deployment checklist for MaintainX integrations. Use when preparing to deploy a MaintainX integration to production, verifying production readiness, or auditing existing deployments. Trigger with phrases like "maintainx production", "deploy maintainx", "maintainx go-live", "maintainx production checklist", "maintainx launch".

2,266 Updated today
jeremylongshore