patterns▌
191 indexed skills · max 10 per page
mapbox-web-performance-patterns
mapbox/mapbox-agent-skills · Productivity
Performance optimization patterns for Mapbox GL JS applications, prioritized by user impact. \n \n Eliminate initialization waterfalls by loading map data in parallel with map initialization, and set precise viewport to avoid redundant tile fetches \n Use symbol layers for 100+ markers (GPU-accelerated) and clustering for 10,000+ features; avoid HTML markers at scale \n Choose GeoJSON for datasets under 5 MB, vector tiles for 20+ MB; implement viewport-based loading to reduce bandwidth \n Always
wcag-audit-patterns
sickn33/antigravity-awesome-skills · Productivity
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
backend-patterns
davila7/claude-code-templates · Backend
Backend architecture patterns and best practices for scalable server-side applications.
api-patterns
sickn33/antigravity-awesome-skills · Backend
Structured decision-making framework for selecting and designing APIs across REST, GraphQL, and tRPC patterns. \n \n Provides a content map covering API style selection, resource design, response formats, versioning strategies, authentication, rate limiting, and security testing \n Includes decision trees and checklists to guide API type selection based on consumer requirements and project context \n Documents anti-patterns (verb-based endpoints, inconsistent responses, exposed errors) alongside
python-patterns
sickn33/antigravity-awesome-skills · Backend
Framework selection, async patterns, type hints, and project structure decisions for Python development. \n \n Covers framework selection (FastAPI, Django, Flask) with decision trees based on project type, async requirements, and team context \n Teaches async vs sync decision-making for I/O-bound and CPU-bound workloads, with library recommendations for common async operations \n Includes type hint strategy, Pydantic validation patterns, and project structure templates from simple scripts to lar
rust-patterns
affaan-m/everything-claude-code · Backend
Idiomatic Rust patterns and best practices for building safe, performant, and maintainable applications.
mapbox-style-patterns
mapbox/mapbox-agent-skills · Productivity
Battle-tested Mapbox style patterns and layer configurations for six common mapping scenarios. \n \n Includes ready-to-use JSON layer configurations for restaurant finders, real estate, data visualization, navigation, dark mode, and delivery/logistics maps \n Provides decision tree for selecting the right pattern based on content type, environment, user action, and platform \n Covers performance optimization techniques including zoom-based filtering, data-driven styling, and clustering for dense
laravel-patterns
affaan-m/everything-claude-code · Productivity
Production-grade Laravel architecture patterns for scalable, maintainable applications.
kotlin-exposed-patterns
affaan-m/everything-claude-code · Productivity
Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration.
react-ui-patterns
sickn33/antigravity-awesome-skills · Frontend
Modern React UI patterns for loading states, error handling, and data fetching. \n \n Covers five core principles: never show stale UI, always surface errors, use optimistic updates, progressive disclosure, and graceful degradation \n Provides decision trees and component patterns for loading indicators, skeleton screens, error states, empty states, and button submission handling \n Includes critical anti-patterns to avoid, such as showing spinners when cached data exists, silently swallowing er