Agent Skill
2/7/2026

jj

Authoritative Jujutsu (jj) workflow rules and allowed commands. Use when performing version control operations in repositories that require jj or when deciding how to use jj safely.

0
01
0GitHub Stars
1Views
npx skills add 01-mu/dotfiles

SKILL.md

Namejj
DescriptionAuthoritative Jujutsu (jj) workflow rules and allowed commands. Use when performing version control operations in repositories that require jj or when deciding how to use jj safely.

dotfiles

Source of truth for my dotfiles. Edit only under ~/dotfiles. Prereq: GNU stow.

Stow usage

cd ~/dotfiles

mac default (Linux too):

stow -n nvim zsh vim git nix vscode-mac codex
stow nvim zsh vim git nix vscode-mac codex

Note: vscode-linux is also available.

Nix flake

nix develop

This enters the default development shell from flake.nix.

Codex

Safe wrapper

export PATH="$HOME/.codex/bin:$PATH"
codex-safe

Optional checks:

codex execpolicy check --pretty --rules ~/.codex/rules/policy-deny.rules -- sudo ls
sandbox-exec -f ~/.codex/sandbox/deny-secrets.sb cat .env

mac bootstrap

./scripts/bootstrap/mac.sh

Windows: see windows/README.md.

Skills Info
Original Name:jjAuthor:01