Skip to main content

kalilurrahman/kr-claudiator-skills-original-prompts

SkillsMP는 kalilurrahman/kr-claudiator-skills-original-prompts에서 87개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
87
GitHub 스타
1
GitHub 포크
0

수집된 skill 87개 중 40개를 표시합니다.

직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Write Ansible playbooks for server provisioning, configuration management, and application deployment. Outputs idempotent plays with roles, handlers, vault-encrypted secrets, and inventory management.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Implement blue-green deployment strategy for zero-downtime releases with instant rollback capability. Outputs infrastructure configuration, traffic switching scripts, health check validation, and rollback procedures.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Implement canary release strategy for gradual traffic shifting with automated promotion and rollback. Outputs traffic weight configuration, metric-based promotion gates, and rollback triggers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement distributed tracing across microservices using OpenTelemetry. Outputs trace instrumentation, context propagation, sampling configuration, Jaeger/Tempo integration, and trace-based debugging workflows.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design authentication and authorization architecture covering JWT, OAuth2, RBAC, session management, and MFA. Outputs auth flow diagrams, token strategy, permission models, and implementation patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement event sourcing pattern where state is derived from an immutable sequence of events. Outputs event store design, aggregate patterns, projection builders, and command/event handlers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design systems that continue operating with reduced functionality when components fail. Outputs fallback strategies, partial failure handling, feature toggles, and user-facing degraded-mode experiences.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design reliable webhook systems with retries, idempotency, and signature verification. Outputs webhook endpoints, delivery guarantees, and security patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design backup and disaster recovery strategies with 3-2-1 rule, automated testing, and recovery procedures. Outputs backup schedules, retention policies, and RTO/RPO targets.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design advanced CI/CD patterns with deployment strategies, progressive delivery, and rollback automation. Outputs pipeline configs, canary deployments, and blue-green setups.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create and manage Helm charts for Kubernetes application deployment. Outputs Chart.yaml, values.yaml, templates with best practices, named templates, hooks, and chart testing configuration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and implement centralized log aggregation pipelines using ELK Stack, CloudWatch Logs, or Loki. Outputs shipper configuration, parsing rules, retention policies, and search/alerting setup.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Design and analyze A/B tests with statistical significance, sample size calculation, and metric selection. Outputs test design, power analysis, and results interpretation.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Design data models for relational and NoSQL databases. Outputs entity relationships, normalization, denormalization strategies, and schema evolution.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Design and analyze A/B tests for ML models in production, including traffic splitting, metric selection, statistical significance testing, and safe rollout strategies.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Evaluate large language model outputs with automated metrics, human evaluation, and adversarial testing. Outputs eval harnesses, rubrics, and quality scores.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Set up ML experiment tracking with MLflow or Weights & Biases. Outputs experiment logging code, model registry integration, hyperparameter tracking, artifact management, and reproducibility configuration.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Monitor ML models in production for data drift, concept drift, and performance degradation. Outputs drift detection pipelines, alerting thresholds, retraining triggers, and monitoring dashboards.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Evaluate ML model performance with appropriate metrics, validation strategies, and statistical rigor. Outputs evaluation reports, confusion matrices, calibration curves, fairness analysis, and go/no-go recommendations.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Design automated ML model retraining pipelines triggered by drift, schedule, or performance degradation. Outputs retraining orchestration, data validation, automated promotion logic, and rollback mechanisms.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Implement ML model versioning with registry management, lineage tracking, artifact storage, and deployment lifecycle. Outputs registry setup, versioning conventions, artifact management, and stage transition workflows.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Design effective prompts for LLMs. Outputs prompt templates, few-shot examples, chain-of-thought reasoning, and structured output formats.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design encryption strategy with data-at-rest, data-in-transit, and key management. Outputs encryption standards, key rotation, and compliance requirements.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design comprehensive input validation and sanitization to prevent injection attacks, XSS, path traversal, and data corruption. Outputs validation schemas, sanitization functions, and security-focused middleware.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Configure HTTP security headers to protect against XSS, clickjacking, MIME sniffing, and other browser-based attacks. Outputs CSP policies, HSTS, X-Frame-Options, and scanning/testing configuration.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design and execute security testing programs covering OWASP Top 10, SAST, DAST, dependency scanning, and penetration testing. Outputs test plans, tool configurations, CI integration, and remediation tracking.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Implement automated vulnerability scanning for containers, dependencies, and infrastructure. Outputs Trivy/Grype configuration, CVE triage workflows, remediation SLAs, and compliance reporting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and configure API gateway architecture covering routing, authentication, rate limiting, request transformation, and observability. Outputs gateway configuration for Kong, AWS API Gateway, or Nginx, with traffic management and security policies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design distributed systems with consensus algorithms, partitioning, and eventual consistency. Outputs system architecture, CAP trade-offs, and failure handling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design high-availability systems with redundancy, failover, and disaster recovery. Outputs architecture diagrams, SLA targets, and failure modes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design message queue architectures using Kafka, RabbitMQ, or SQS. Outputs topic/queue design, producer/consumer patterns, dead letter queues, ordering guarantees, and scaling configuration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and implement service mesh architecture using Istio or Linkerd. Outputs traffic management config, mTLS setup, observability pipelines, circuit breakers, and canary deployment policies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test web applications for WCAG 2.1 AA accessibility compliance using automated scanning, screen reader testing, and keyboard navigation validation. Outputs axe-core integration, Playwright accessibility tests, and remediation guides.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design chaos experiments to test system resilience. Outputs failure scenarios, blast radius controls, and automated chaos testing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and execute load tests to validate system performance under expected and peak traffic. Outputs k6/JMeter scripts, performance baselines, SLO validation, and capacity planning reports.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Design a comprehensive testing pyramid strategy covering unit, integration, contract, E2E, and performance tests. Outputs test coverage targets, tooling selection, CI configuration, and quality gates.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Implement visual regression testing with screenshot comparison to catch unintended UI changes. Outputs Playwright/Percy test setup, baseline management, diff thresholds, and CI integration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and implement gRPC services with Protocol Buffer schemas, streaming patterns, error handling, and client generation. Outputs .proto files, server implementation, client code, and load balancing configuration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design and build client SDKs for APIs. Outputs idiomatic client libraries with auth handling, retry logic, pagination, error types, and developer experience best practices across Python, TypeScript, and Go.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integrate third-party services via OAuth flows, webhook handling, and API clients. Outputs OAuth implementation, webhook verification, idempotent event handling, and graceful degradation patterns.

원문 언어: 영어

업데이트
수집된 skill 87개 중 40개를 표시합니다.