
nickcrew/claude-ctx-plugin
2 skills2k installs30 starsGitHub
Install
npx skills add https://github.com/nickcrew/claude-ctx-pluginSkills in this repo
1React Performance Optimizationreact-performance-optimization is a procedural skill for solo builders shipping React (and react-router) frontends who need smaller initial bundles without rewriting the app. It walks through React.lazy imports, wrapping routes and heavy components in Suspense, and choosing fallbacks that keep perceived performance acceptable. The included patterns show both full route modules and conditional heavy charts—common in SaaS dashboards and indie admin tools. You reach for it when Lighthouse or bundle analyzers show one fat entry chunk, or when users only visit a subset of pages but still download the entire tree. It complements general frontend work in Build but sits canonically under Ship performance because the goal is production-ready load characteristics. Agents apply it by proposing concrete lazy boundaries, Suspense boundaries, and splitting order (routes before widgets). No external CLI is required—it's pattern knowledge encoded for consistent agent output during refactors.1.4kinstalls2Owasp Top 10OWASP Top 10 is an agent skill that teaches a repeatable security-assessment workflow for indie and solo builders who need professional structure without a dedicated AppSec team. It walks through Phase 1 scoping: inventory components, document the stack, classify sensitive data, map trust boundaries, and catalog third-party dependencies. You establish rules of engagement with a markdown scope document covering target environment, assessment type, timeline, exclusions, and emergency contacts. A prioritization table links product surfaces—authentication, API endpoints, forms, file handling, admin panels, integrations, logging—to primary OWASP categories and severity. Use it when you are preparing for a release, responding to a customer security questionnaire, or hardening an MVP before wider distribution. The methodology supports code review, dynamic testing, or combined approaches so your coding agent produces consistent artifacts instead of ad-hoc vulnerability lists.570installs