Claude-skill-registry config-hardening
Harden configuration and defaults for safer deployment. Use when a mid-level developer needs to reduce misconfig risks.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/config-hardening" ~/.claude/skills/majiayu000-claude-skill-registry-config-hardening && rm -rf "$T"
manifest:
skills/data/config-hardening/SKILL.mdsource content
Config Hardening
Purpose
Harden configuration and defaults for safer deployment.
Inputs to request
- Current configuration defaults.
- Environment and deployment model.
- Security requirements and threat model.
Workflow
- Audit environment variables and defaults.
- Recommend safer defaults and validation.
- Identify secrets and rotate if exposed.
Output
- Config hardening checklist.
Quality bar
- Avoid breaking changes without migration notes.
- Call out secret handling explicitly.