Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when checking code for vulnerabilities, linting shell scripts, scanning containers or IaC for security issues, or managing encrypted secrets
| Tool | Purpose | Structured output |
|---|---|---|
| Trivy | Vulnerability scanner for filesystems, containers, IaC | --format json or --format sarif |
| ShellCheck | Static analysis and linting for shell scripts | -f json for JSON output |
| sops | Encrypt/decrypt secrets in YAML, JSON, ENV files | Outputs decrypted file to stdout |
trivy fs --format json --output results.json .
trivy fs --severity HIGH,CRITICAL .
trivy image --format json --output scan.json nginx:latest
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill security-scanningHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.