empirical-prompt-tuning

Installation
CLI
npx skills add https://github.com/mizchi/chezmoi-dotfiles --skill empirical-prompt-tuning

Installieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.

Zuletzt aktualisiert am 4/23/2026

chezmoi-dotfiles

macOS dotfiles managed with chezmoi.

Structure

dot_zshrc                 # ~/.zshrc
dot_config/
├── helix/                # Helix editor
├── mise/                 # mise (asdf alternative)
├── sheldon/              # zsh plugin manager
├── starship.toml         # Starship prompt
├── zellij/               # Terminal multiplexer
└── zsh/
    ├── path.zsh          # PATH settings
    ├── functions.zsh     # Shell functions (ghq/fzf)
    └── just.zsh          # just completions
dot_claude/
├── CLAUDE.md             # Claude Code instructions
├── settings.json         # Claude Code settings
└── skills/               # Claude Code skills
    ├── jj/               # Jujutsu VCS
    ├── justfile/         # just command runner
    ├── devbox/           # Nix-based dev environments
    ├── dotenvx/          # Environment variable management
    ├── moonbit-*/        # MoonBit language
    └── agentskills/      # Agent skills docs

Install

chezmoi init https://github.com/mizchi/chezmoi-dotfiles.git
chezmoi apply

# Setup skills symlinks
~/.claude/skills/install.sh

Pre-commit

Uses prek with secretlint to prevent committing secrets.

prek install