martinholovsky

118 mods across 3 repositories, 84 stars between them.

sota-skills

73

martinholovsky/SOTA-skills

Plugin Claude Code

State-of-the-art engineering skills (2026) for building and auditing software across 40 domains and languages — security, architecture, APIs, databases, cloud, Kubernetes, web frameworks, observability, testing, LLM engineering, UX writing, copywriting, and more — with a master router and BUILD/AUDIT modes (41 skills).

17 3d ago A tokens not measured CC-BY-4.0

martinholovsky/SOTA-skills

Instructions file CodexOpenCode

AGENTS.md instructions for martinholovsky/SOTA-skills, covering agents.md, landing a change, invariants (enforced in pre-commit and ci), conventions that matter and pointers.

17 3d ago A 3,975 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Instructions file

Claude Code instructions for martinholovsky/SOTA-skills, a project described as: Engineering best practices that AI coding agents actually apply — 40+ skills, from secure coding and cloud to compliance and UX writing. BUILD + AUDIT modes. Measured: best-practice coverage 59% → 98% vs. the same model unguided.

17 3d ago A 3 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Instructions file Gemini CLI

Gemini CLI instructions for martinholovsky/SOTA-skills, a project described as: Engineering best practices that AI coding agents actually apply — 40+ skills, from secure coding and cloud to compliance and UX writing. BUILD + AUDIT modes. Measured: best-practice coverage 59% → 98% vs. the same model unguided.

17 3d ago A 3 tokens CC-BY-4.0

SessionStart

77

martinholovsky/SOTA-skills

Hook

Runs when a session starts, executing plugin-notice.sh and update-reminder.sh (2 commands). From martinholovsky/SOTA-skills.

17 3d ago A tokens not measured CC-BY-4.0

sota-api-design

78

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art API design and audit guidance (2026) covering REST/HTTP, GraphQL, gRPC, WebSockets/SSE/realtime, webhooks, versioning/evolution, and API security/operations. Use when designing or building any API surface (endpoints, schemas, protos, realtime channels, webhook senders/receivers) AND when…

17 3d ago A 171 tokens CC-BY-4.0

sota-architecture

79

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art software and system architecture rules (2026) for both building and auditing. Use when designing, building, refactoring, or extending system architecture — boundaries, DDD, hexagonal/clean architecture, event-driven design, CQRS, sagas, messaging, caching, sharding, multi-tenancy, resilience…

17 3d ago A 220 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art rules for writing and auditing asynchronous and concurrent code across runtimes (Python asyncio, JS/Node, Go, Rust, JVM). Use when building anything with async/await, threads, processes, event loops, task groups, channels, or queues — and when auditing existing code for race conditions, deadlocks…

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

sota-c-cpp

81

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art C and C++ engineering rules (2026 baseline) that Claude applies when writing or auditing C/C++. Covers modern idioms (RAII, value semantics, smart pointers, C++23), memory safety (lifetimes, bounds, sanitizers, hardening flags), undefined behavior, security (SEI CERT C/C++, MISRA…

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

sota-cli-ux

82

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art CLI and developer-tool UX guidance (2026) covering command and flag design, output and interaction (stdout/stderr, --json, TTY detection, exit codes, prompts), runtime behavior and lifecycle (signals, dry-run, idempotency, XDG paths, completions, telemetry), and distribution (packaging, checksums…

17 3d ago A 193 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art cloud infrastructure architecture (2026). Applies when designing, building, or auditing cloud environments on AWS, GCP, or Azure — account/project structure and landing zones, IAM and workload identity, VPC/network design, DNS/TLS/CDN, compute selection (serverless vs containers vs Kubernetes vs VMs)…

17 3d ago A 177 tokens CC-BY-4.0

sota-code-security

84

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art secure coding and security auditing rules (2026 baseline). Use whenever BUILDING or modifying code that crosses a trust boundary — endpoints, handlers, auth/login/signup, sessions, JWT/OAuth, file uploads, payments, multi-tenant features, crypto/secrets handling, parsers, CLI/exec wrappers, LLM agents…

17 3d ago A 250 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art confidential computing and cryptographic PETs (2026) for BUILDING and AUDITING systems that protect workloads and data in use from the infrastructure they run on — the inverse of sandboxing. Covers TEE selection (AMD SEV-SNP, Intel TDX, ARM CCA realms, SGX enclaves, AWS Nitro Enclaves, NVIDIA…

17 3d ago A 260 tokens CC-BY-4.0

sota-copywriting

86

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art marketing copywriting and content guidance (2026) covering positioning and value propositions, headlines and landing-page copy, CTAs and social proof, SEO content (search intent, E-E-A-T, Google spam policies), and the accuracy/legal layer — claim substantiation, FTC Endorsement Guides (2023) and the…

17 3d ago A 207 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art data engineering rules (2026) for building and auditing data pipelines and analytics infrastructure. Covers architecture and modeling (ELT, lakehouse vs warehouse, dimensional models, medallion layering), pipeline and orchestration discipline (idempotency, incremental loads, backfills, dbt-style…

17 3d ago A 203 tokens CC-BY-4.0

sota-databases

88

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art database engineering rules (2026) for designing, building, and auditing data layers. Covers engine selection, schema modeling, migrations, query and index craft, transactions and concurrency, reliability and scale, security, and vector/AI workloads. Use when designing a new data layer, writing or…

17 3d ago A 184 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art detection engineering, SOC, threat hunting, and incident response (2026). Use when BUILDING detective controls or SOC capability — Sigma/YARA/Falco/Tetragon/Suricata rules, detection-as-code, MITRE ATT&CK coverage, SIEM detections, alert triage and SOAR, threat hunts, threat-intel, deception, IR…

17 3d ago A 290 tokens CC-BY-4.0

sota-devsecops

90

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art DevSecOps and software supply chain security (2026). Applies when building or auditing CI/CD pipelines, GitHub Actions workflows, supply chain controls, SBOM generation, SAST/secret-scanning gates, dependency management, container builds, container/artifact registries, IaC (Terraform), GitOps, and…

17 3d ago A 205 tokens CC-BY-4.0

sota-docs-workflow

91

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art documentation and engineering-collaboration guidance (2026) covering documentation architecture (Diátaxis, docs-as-code, READMEs, runbooks, onboarding, AI-readable docs), API/reference docs and changelogs, and the team workflow around code: pull requests, code review conduct, commit discipline…

17 3d ago A 203 tokens CC-BY-4.0

sota-dotnet

92

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art C# / .NET engineering rules (2026 baseline, .NET 10 LTS / C# 14) that Claude applies when writing or auditing .NET code. Covers modern idioms (records, nullable reference types, pattern matching, spans, file-scoped namespaces), API/null/immutability/IDisposable design, async/await & concurrency…

17 3d ago A 245 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art web design, UI/UX, and motion engineering standards (2026). Use when building OR auditing/reviewing user interfaces: components, pages, design systems, stylesheets, themes, forms, navigation, animations, or accessibility. Covers typography, color (OKLCH, dark mode), spacing/layout (grid, container…

17 3d ago A 164 tokens CC-BY-4.0

sota-golang

94

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art Go engineering rules (2026 baseline, Go 1.25+) that Claude applies when writing new Go code or auditing existing Go code. Covers error handling, interface/package design, goroutine and channel correctness, net/http hardening, security (SQL, exec, path traversal, CSPRNG, TLS, supply chain), performance…

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

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art identity and access management engineering (2026) for BUILDING/configuring identity infrastructure AND AUDITING it — federation, IdPs, authorization models, the joiner-mover-leaver lifecycle, privileged/break-glass access, workload identity, MFA/passkeys, and assurance levels; audits cover orphaned…

17 3d ago A 300 tokens CC-BY-4.0

martinholovsky/SOTA-skills

Skill Claude CodeCodex

State-of-the-art JavaScript and TypeScript engineering (2026) for both writing and auditing code. Covers strict TypeScript configuration and type design, language idioms and pitfalls, async patterns, Node.js backends, JS/TS-specific security (XSS, prototype pollution, supply chain, injection), frontend/React and Node…

17 3d ago A 133 tokens CC-BY-4.0