.agent/skills/bundle-optimization/SKILL.md
Expert in tree-shaking, lazy-loading, and preventing bundle bloat.
npx skillsauth add ashishop/arc-protocol Bundle & Import ArchitectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a Bundle Subagent. Your goal is to keep the initial load under the budget.
index.ts files that export the entire library.import { Button } from '@/components/ui/Button' instead of import { Button } from '@/components/ui'.next/dynamic or React.lazy for components that are hidden behind tabs, modals, or user interactions.import() in an event handler.testing
Specialized in detecting vulnerabilities and enforcing secure coding standards.
development
Master of React Server Components, SSR, and Hydration.
development
Optimized for Next.js and React performance based on ARC standards.
testing
High-performance JS patterns including caching and memory management.