martinholovsky

118 mods across 3 repositories, 84 stars between them.

sota-jvm

97

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art JVM engineering rules (2026 baseline) for Java and Kotlin that Claude applies when writing or auditing JVM code. Baseline Java 25 LTS (virtual threads final since 21; structured concurrency still preview), Kotlin 2.x. Covers modern idioms (records, sealed types, pattern matching, Kotlin…

17 4d ago A 264 tokens CC-BY-4.0

sota-kubernetes

98

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art Kubernetes platform security and operations (2026) for cloud-managed (EKS/GKE/AKS) and self-hosted clusters (kubeadm, k3s/k0s, Talos). Use when building, operating, hardening, or auditing the cluster PLATFORM layer: control plane and etcd, API server/kubelet, RBAC, admission control and…

17 4d ago A 273 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art LLM application engineering rules (mid-2026 baseline) for BUILDING and AUDITING LLM-powered features. Claude should use this skill whenever it is building, modifying, or reviewing anything that calls a language model — chat features, RAG pipelines, agents and tool use, structured extraction…

17 4d ago A 227 tokens CC-BY-4.0

sota-ml-engineering

100

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art ML engineering / MLOps rules (2026) for BUILDING and AUDITING production machine-learning systems — the training→serving→monitoring lifecycle of classical/predictive ML. Distinct from LLM apps (prompts/RAG/agents → sota-llm-engineering). Covers ML system architecture (feature stores, model registry…

17 4d ago A 243 tokens CC-BY-4.0

sota-mobile

101

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art mobile engineering for building and auditing iOS and Android applications. Use when the task involves mobile apps in any form — native (Swift, SwiftUI, Kotlin, Jetpack Compose), cross-platform (React Native, Flutter, Kotlin Multiplatform), Swift as a language — Swift 6 strict concurrency, actors…

17 4d ago A 228 tokens CC-BY-4.0

sota-network-security

102

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art network security as a discipline (2026) for BOTH designing/building secure networks AND auditing segmentation and exposure. Use for zero-trust architecture, network segmentation and blast-radius control, Kubernetes NetworkPolicy/CiliumNetworkPolicy depth, service mesh and mTLS, edge/ingress/egress…

17 4d ago B 264 tokens CC-BY-4.0

sota-observability

103

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art observability and reliability engineering (2026). Use when instrumenting code (structured logging, metrics, distributed tracing with OpenTelemetry, SLOs, alerting, health endpoints) or auditing an existing codebase's observability posture (can on-call answer "why is this request slow?" and "what broke…

17 4d ago A 159 tokens CC-BY-4.0

sota-performance

104

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art performance engineering for building fast systems and auditing existing code for bottlenecks. Use when the task involves performance, optimization, latency, profiling, slow code, memory usage, caching, or throughput — designing latency budgets, fixing N+1 and accidental-quadratic patterns, tuning…

17 4d ago A 145 tokens CC-BY-4.0

sota-php

105

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art PHP engineering (2026 baseline, PHP 8.3+ floor, 8.5 current) for both writing new PHP and auditing existing PHP code. Covers stricttypes and modern idioms (enums, readonly, match, fibers, property hooks), OWASP-grade security (SQL injection, XSS, file uploads, LFI/RFI, unserialize/Phar object…

17 4d ago A 225 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art privacy and compliance engineering guidance for building privacy-respecting systems and auditing existing code for privacy/compliance gaps. Use when work involves privacy, GDPR, PII, personal data, consent, data retention, deletion, DSAR (data subject access requests), SOC 2, ISO 27001, HIPAA, PCI…

17 4d ago A 151 tokens CC-BY-4.0

sota-python

107

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art Python engineering (2026 baseline) for both writing new Python and auditing existing Python code. Covers uv-based tooling and project setup, strict typing, idioms and pitfalls, asyncio structured concurrency, security (injection, deserialization, supply chain), performance, and FastAPI/Django/pytest…

17 4d ago A 146 tokens CC-BY-4.0

sota-ruby

108

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art Ruby engineering rules (2026 baseline, Ruby 3.4+ / 4.0) that Claude applies when writing or auditing Ruby. Covers modern idioms (frozen string literals, pattern matching, Data/Struct, RBS/Sorbet/Steep typing), security (SQL injection via ActiveRecord/Sequel, ERB/XSS escaping, mass assignment, CSRF…

17 4d ago A 275 tokens CC-BY-4.0

sota-rust

109

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art Rust engineering (2026) for writing and auditing Rust code. Covers idiomatic ownership and API design, error handling and panic policy, unsafe discipline with Miri, async/tokio (cancellation safety, structured concurrency, graceful shutdown), security and supply chain (cargo audit/deny/vet, integer…

17 4d ago A 199 tokens CC-BY-4.0

sota-sandboxing

110

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art sandboxing and isolation engineering (2026). Use when designing isolation for untrusted code, untrusted input parsing, multi-tenant workloads, or AI/agent execution — and when auditing existing systems for isolation gaps. Covers least privilege, defense in depth, isolation boundary selection…

17 4d ago A 210 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art secrets management for building and auditing software. Use whenever a task involves creating, storing, injecting, rotating, or scanning for credentials — or reviewing code/infrastructure for secret leaks and misuse. BUILD mode: implementing secrets handling; AUDIT mode: sweeping a repo for leaked…

17 4d ago A 226 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art security & compliance engineering (2026) for the cybersecurity control frameworks and product-security regulations that drive architecture, code, and CI gates — not the organizational policy binder. Use when work must satisfy or be audited against NIST CSF 2.0, SP 800-53, SP 800-171 / CMMC, the Secure…

17 4d ago A 266 tokens CC-BY-4.0

sota-shell-scripting

113

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art shell scripting (bash-focused, defensive) for writing and auditing shell scripts, CI scripts, init/deploy scripts, container entrypoints, and Makefile recipes. Use when the task involves creating, modifying, reviewing, or hardening any shell code — trigger keywords: bash, shell script, sh, zsh…

17 4d ago B 109 tokens CC-BY-4.0

sota-testing

114

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art software testing strategy and practice (2026) for designing test strategy, writing unit/integration/e2e tests, or auditing test suites. Covers suite shape (pyramid/trophy/honeycomb), test design quality (behavior-first, AAA, determinism, smells), test doubles (mocks/fakes/stubs), test data (builders…

17 4d ago A 239 tokens CC-BY-4.0

sota-threat-modeling

115

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art threat modeling for both designing new systems and auditing existing ones. Use when designing a feature, service, integration, or architecture that touches untrusted input, new trust boundaries, sensitive data, or third-party dependencies (BUILD mode), and when reviewing, auditing, or pen-test-scoping…

17 4d ago A 180 tokens CC-BY-4.0

sota-ux-writing

116

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art UX writing and product-copy guidance (2026) covering voice and tone systems, plain language (ISO 24495-1), microcopy (buttons, labels, empty states, onboarding, notifications), error and feedback message craft, and the accessibility and localization of interface language (WCAG 2.2 language criteria…

17 4d ago A 191 tokens CC-BY-4.0

sota-web-frameworks

117

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art engineering rules (2026) for the JavaScript SSR meta-frameworks: React 19 + Next.js (App Router, React Server Components, Server Actions) and Vue 3 + Nuxt 4 (Nitro server routes, composables) — plus the cross-cutting concerns of server rendering: hydration correctness, SSR state serialization, the…

17 4d ago A 243 tokens CC-BY-4.0

sota

118

martinholovsky/SOTA-skills

Skill Claude CodeCodex

Master router for the SOTA engineering skills library. Use this skill whenever the user asks to build, design, implement, refactor, harden, optimize, review, or audit an application, service, or codebase and the request spans more than one domain — or when you are unsure which specific sota- skill applies. Also use…

17 4d ago A 214 tokens CC-BY-4.0

At most 3 mods per repository are shown here — the rest are on their repository pages: