SkillAgentSearch skills...

Obfuscate.nvim

visually obfuscates your top secret code while you are coding in public

Install / Use

/learn @ck-zhang/Obfuscate.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

obfuscate.nvim

Demo

obfuscate.nvim visually obfuscates your top secret code while you are programming in public

Features

  • Partially obfuscate alphabetic characters, leaving symbols and numbers
  • Purely visual obfuscation that does not alter the actual content
  • Quick real-time toggle

Installing (lazy.nvim)

{
  "https://github.com/ck-zhang/obfuscate.nvim",
}

Usage

To toggle on and off obfuscation, use lua require('obfuscate').toggle() Or bind it for easier access

Example keybinding:

vim.keymap.set(
  "n",
  "<C-t>",
  require('obfuscate').toggle,
  { desc = "Toggle Obfuscate", noremap = true, silent = true }
)

TODO

  • [ ] Implement user command to toggle obfuscation

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Lua

Security Score

95/100

Audited on Jan 9, 2026

No findings