alinaqi/claude-bootstrap▌
27 approved skills in this repository
pwa-development
Productivity
Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences. \n \n Requires three core pillars: HTTPS (or localhost), a service worker with fetch handler, and a web app manifest with metadata and icons (192px, 512px, maskable) \n Supports five caching strategies (Cache First, Network First, Stale While Revalidate, Network Only, Cache Only) matched to resource types; Workbox simplifies implementation with precaching, expiration, and background sy
code-deduplication
Productivity
Load with: base.md
woocommerce
Productivity
Load with: base.md + (typescript.md or python.md)
nodejs-backend
Backend
Load with: base.md + typescript.md
code-review
Productivity
Load with: base.md + [codex-review.md for OpenAI Codex] + [gemini-review.md for Google Gemini]
ui-testing
Frontend
Load with: ui-web.md or ui-mobile.md
ui-mobile
Frontend
Mobile UI patterns for React Native with mandatory accessibility standards and platform-specific design. \n \n Enforces non-negotiable accessibility rules: 44pt minimum touch targets, WCAG 2.1 AA color contrast (4.5:1 for text), visible button boundaries, and required accessibility labels for all interactive elements \n Covers iOS Human Interface Guidelines and Android Material Design 3 with platform-specific code for shadows, typography, and spacing \n Includes production-ready component patter
team-coordination
Productivity
Purpose: Enable multiple Claude Code sessions across a team to coordinate and work together without conflicts. Manages shared state, todo claiming, decision syncing, and session awareness.
web-content
Marketing
Load with: base.md + ui-web.md
react-web
Frontend
Load with: base.md + typescript.md
commit-hygiene
Productivity
Load with: base.md
site-architecture
Productivity
Load with: base.md + web-content.md
ui-web
Frontend
Load with: base.md + react-web.md
aeo-optimization
Productivity
Load with: base.md + web-content.md + site-architecture.md
agentic-development
Productivity
Load with: base.md + llm-patterns.md + [language].md
security
Productivity
Load with: base.md
aws-dynamodb
Cloud
DynamoDB is a fully managed NoSQL database designed for single-digit millisecond performance at any scale. Master single-table design and access pattern modeling.
react-native
Frontend
react-native
android-java
Backend
Load with: base.md
supabase
Productivity
Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md]
flutter
Productivity
Flutter development with Riverpod state management, Freezed immutable models, go_router navigation, and mocktail testing. \n \n Riverpod provider ecosystem covers simple values, mutable state, async operations, streams, and parameterized data with family modifiers; AsyncValue pattern handles loading, error, and data states uniformly \n Freezed generates immutable data classes and union types for sealed state modeling; integrates with JSON serialization via json_serializable \n go_router provides
posthog-analytics
Productivity
Event tracking, feature flags, and dashboards for product analytics with PostHog. \n \n Supports Next.js, React, Python, and Node.js with client and server-side SDKs; includes SPA pageview tracking and session management \n Event naming conventions and core tracking patterns across authentication, onboarding, feature usage, billing, and errors with React hooks for easy integration \n Feature flags with client-side hooks, server-side evaluation, and A/B testing support via payload variants \n Pro
playwright-testing
Testing
Cross-browser E2E testing with Page Objects, authentication, and CI/CD integration. \n \n Supports three browser engines (Chromium, Firefox, WebKit) plus mobile viewports with parallel test execution and automatic retries \n Page Object Model pattern with base classes, role-based locators, and web-first assertions that auto-wait and retry \n Built-in authentication setup, API mocking, visual testing, and comprehensive dead link detection across entire sites \n GitHub Actions integration with art
android-kotlin
Productivity
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing. \n \n Covers three-layer architecture (data, domain, UI) with Hilt for dependency injection and Room for local persistence \n Jetpack Compose for declarative UI with StateFlow-based state management and lifecycle-aware collection patterns \n Coroutines and Flow for asynchronous operations, including repository patterns with network-first and cache-first strategies \n MockK and Turbin
klaviyo
Productivity
Load with: base.md + (typescript.md or python.md)
supabase-nextjs
Frontend
Load with: base.md + supabase.md + typescript.md
user-journeys
Productivity
Load with: base.md + playwright-testing.md