devops

devops is a skill for Claude Code from hiromaily/go-crypto-wallet. It costs 24 tokens per session (424 once invoked), scanned A, original, MIT.

A development workflow for continuous integration, continuous delivery, and deployment files. Continuous integration and delivery automate checks and software releases when code changes.

In plain words
What is it for?
Use it when modifying GitHub Actions workflows, Dockerfiles, Docker Compose files, or related deployment configuration.
Why use it?
CI, Docker, and Compose files can fail because of invalid syntax or incorrect service configuration. The workflow gives developers checks for these changes.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when modifying GitHub Actions workflows, Dockerfiles, Docker Compose files, or related deployment configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hiromaily/go-crypto-wallet/devops
Install

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.

Any agent
npx skills add hiromaily/go-crypto-wallet --skill devops
Clone the repo
git clone --depth 1 https://github.com/hiromaily/go-crypto-wallet

Made for: Claude Code.

Wrote 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.

agentmods badge for devops

README.md
[![agentmods](https://agentmods.dev/badge/skills/hiromaily/go-crypto-wallet/devops.svg)](https://agentmods.dev/skills/hiromaily/go-crypto-wallet/devops)
Your own site
<a href="https://agentmods.dev/skills/hiromaily/go-crypto-wallet/devops"><img src="https://agentmods.dev/badge/skills/hiromaily/go-crypto-wallet/devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00424
Opus 5 $0.00012 $0.00212
Sonnet 5 $0.00005 $0.00085
Haiku 4.5 $0.00002 $0.00042

Measured 7d ago against content hash 599434322d94, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

devops scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/devops/SKILL.md · 91 lines

What it actually says

DevOps Workflow

Workflow for CI/CD and infrastructure changes.

Prerequisites

Use git-workflow Skill for branch, commit, and PR workflow.

Applicable Files

Path Description
.github/workflows/ GitHub Actions
docker/ Docker configurations
compose.*.yaml Docker Compose files
Dockerfile Container definitions

GitHub Actions

Workflow Files

File Purpose
lint-test.yml Linting and testing

Testing Locally

# Use act for local testing (if installed)
act -l                    # List workflows
act push                  # Simulate push event
act pull_request          # Simulate PR event

Syntax Validation

# Check YAML syntax
yamllint .github/workflows/

Docker

Compose Files

File Purpose
compose.yaml Base configuration
compose.btc.yaml Bitcoin services
compose.eth.yaml Ethereum services
compose.xrp.yaml XRP services
compose.bch.yaml Bitcoin Cash services

Testing

# Validate compose files
docker compose config

# Test specific compose
docker compose -f compose.yaml -f compose.btc.yaml config

Verification Checklist

  • YAML syntax is valid
  • Workflow triggers are correct
  • Secrets are not exposed
  • Actions use pinned versions
  • Docker images use specific tags

Commit Format

ci: {brief description}

- {change 1}
- {change 2}

Closes #{issue_number}
  • git-workflow - Branch, commit, PR workflow
Changes

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.

  1. 7d ago First seen · 91 lines · 24 tokens per session scan A 599434322d94

Subscribe to this mod's changes

devops is a skill published in the GitHub repository hiromaily/go-crypto-wallet (127 stars, last pushed 4mo ago), licensed MIT. It adds 24 tokens to every session and 424 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other skills, from other repositories

lineth-quickstart

Operating manual for the Lineth Stack quickstart — the Docker-Compose dev/demo stack at docs/getting-started/lineth-stack in the lineth-monorepo that boots a local Linea/Lineth L2 with Sepolia or local L1 finality. Use whenever you are working inside the lineth-stack quickstart and need to boot or run the stack…

LFDT-Lineth/lineth-monorepo · 228 tokens

agent-wallet

Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…

hec-ovi/blockchain-skill · 93 tokens

agent-solidity

Write, audit and deploy Solidity smart contracts through a gated multi-step workflow (spec, threat model, design, implementation, in-process EVM proof, security audit, deployment), with a local EVM sandbox that needs no Foundry, Hardhat, anvil, node or funds. Trigger on Solidity, smart contract, .sol, ERC-20, ERC-721…

hec-ovi/blockchain-skill · 122 tokens

pqc-scan

Inventory the cryptography in a codebase that a quantum computer would break, and report what the scan could not read. Use when asked about post-quantum readiness, cryptographic inventory, a CBOM, or which algorithms a project signs with.

StanimirTenev/qrp-mcp · 50 tokens

bytesagain-wallet-tracker

Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation.

bytesagain/ai-skills · 28 tokens

agent-wallet

Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…

hec-ovi/blockchain-skill · 93 tokens