setup-checklist

Configure Claude Code settings, governance rules, and hooks across global or project scope.

8|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill setup-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-checklist
Source: https://github.com/vibercoder79/KI-Masterclass-Koerting-/tree/main/setup-checklist
Command: npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill setup-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes guesswork when configuring Claude Code best practices by guiding you through a safe, explainable setup of settings.json, CLAUDE.md, hooks, and rules for global machine use or per-project hygiene.

Core Features & Use Cases

  • Guided configuration with rationale: Walks through important Claude Code settings and explains why each one matters instead of just copying config files.
  • Mode-based setup: Supports global (machine) setup, projekt (project) setup, coding-governance mode, and audit mode with IST/SOLL comparison.
  • Security-minded defaults: Enables sandboxing and installs a guard.sh hook to block access to sensitive resources like .env, SSH keys, and credentials.
  • Config audit with repair offers: Reports missing/misaligned settings and offers targeted fixes one issue at a time, including warnings for deprecated/obsolete Opus 4.6-era env vars.

Quick Start

Run the skill in audit mode for your current setup by giving the instruction: /setup-checklist audit

Frequently Asked Questions about setup-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Code settings and CLAUDE.md for project governance?

To configure Claude Code governance, use a guided setup checklist that applies best-practice settings, rules, and hooks across global or project scope. This ensures required files like settings.json and CLAUDE.md are present while explaining the rationale for each configuration choice.

Can I audit my current Claude Code configuration against best practices?

Yes, you can audit your Claude Code configuration by running an audit mode that compares your current files against a machine-readable checklist. It reports missing or misaligned settings and offers targeted fixes one issue at a time, including warnings for deprecated environment variables.

What security hooks should I set up for Claude Code to block sensitive file access?

Setting up Claude Code security hooks involves installing a guard script that blocks access to sensitive resources like .env files, SSH keys, and credentials. This sandboxing approach ensures security-minded defaults are enforced during project setup.

Does Claude Code setup support both global machine and per-project configuration?

Yes, Claude Code setup supports both global machine configuration and per-project hygiene. You can choose between interactive global setup or project-specific setup with optional coding-governance rules applied locally.

Why does my Claude Code audit warn about deprecated Opus 4.6 environment variables?

Your Claude Code audit warns about deprecated Opus 4.6 environment variables because they are obsolete and no longer recommended. The audit mode detects these misaligned settings and offers targeted fixes to update your configuration.

What is the best way to add coding-governance rules to an existing Claude Code project?

The best way to add coding-governance rules is to run a project setup mode that applies governance configurations to your existing Claude Code environment. This guides you through enabling sandboxing, installing guard hooks, and aligning settings.json with best practices.