원클릭으로
using-nvim
Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when transcribing audio files with speaker diarization. Triggers on TRANSCRIBE keyword.
Create, update, delete, and query Google Calendar events using gcallm CLI, MCP tools, or direct API calls.
Rule-based methodology for essay development. Load this index first, then load specific essay type file based on task.
Comprehensive guide for managing Claude Code snippets v2.0 - discovering locations, creating snippets from files, searching by name/pattern/description, and validating configurations. Use this skill when users want to create, search, or manage snippet configurations in their Claude Code environment. Updated for LLM-friendly interface with TTY auto-detection.
Style guide and primer for writing in Warren Zhu's voice. Use when drafting emails, essays, blog posts, technical documents, consulting deliverables, presentations, or any writing for or as Warren. Covers philosophical sensibilities, stylistic patterns, characteristic moves, tone calibration, and professional/technical writing registers. Also useful when understanding Warren's intellectual background and preferences for advising him.
Use when interacting with Harvard Canvas LMS - fetching courses, assignments, grades, submissions, modules, calendar events. Trigger with CANVAS keyword.
| name | Using Nvim |
| description | Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure. |
Warren's Neovim: ~/.config/nvim
BEFORE answering Neovim questions:
~/.config/nvim/
├── init.lua # Entry point
├── lua/
│ ├── plugins/ # Plugin configs
│ │ ├── lsp.lua # LSP (pyright)
│ │ ├── treesitter.lua # Syntax
│ │ └── telescope.lua # Fuzzy finder
│ ├── config/ # Custom settings
│ └── utils/ # Helpers
└── after/ # After-load
extraPaths: ["."]