Harden Config banner
jchigg2000-git jchigg2000-git

Harden Config

DevOps community

Description

--- description: Deployment hardening step 5 — validate runtime/deploy config per target. Railway: railway.json/toml, healthcheck, restart policy. npm: package.json publish metadata. Public git: README + LICENSE present, no internal hostnames. Read-only; --fix applies obvious additions (license field, engines, healthcheck path) with confirmation. Fire on `/harden-config`. argument-hint: "[--fix] [scope path]" allowed-tools: Bash(jq:*), Bash(npm:*), Bash(git:*), Bash(rg:*), Bash(find:*), Bash(dat

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-config && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/harden-config.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository