BeClaude

SOTA-skills

New
GitHub TrendingGeneralby martinholovsky

State-of-the-art (2026) Claude Code skills for building and auditing software — 30 domain & language skills, BUILD/AUDIT modes, audit checklists.

First seen 6/17/2026

Summary

SOTA-skills provides 30 state-of-the-art (2026) Claude Code skills covering domains and languages for building and auditing software.

  • It includes BUILD and AUDIT modes with audit checklists, enabling developers to write secure, high-quality code and perform thorough security reviews.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/sota-skills.md https://raw.githubusercontent.com/martinholovsky/SOTA-skills/main/SKILL.md
3
Invoke in Claude Code
/sota-skills

Use Cases

Audit a Python web application for OWASP Top 10 vulnerabilities using the AUDIT mode checklist.
Generate a secure Rust implementation of a cryptographic protocol with BUILD mode best practices.
Review a Kubernetes deployment manifest for misconfigurations and compliance gaps.
Build a TypeScript API with input validation and authentication following SOTA patterns.
Audit a Solidity smart contract for reentrancy and integer overflow vulnerabilities.
Generate a secure CI/CD pipeline configuration with dependency scanning and secret management.

Usage Examples

1

/sota-skills AUDIT python-webapp --checklist OWASP

2

/sota-skills BUILD rust-crypto --protocol AES-GCM

3

Use SOTA-skills to audit my Kubernetes deployment.yaml for security issues.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is SOTA-skills?

SOTA-skills provides 30 state-of-the-art (2026) Claude Code skills covering domains and languages for building and auditing software. It includes BUILD and AUDIT modes with audit checklists, enabling developers to write secure, high-quality code and perform thorough security reviews.

How to install SOTA-skills?

To install SOTA-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/sota-skills.md https://raw.githubusercontent.com/martinholovsky/SOTA-skills/main/SKILL.md. Finally, /sota-skills in Claude Code.

What is SOTA-skills best for?

SOTA-skills is a skill categorized under General. Created by martinholovsky.

What can I use SOTA-skills for?

SOTA-skills is useful for: Audit a Python web application for OWASP Top 10 vulnerabilities using the AUDIT mode checklist.; Generate a secure Rust implementation of a cryptographic protocol with BUILD mode best practices.; Review a Kubernetes deployment manifest for misconfigurations and compliance gaps.; Build a TypeScript API with input validation and authentication following SOTA patterns.; Audit a Solidity smart contract for reentrancy and integer overflow vulnerabilities.; Generate a secure CI/CD pipeline configuration with dependency scanning and secret management..