agentic-vimdoc

star 514

Use when writing or updating agentic.nvim vimdoc (doc/agentic.txt), or after changing init.lua, config_default.lua, theme.lua, or README install/keymaps - those edits require a matching vimdoc update. Covers the sync table, format rules, and the helptags regeneration command.

carlos-algms By carlos-algms schedule Updated 6/7/2026

name: agentic-vimdoc description: Use when writing or updating agentic.nvim vimdoc (doc/agentic.txt), or after changing init.lua, config_default.lua, theme.lua, or README install/keymaps - those edits require a matching vimdoc update. Covers the sync table, format rules, and the helptags regeneration command.

Vimdoc (doc/agentic.txt)

Manually written, NOT auto-generated.

When vimdoc MUST be updated

Source file Vimdoc section to update
lua/agentic/init.lua Usage (public API functions)
lua/agentic/config_default.lua Configuration, Customization
lua/agentic/theme.lua Customization (highlight groups)
README.md (install/keymaps) Installation, Keymaps, Integrations

Format rules

  • 78-char width.
  • Right-aligned tags *agentic-section*.
  • Code blocks >lua / <.
  • Function tags *agentic.function_name()*.
  • Cross-refs |agentic-section|.
  • Modeline vim:tw=78:ts=8:ft=help:norl:.

After editing:

timeout 5 nvim --headless -c "helptags doc/" -c "quit"
Install via CLI
npx skills add https://github.com/carlos-algms/agentic.nvim --skill agentic-vimdoc
Repository Details
star Stars 514
call_split Forks 47
navigation Branch main
article Path SKILL.md
More from Creator
carlos-algms
carlos-algms Explore all skills →