4094 results (34.8ms) page 24 / 205
omer-metin / skills-for-antigravity-git-workflow exact

Git is deceptively simple to learn and incredibly hard to master. The difference between a team that ships and a team that fights merge conflicts all day comes down to workflow discipline. Your...

ashchupliak / dream-team-grpc-protobuf exact

gRPC and Protocol Buffers - use for service-to-service communication, API definitions, streaming, and inter-service contracts

HuxleyMc / android-skills-android-mvvm exact

Guides implementation of Model-View-ViewModel (MVVM) architecture for Android. Use when structuring Android apps, creating ViewModels, implementing data binding, or separating UI logic from...

rmyndharis / antigravity-skills-multi-platform-apps-multi-platform exact

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

halay08 / fullstack-agent-skills-multi-platform-apps-multi-platform exact

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

404kidwiz / agent-skills-backup-multi-platform-apps-multi-platform exact

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

HuxleyMc / android-skills-responsive-layouts exact

Guides responsive UI development for phones, tablets, foldables, and desktop. Use when supporting multiple screen sizes, implementing adaptive layouts, handling foldable devices, or optimizing for...

parcadei / continuous-claude-v3-tldr-code exact

Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.

Cap-go / capacitor-skills-capacitor-testing exact

Complete testing guide for Capacitor apps covering unit tests, integration tests, E2E tests, and native testing. Includes Jest, Vitest, Playwright, Appium, and native testing frameworks. Use this...

josavicentevw / ai-agent-skills-code-analysis exact

Analyze code quality, detect code smells, identify bugs, and provide improvement recommendations. Use when reviewing code, checking quality, analyzing complexity, or when user mentions code...

ryanthedev / code-foundations-setup-ast exact

Configure tree-sitter CLI and language grammars for AST-powered code review. Use when AST extraction fails, tree-sitter not found, grammars missing, or setting up new machine. Triggers on: setup...

aj-geddes / useful-ai-prompts-mobile-app-testing exact

Comprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, performance testing, and test automation with Detox, Appium, and XCTest.

ryanthedev / code-foundations-cc-data-organization exact

Audit and fix data organization: variable declarations, data types, magic numbers, naming conventions, and global data. Three modes: CHECKER (92-item checklist -> status table), APPLIER (type...

josavicentevw / ai-agent-skills-testing exact

Create and execute comprehensive testing strategies including unit tests, integration tests, test-driven development, and test coverage analysis. Use when writing tests, implementing TDD, checking...