vim-config
Vim configuration with Vim-Plug plugin management, tag navigation, search, and Xdebug debugging for YADRLite.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Vim configuration with Vim-Plug plugin management, tag navigation, search, and Xdebug debugging for YADRLite.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Institutional memory for your project. Commands: record, consult, review. Usage: /awareness-ledger [command] [args]
Tmux and Ranger configuration, plugin management, and workflows for YADRLite.
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.
| name | vim-config |
| description | Vim configuration with Vim-Plug plugin management, tag navigation, search, and Xdebug debugging for YADRLite. |
| allowed-tools | Read, Glob, Grep, Edit, Write |
| minimum-effort-level | high |
Vim configuration management with Vim-Plug, tag navigation, search, and Xdebug debugging for YADRLite.
Uses Vim-Plug for plugin management:
:PlugInstall (from Vim Normal mode):PlugUpdatevim/settings/Tag Management:
:MakeTags,gt (search tag), ,gi (next in history), ,go (back in history)Search:
,ag (Silver Searcher + Fzf),ad,aw:Gsearch foo → %s/search/replace/g → :Greplace → :wallXdebug Debugging:
.vimrc.local per project (see README)F5 (run), F2 (step over), F3 (step into), F10 (breakpoint)Before modifying Vim configuration:
vim/vimrc AND glob vim/settings/*.vim and read the file that most plausibly owns the setting being changed (filename keyword match against the setting domain — plugins.vim, search.vim, debug.vim, etc.).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.