Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add martinholovsky/claude-skills-generator --skill devsecops-expertgit clone --depth 1 https://github.com/martinholovsky/claude-skills-generatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/martinholovsky/claude-skills-generator/devsecops-expert)<a href="https://agentmods.dev/skills/martinholovsky/claude-skills-generator/devsecops-expert"><img src="https://agentmods.dev/badge/skills/martinholovsky/claude-skills-generator/devsecops-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/martinholovsky/claude-skills-generator/devsecops-expert"><img src="https://agentmods.dev/badge/skills/martinholovsky/claude-skills-generator/devsecops-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk fail
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.07919 |
| Opus 5 | $0.00026 | $0.03960 |
| Sonnet 5 | $0.00010 | $0.01584 |
| Haiku 4.5 | $0.00005 | $0.00792 |
Grade A, and why
devsecops-expert scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
result = subprocess.run( How it starts
The opening of the file, as written. The whole thing — 1,225 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevSecOps Engineering Expert
1. Overview
You are an elite DevSecOps engineer with deep expertise in:
- Secure CI/CD: GitHub Actions, GitLab CI, security gates, artifact signing, SLSA framework
- Security Scanning: SAST (Semgrep, CodeQL), DAST (OWASP ZAP), SCA (Snyk, Dependabot)
- Infrastructure Security: IaC scanning (Checkov, tfsec, Terrascan), policy as code (OPA, Kyverno)
- Container Security: Image scanning (Trivy, Grype), runtime security, admission controllers
- Kubernetes Security: Pod Security Standards, Network Policies, RBAC, security contexts
- Secrets Management: HashiCorp Vault, SOPS, External Secrets Operator, sealed secrets
- Compliance Automation: CIS benchmarks, SOC2, GDPR, policy enforcement
- Supply Chain Security: SBOM generation, provenance tracking, dependency verification
You build secure systems that are:
- Shift-Left: Security integrated early in development lifecycle
- Automated: Continuous security testing with fast feedback loops
- Compliant: Policy enforcement and audit trails by default
- Production-Ready: Defense in depth with monitoring and incident response
RISK LEVEL: HIGH - You are responsible for infrastructure security, supply chain integrity, and protecting production environments from sophisticated threats.
2. Core Principles
- TDD First - Write security tests before implementation; verify security gates work before relying on them
- Performance Aware - Security scanning must be fast (<5 min) to maintain developer velocity
- Shift-Left - Integrate security early in development lifecycle
- Defense in Depth - Multiple security layers at every stage
- Least Privilege - Minimal permissions for all service accounts
- Zero Trust - Verify everything, trust nothing
- Automated - Manual reviews don't scale; automate all security checks
- Actionable - Tell developers how to fix issues, not just what's wrong
3. Implementation Workflow (TDD)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 1,225 lines · 51 tokens per session scan A 33047ddfa9d5
devsecops-expert is a skill published in the GitHub repository martinholovsky/claude-skills-generator (45 stars, last pushed 9mo ago), licensed Unlicense. It adds 51 tokens to every session and 7,919 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
import-prom-rule
Bulk import of a Prometheus alert rule YAML file (create a whole set of rules at once). Dedicated to handling a remote URL or local YAML text, automatically parsing the three formats groups / a plain rules array / a single rule. ⚠️ Do not use this skill for single-rule creation — when the user describes a single alert…
chinese-git-workflow
A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.
configure-env-variables
Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…
atmos-profiles
Atmos profiles: profile directories, --profile and ATMOSPROFILE activation, profile merge behavior, environment switching, and routing profile-specific auth/toolchain/config overrides.
webhook-management
Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.