empirical-prompt-tuning

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

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 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