orbit-host-shared
CommunityEnsure plugin compatibility with shared hosting constraints
Software Engineering#WordPress#security checks#plugin compatibility#performance auditing#shared hosting
Authoradityaarsharma
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Detects and prevents plugin failures on shared hosting platforms by auditing memory limits, execution-time, disk-quota, and other constraints common in low-tier hosting environments.
Core Features & Use Cases
- Memory and Time Budgets: Monitors PHP memory and execution time to prevent site crashes on limited resources.
- Function Checks: Validates that critical functions (
exec(),shell_exec()) are not used, as they may be disabled on shared hosting. - Cache Assumption Validation: Checks whether plugins assume a persistent cache that is unavailable on shared hosting.
- Disk I/O Assessment: Evaluates whether plugins are optimized for slow disk I/O on shared hosts.
- Quota Limitation Checks: Verifies that plugins don't exceed disk usage or log size limits on shared hosting.
- Mod_security Compliance: Ensures plugins avoid patterns that trigger WAF false positives.
- Use Case: Before deploying a plugin to shared hosting, use this Skill to ensure it will function correctly without exceeding limits and causing site errors.
Quick Start
Run the /orbit-host-shared skill with the path to your plugin 'my-plugin'.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: orbit-host-shared Download link: https://github.com/adityaarsharma/orbit/archive/main.zip#orbit-host-shared Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.