ch0ks/hackarandas-claude-toolbelt
Instructions file
Instructions for ch0ks/hackarandas-claude-toolbelt, covering claude.md, what this is, directory structure, rules/ and commands/.
ch0ks/hackarandas-claude-toolbelt
Instructions file
Instructions for ch0ks/hackarandas-claude-toolbelt, covering claude.md, what this is, directory structure, rules/ and commands/.
ch0ks/hackarandas-claude-toolbelt
Command
Check if Semgrep is installed and working. If not, install it using the best available method. Then log in to Semgrep Pro, enable the Pro engine, and run a local Pro scan in the current directory.
ch0ks/hackarandas-claude-toolbelt
Command
List all Claude Code sessions across all projects, sorted by most recent. Show project context, date, and the exact resume command for each session.
ch0ks/hackarandas-claude-toolbelt
Skill Claude CodeCodex
Full security code review with Semgrep Pro scan, taint analysis, CWE mapping, OWASP Top 10 coverage, and generation of a formal Security Code Review Report saved to /security-review/ in the repository root. Use when reviewing code for vulnerabilities, auditing a file for security issues, or before merging…
ch0ks/hackarandas-claude-toolbelt
Skill Claude CodeCodex
Triage security findings from Semgrep Pro and Claude security-code-review using IaC files as deployment context (Terraform, Kubernetes, Docker Compose, CloudFormation, Azure Pipelines). Detects whichever IaC files are present, extracts deployment facts, scores each finding with CVSS 4.0 with per-vector justification…
ch0ks/hackarandas-claude-toolbelt
Skill Claude CodeCodex
Reads the most recent security-code-review report, generates minimal remediation patches for each finding using the Vibe Security Patching methodology, commits each patch with a conventional commit message referencing the finding and Semgrep rule ID, writes a formal Security Vibe Patch Report to…