Analyze and optimize Cloudflare Workers performance. Checks bundle size, caching, memory usage, and provides actionable recommendations.
/plugin marketplace add secondsky/claude-skills/plugin install workers-ci-cd@claude-skills--target <bundle|memory|cache> (optional: focus analysis)# Workers Optimize Command Comprehensive performance analysis and optimization for Cloudflare Workers. ## Execution Workflow ### Phase 1: Analysis Scope Determination **If --target argument provided**: - Focus analysis on specified area (bundle, memory, or cache) - Skip other analyses for faster results **If no --target argument**: - Run complete performance audit - Analyze all optimization areas ### Phase 2: Bundle Size Analysis Analyze Worker bundle size and identify bloat: 1. **Build Worker and check output size**: 2. **Parse bundle size**: - Extract total bundle size in KB ...