lazy-loading-implementer
This skill provides automated assistance for lazy loading implementer tasks within th
Content Preview
--- name: lazy-loading-implementer description: | Lazy Loading Implementer - Auto-activating skill for Frontend Development. Triggers on: lazy loading implementer, lazy loading implementer Part of the Frontend Development skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Lazy Loading Implementer ## Purpose This skill provides automated assistance for lazy loading implementer tasks within th
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/lazy-loading-implementer.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/05-frontend-dev/lazy-loading-implementer/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/05-frontend-dev/lazy-loading-implementer/SKILL.md
Related Skills
performance-optimization
Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
performance-optimizationperformanceoptimization
by rohitg00 · awesome-claude-toolkit
angular-architect
Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.
angular-architectangulararchitect
by Jeffallan · jeffallan-claude-skills
fixtures
Fixtures provide setup/teardown for each test. They replace `beforeEach`/`afterEach` for shared state and are composable, type-safe, and lazy (only run when used).
engineering-teamfixtures
by alirezarezvani · alirezarezvani-claude-skills
polars
Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.
polarspolars
by K-Dense-AI · claude-scientific-skills