1895 results (16.0ms) page 26 / 95
madeinoz67 / madeinoz-knowledge-system-codebase-explorer exact

Deep codebase exploration using semantic search and relationship mapping. Use when you need to understand the current codebase.

aj-geddes / useful-ai-prompts-deployment-automation exact

Automate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary releases, and rollback strategies.

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

Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.

Cap-go / capacitor-skills-capacitor-splash-screen exact

Guide to configuring splash screens in Capacitor apps including asset generation, animation, and programmatic control. Use this skill when users need to customize their app launch experience.

majiayu000 / claude-arsenal-rust-best-practices exact

Rust coding best practices based on Microsoft Pragmatic Rust Guidelines. ALWAYS invoke before writing or modifying Rust code. Covers error handling, API design, performance, and idiomatic patterns.

HuxleyMc / android-skills-android-migration exact

Guides Android project migrations between technologies and versions. Use when migrating Java to Kotlin, upgrading Gradle/AGP, moving to AndroidX, converting XML Views to Compose, RxJava to...

aj-geddes / useful-ai-prompts-infrastructure-monitoring exact

Set up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health checks, and performance tracking.

qodex-ai / ai-agent-skills-protocol-implementation-framework exact

Build Model Context Protocol servers and implementations. Creates protocol-compliant tools and integrations for AI-powered applications.

pluginagentmarketplace / custom-plugin-angular-testing-deployment-implementation exact

Write unit tests for components and services, implement E2E tests with Cypress, set up test mocks, optimize production builds, configure CI/CD pipelines, and deploy to production platforms.

HuxleyMc / android-skills-android-dependency-injection exact

Implements dependency injection with Hilt, Koin, and Metro. Use when setting up DI, migrating between frameworks, organizing modules, or testing with injected dependencies.

aj-geddes / useful-ai-prompts-circuit-breaker-pattern exact

Implement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use when calling external services, handling cascading failures, or implementing...

HuxleyMc / android-skills-android-performance exact

Guides Android performance optimizations. Use when app is slow, has memory leaks, ANR issues, battery drain, or janky UI. Covers profiling, memory management, rendering optimizations, and best practices.