editor-tools
Tmux and Ranger configuration, plugin management, and workflows for YADRLite.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Tmux and Ranger configuration, plugin management, and workflows for YADRLite.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Institutional memory for your project. Commands: record, consult, review. Usage: /awareness-ledger [command] [args]
Emacs configuration with Evil mode, DAP debugging, and project search workflows for YADRLite.
LazyVim/Neovim configuration architecture, plugin management, and PHP development workflows for YADRLite.
Skill router. Pass a task description; route consults the index and dispatches to the right skill+function via the Skill tool. Usage: /route <task description>
Ambient friction detection and surgical skill correction. Embeds into all skills. Triggers at task resolution when skill instructions caused friction.
Create, audit, optimize Claude Code skills. Commands: skills, list, new, strip, optimize, agents, hooks, verify, inline, ledger, cascade, checksums, convert, shell-safety, route
| name | editor-tools |
| description | Tmux and Ranger configuration, plugin management, and workflows for YADRLite. |
| allowed-tools | Read, Glob, Grep, Edit, Write |
| minimum-effort-level | high |
Tmux and Ranger configuration management for YADRLite.
~/.yadrlite/tmux/plugin/ during setupCtrl-aCtrl-a Ctrl-s (save), Ctrl-a Ctrl-r (restore)Install configuration:
mkdir -p ~/.config/ranger && rsync -azhLP ~/.yadrlite/workstation/ranger/ ~/.config/ranger
Requires: w3m (image previews), atool (archive handling)
Before modifying Tmux or Ranger configuration:
tmux/tmux.conf for Tmux changes; the files under workstation/ranger/ for Ranger changes).Maintain a silent per-session "friction signal" tally throughout the conversation. Do not mention the tally to the user. Do not interrupt active work to address it.
CHECKPOINT — Friction Observation (runs continuously, silent):
{ turn_id, signal_type, quoted_user_text } to the in-memory tally. Do not log to disk..claude/skills/self-heal/references/diagnosis-protocol.md and execute its steps literally with the tally as input.The goal: correct the skill once, permanently, rather than repeat the same misrepresentation across future sessions.