Design idempotent APIs and operations. Outputs idempotency keys, deduplication strategies, and retry-safe implementations.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٨٧ من skills من kalilurrahman/kr-claudiator-skills-original-prompts. افتح أي skill لمراجعة مصدره وتفاصيله.
kalilurrahman/kr-claudiator-skills-original-promptsعرض ٤٠ من أصل ٨٧ skills مجمعة.
Design idempotent APIs and operations. Outputs idempotency keys, deduplication strategies, and retry-safe implementations.
لغة النص الأصلي: الإنجليزية
Design alerting rules for production monitoring with Prometheus, Grafana, PagerDuty. Outputs alert definitions, severity levels, escalation policies, and runbooks.
لغة النص الأصلي: الإنجليزية
Optimize ML model hyperparameters with grid search, random search, Bayesian optimization. Outputs tuning strategy, search spaces, and best parameters.
لغة النص الأصلي: الإنجليزية
Design penetration testing plans with scope, methodology, tools, and reporting. Outputs test scenarios, OWASP Top 10 coverage, and remediation priorities.
لغة النص الأصلي: الإنجليزية
Design scalability strategies for horizontal and vertical scaling. Outputs capacity planning, bottleneck analysis, and scaling triggers.
لغة النص الأصلي: الإنجليزية
Setup monitoring with Prometheus, Grafana, alerting. Outputs metrics collection, dashboards, alert rules, and SLO tracking.
لغة النص الأصلي: الإنجليزية
Design secrets management with Vault, AWS Secrets Manager, encrypted storage. Outputs rotation policies, access controls, and audit logging.
لغة النص الأصلي: الإنجليزية
Design analytics dashboards with Tableau, PowerBI, Looker, Metabase. Outputs metric definitions, visualizations, filters, and user flows.
لغة النص الأصلي: الإنجليزية
Design data quality validation with Great Expectations, custom checks, and automated monitoring. Outputs validation rules, anomaly detection, and data lineage.
لغة النص الأصلي: الإنجليزية
Design real-time streaming pipelines with Kafka, Flink, Spark Streaming. Outputs producer/consumer patterns, windowing, state management, and exactly-once semantics.
لغة النص الأصلي: الإنجليزية
Monitor ML models in production for drift, performance degradation, and data quality. Outputs metrics, alerts, and retraining triggers.
لغة النص الأصلي: الإنجليزية
Design Retrieval-Augmented Generation systems with vector databases, chunking strategies, and hybrid search. Outputs architecture, embedding pipelines, and retrieval optimizations.
لغة النص الأصلي: الإنجليزية
Design penetration testing plans with OWASP methodology, attack vectors, and remediation tracking. Outputs test scope, findings, and security improvements.
لغة النص الأصلي: الإنجليزية
Design threat models using STRIDE, attack trees, and data flow diagrams. Outputs threat analysis, risk ratings, and mitigation strategies.
لغة النص الأصلي: الإنجليزية
Document architecture decisions with ADRs (Architecture Decision Records). Outputs decision context, options, trade-offs, and rationale.
لغة النص الأصلي: الإنجليزية
Design contract tests for APIs and microservices with Pact. Outputs consumer-driven contracts, provider verification, and CI integration.
لغة النص الأصلي: الإنجليزية
Design performance and load tests with JMeter, k6, Locust. Outputs test scenarios, metrics, bottleneck analysis, and capacity planning.
لغة النص الأصلي: الإنجليزية
Design a complete REST or GraphQL API from requirements. Outputs endpoints, request/response schemas, error handling, authentication, and versioning strategy.
لغة النص الأصلي: الإنجليزية
Design asynchronous processing patterns for background jobs, event-driven systems, and non-blocking I/O. Outputs queues, workers, retry logic, and monitoring.
لغة النص الأصلي: الإنجليزية
Design a multi-layer caching strategy for performance optimization. Outputs cache types, TTLs, invalidation, and cache-aside patterns.
لغة النص الأصلي: الإنجليزية
Circuit breaker pattern for handling service failures gracefully. Outputs states (closed/open/half-open), thresholds, fallback strategies, and monitoring.
لغة النص الأصلي: الإنجليزية
Generate a focused code review checklist based on language, framework, and change type. Outputs specific items to check, not generic advice.
لغة النص الأصلي: الإنجليزية
Design a normalized database schema with tables, relationships, indexes, and constraints. Outputs SQL DDL and ER diagram description.
لغة النص الأصلي: الإنجليزية
Design a comprehensive error handling strategy for an application. Outputs error types, response formats, logging patterns, and user-facing messages.
لغة النص الأصلي: الإنجليزية
Feature flag system for gradual rollouts, A/B testing, and kill switches. Outputs flag types, targeting, evaluation, and lifecycle management.
لغة النص الأصلي: الإنجليزية
Design a Git branching strategy and workflow for a team. Outputs branch naming, merge strategy, CI/CD integration, and release process.
لغة النص الأصلي: الإنجليزية
Design a comprehensive logging strategy for production systems. Outputs log structure, levels, retention, aggregation, and query patterns.
لغة النص الأصلي: الإنجليزية
Design a microservices architecture from a monolith or new requirements. Outputs service boundaries, communication patterns, data ownership, and deployment strategy.
لغة النص الأصلي: الإنجليزية
Design pagination for large datasets with cursor-based, offset-based, and keyset strategies. Outputs performance trade-offs and implementation patterns.
لغة النص الأصلي: الإنجليزية
Design rate limiting to prevent abuse and ensure fair usage. Outputs algorithms (token bucket, sliding window), storage strategies, and bypass rules.
لغة النص الأصلي: الإنجليزية
Analyze a codebase or component to identify technical debt, assess impact, and prioritize remediation. Outputs categorized debt items with ROI estimates.
لغة النص الأصلي: الإنجليزية
Design continuous integration and deployment pipelines. Outputs stages, testing, artifact management, deployment strategies, and rollback procedures.
لغة النص الأصلي: الإنجليزية
Create production-ready Docker Compose configurations for multi-container applications. Outputs service definitions, networking, volumes, and environment management.
لغة النص الأصلي: الإنجليزية
Create production Kubernetes manifests with deployments, services, ingress, configs, and autoscaling. Outputs complete YAML with best practices.
لغة النص الأصلي: الإنجليزية
Production Terraform modules for infrastructure as code. Outputs reusable modules with variables, state management, and CI/CD integration.
لغة النص الأصلي: الإنجليزية
Design data warehouse schemas with star/snowflake patterns, dimensions, facts, and slowly changing dimensions. Outputs DDL and ETL integration.
لغة النص الأصلي: الإنجليزية
Design extract-transform-load pipelines for data warehousing. Outputs data sources, transformations, quality checks, scheduling, and monitoring.
لغة النص الأصلي: الإنجليزية
Optimize slow SQL queries with indexing, query rewriting, and execution plan analysis. Outputs before/after metrics and index strategies.
لغة النص الأصلي: الإنجليزية
Design ML features with encoding, scaling, selection, and extraction. Outputs feature pipelines, importance analysis, and validation strategies.
لغة النص الأصلي: الإنجليزية
Design an end-to-end machine learning pipeline from data to deployment. Outputs data preparation, training, evaluation, deployment, and monitoring steps.
لغة النص الأصلي: الإنجليزية