Splits the current pane into evenly-sized grid using wezterm cli
split-pane. Supports optional command per pane, dryrun mode, and
auto-detects native or Flatpak WezTerm CLI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
claude-profile now:
- Syncs all repos (git pull --ff-only) before starting a session
- Emits WezTerm user-var escape sequences to trigger profile themes
- Resets terminal theme on session exit via trap
New script sync-repos pulls latest for all git repos under ~/dev/claude
with --dryrun support and color status output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Memory files for decisions, bash gotchas, and process lessons.
Updated MEMORY.md index and README.md with new scripts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Utility for switching between Claude Code skill profiles by
managing the ~/.claude/skills symlink target.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Scans all projects for session logs not yet processed by /reflect-logs,
using .reflection-state.json to track reflected status.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Converts markdown files to DOCX with optional reference doc styling.
Supports front matter stripping and custom output paths.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Compares installed skill symlinks against the source directory,
reporting missing, stale, and orphan entries.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Checks for common issues that silently break skills — non-ASCII
frontmatter, $VAR in paths, uncovered binaries in allowed-tools, etc.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Scans a directory tree for git repos and produces a concise report
showing uncommitted changes (with +/- character counts) and
ahead/behind status per remote. Supports --dryrun to preview
discovered repos without running checks.
Includes OpenSpec, implementation, and 26-assertion test suite.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Spec-driven utility script collection with dryrun support and
automated testing. Includes project docs, test runner, and
directory structure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>