Skip to main content

이 저장소의 skills

kalilurrahman/kr-claudiator-skills - 8페이지

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

kalilurrahman/kr-claudiator-skills

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

직업 분류
웹 개발자
설명

Turn a UI screenshot or Figma export into production-ready React + Tailwind + shadcn code with accessibility, responsive breakpoints, and semantic tokens.

원문 언어: 영어

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

Design webhook delivery with retries, signed payloads, and DLQs.

원문 언어: 영어

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

Design workflow orchestration systems for complex, multi-step business processes. Outputs orchestration pattern selection, Temporal/Airflow implementation, error handling strategy, and observability.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Draft a working agreement between two collaborating teams.

원문 언어: 영어

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

Define and enforce schema and SLA agreements between data producers and consumers. Outputs a contract specification, compatibility policy, CI and runtime enforcement pipeline, and a versioning/migration plan for breaking changes.

원문 언어: 영어

업데이트
직업 분류
소매 판매 종사자 일선 감독자
설명

Equip sales teams with the product knowledge, tools, and materials needed to win enterprise deals. Outputs battle cards, objection handling guides, demo scripts, and pricing approval workflows.

원문 언어: 영어

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

Mock external APIs for development and testing. Outputs mock server setup, request/response matching rules, contract-driven mocks, and CI integration.

원문 언어: 영어

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

Design background job systems for async task processing. Outputs job queue design, worker configuration, retry strategies, failure handling, and monitoring patterns.

원문 언어: 영어

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

Structure codebases using Clean Architecture principles with clear layer separation, dependency inversion, and domain-centric design. Outputs folder structure, layer contracts, and dependency rules.

원문 언어: 영어

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

Design and implement code generation pipelines from schemas, OpenAPI specs, or domain models. Outputs generator architecture, template design, validation strategy, and CI integration.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Implement code splitting to reduce initial bundle size and improve web application load time. Outputs splitting strategy, lazy loading patterns, preloading rules, and performance measurement approach.

원문 언어: 영어

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

Design robust configuration management for applications across environments. Outputs configuration schema, validation, secret handling, feature flag integration, and change management.

원문 언어: 영어

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

Choose and implement data serialization formats for APIs, storage, and messaging. Outputs format comparison, schema design, versioning strategy, and performance benchmarks.

원문 언어: 영어

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

Facilitate event storming workshops to discover domain events, commands, aggregates, and bounded contexts. Outputs event map, domain vocabulary, bounded contexts, and modelling insights.

원문 언어: 영어

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

Apply functional programming principles to write predictable, testable code. Outputs pure function patterns, immutability strategies, composition pipelines, and FP-style refactoring examples.

원문 언어: 영어

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

Design GraphQL schemas, resolvers, and APIs for flexible data fetching. Outputs schema design, resolver architecture, N+1 prevention, pagination patterns, and security controls.

원문 언어: 영어

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

Design hexagonal (ports and adapters) architecture to isolate business logic from infrastructure. Outputs port definitions, adapter implementations, dependency flow diagram, and testing strategy.

원문 언어: 영어

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

Design communication patterns between microservices. Outputs synchronous vs asynchronous decision framework, service discovery approach, circuit breaker configuration, and observability strategy.

원문 언어: 영어

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

Eliminate null checks and NullPointerExceptions using the Null Object pattern. Outputs null object implementations, optional type usage, and refactoring strategies for null-heavy codebases.

원문 언어: 영어

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

Implement the Observer pattern for event-driven decoupled communication. Outputs event bus implementations, typed event systems, and async observer patterns.

원문 언어: 영어

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

Implement the Transactional Outbox pattern to reliably publish events alongside database writes. Outputs outbox table schema, message relay implementation, and at-least-once delivery guarantees.

원문 언어: 영어

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

Profile and optimise application performance using systematic measurement. Outputs hotspot analysis, flame graphs, optimisation recommendations, and before/after benchmarks.

원문 언어: 영어

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

Design extensible plugin systems that let third parties extend your application without modifying core code. Outputs plugin interface design, registry patterns, sandboxing strategy, and versioning contracts.

원문 언어: 영어

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

Implement the Repository pattern to abstract data access from business logic. Outputs repository interfaces, implementations, unit-of-work pattern, and testing with fakes.

원문 언어: 영어

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

Implement retry patterns for resilient distributed systems. Outputs retry strategies, exponential backoff, circuit breaker integration, idempotency requirements, and failure budget design.

원문 언어: 영어

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

Design the service layer that coordinates business logic, transactions, and cross-cutting concerns between controllers and domain models. Outputs service interfaces, transaction boundaries, and orchestration patterns.

원문 언어: 영어

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

Apply SOLID principles to write maintainable, extensible object-oriented code. Outputs principle-by-principle analysis, refactoring examples, and design decision guidelines.

원문 언어: 영어

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

Implement trunk-based development for fast, safe integration. Outputs branching rules, feature flag strategy, CI requirements, and team workflow guidelines.

원문 언어: 영어

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

Apply the Twelve-Factor App methodology to build scalable, maintainable cloud-native applications. Outputs compliance checklist, configuration audit, and refactoring recommendations.

원문 언어: 영어

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

Design expressive type systems that catch bugs at compile time. Outputs type hierarchy, branded/nominal types, discriminated unions, generic constraints, and type-safe API patterns.

원문 언어: 영어

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

Deploy and manage applications with Argo CD GitOps. Outputs Application manifests, sync strategies, health checks, RBAC configuration, and multi-environment promotion workflows.

원문 언어: 영어

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

Implement cloud cost allocation, tagging policies, and showback/chargeback systems. Outputs tagging standards, cost allocation reports, anomaly detection, and team budget dashboards.

원문 언어: 영어

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

Plan and execute cloud migrations using the 6R strategies. Outputs assessment framework, migration waves, risk analysis, cutover plan, and success metrics.

원문 언어: 영어

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

Design and implement cloud network architecture with VPCs, subnets, security groups, and private connectivity. Outputs network topology, security group rules, PrivateLink configuration, and routing tables.

원문 언어: 영어

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

Operate databases in production with zero-downtime migrations, connection pooling, backup verification, and performance monitoring. Outputs migration workflow, pooler config, monitoring queries, and runbooks.

원문 언어: 영어

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

Select and implement the right deployment strategy for your release. Covers rolling, blue-green, canary, feature flags, and shadow deployments with rollback procedures.

원문 언어: 영어

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

Implement DORA metrics to measure software delivery performance. Outputs metric definitions, data collection pipeline, dashboards, and improvement strategies for each performance tier.

원문 언어: 영어

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

Implement eBPF-based observability for deep kernel-level insights without application instrumentation. Outputs eBPF tool selection, network tracing, performance profiling, and security monitoring patterns.

원문 언어: 영어

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

Design and deploy edge computing architectures that process data close to the source. Outputs edge node topology, workload placement strategy, synchronisation patterns, and observability approach.

원문 언어: 영어

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

Design and manage multiple deployment environments for development, staging, and production. Outputs environment topology, promotion workflow, configuration management, and parity strategy.

원문 언어: 영어

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