tillmeier

Init Local Md — Development skill for Claude Code

Development community

Create or reinitialize .claude/local.md with environment-specific configuration.

How to install Init Local Md

Installs to ~/.claude/skills/tillmeier-claude-code-guardrails-init-local-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tillmeier-claude-code-guardrails-init-local-md && curl -fsSL https://raw.githubusercontent.com/tillmeier/claude-code-guardrails/HEAD/commands/init-local-md.md -o ~/.claude/skills/tillmeier-claude-code-guardrails-init-local-md/SKILL.md

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

What Init Local Md does


name: init-local-md description: Create or reinitialize .claude/local.md with environment-specific configuration. Detects project type, environment, and available tools, then writes an appropriate template. Pass `--force` to overwrite without backup prompt. argument-hint: "[--force]"

Initialize .claude/local.md

Create or reinitialize the .claude/local.md file with environment-specific configuration. This command detects the current environment and creates an appropriate local.md file

Alternatives in Development

  • 05 Env And Auth — Prompt 05: Environment Configuration & API Authentication 2.3k ★
  • Rb Init — Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill) 1.3k ★
  • Ag Init — Scaffold a new multi-agent repository from the Antigravity template (invokes agent-repo-init skill) 1.2k ★

Full documentation available on GitHub

View Source Repository