SOTA-skills
NewState-of-the-art (2026) Claude Code skills for building and auditing software — 30 domain & language skills, BUILD/AUDIT modes, audit checklists.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/sota-skills.md https://raw.githubusercontent.com/martinholovsky/SOTA-skills/main/SKILL.md/sota-skillsUse Cases
Usage Examples
/sota-skills AUDIT python-webapp --checklist OWASP
/sota-skills BUILD rust-crypto --protocol AES-GCM
Use SOTA-skills to audit my Kubernetes deployment.yaml for security issues.
Security Audits
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..