Show HN: Code Security Skills Codex-Inspired Workflows Packaged for Claude Code Developer Bar Vhaim released Code Security Skills, an open-source repository of 13 evidence-driven workflows for threat modeling, code review, and vulnerability remediation, packaged as a Claude Code plugin. The provider-neutral plugin, available via the Claude Code plugin marketplace, includes commands for security-diff-scan, deep-security-scan, and attack-path analysis, and outputs structured findings in a deterministic contract format including scan-manifest.json, findings.json, and SARIF exports. Thirteen evidence-driven workflows for threat modeling, code review, finding validation, attack-path analysis, remediation, tracking, and deterministic security reporting. The procedures are provider-neutral: they describe required capabilities and evidence, not a particular model, coordinator, desktop application, or proprietary service. This repository packages them as a Claude Code plugin. Open Claude Code and run: /plugin marketplace add barvhaim/code-security-skills /plugin install code-security-skills@code-security /reload-plugins Review the current branch, PR, commit, staged changes, or working tree: /code-security-skills:security-diff-scan Review the current working tree for security regressions. Do not modify files. Or scan the whole repository: /code-security-skills:security-scan Scan this repository. Do not modify source files. By default, scan artifacts are written outside the target repository under the active system temporary directory at code-security-scans/