← ClaudeAtlas

orbit-host-kinstalisted

Kinsta hosting compat audit — fetches Kinsta's CURRENT banned-plugins list + cache rules + Redis availability AT RUNTIME (not from a snapshot). Auto-stays-current with Kinsta's policy changes. Use when the user says "Kinsta", "managed WP Kinsta", "is my plugin Kinsta-compatible", "Kinsta banned plugins", or before customer hosts on Kinsta.
adityaarsharma/orbit · ★ 1 · Testing & QA · score 55
Install: claude install-skill adityaarsharma/orbit
# 🪐 orbit-host-kinsta — Runtime-evergreen Kinsta compat > Banned-plugins lists change. Cache rules change. Redis add-on terms change. > This skill fetches what's true today — not what was true when the SKILL.md was written. --- ## Runtime — fetch live before auditing (DO THIS FIRST) When this skill is invoked: 1. **Fetch in parallel**: - https://kinsta.com/blog/banned-plugins-kinsta/ → CURRENT banned-plugins list - https://kinsta.com/help/edge-caching/ → current edge-caching rules + cookie behaviour - https://kinsta.com/help/redis-cache/ → Redis add-on availability + plans - https://kinsta.com/help/multidev-environments/ → staging / multidev setup - https://kinsta.com/changelog/ → recent platform changes 2. **Synthesize current state**: - "Is my plugin (or any of its bundled deps) on the banned list as of today?" - "What cache rules apply on Kinsta right now? What cookie patterns bust the edge cache?" - "Is Redis included or paid add-on on the customer's plan tier?" - "Has Kinsta added any new restrictions / detection patterns this quarter?" 3. **Audit the plugin** against today's fetched rules. --- ## What gets checked ### A. Banned-plugins list match The live-fetched banned list. The skill greps `composer.json`, `package.json`, and includes for any banned dependency. As of last fetch, common bans include: - WP Rocket conflicts with Kinsta Cache (use one) - Some backup plugins conflict with native daily backups - Some security plugins th