agentic.nvim: Skill for Claude Code

.agents/skills/agentic-neovim-documentation/SKILL.md

agentic-neovim-documentation is a skill for Claude Code, Codex from carlos-algms/agentic.nvim. It costs 64 tokens per session (421 once invoked), scanned A, original, MIT.

A reference guide for finding and using Neovim’s documentation and Lua programming interfaces. Neovim is a text editor that can be extended and configured with Lua.

In plain words
What is it for?
Use it when you need details about Neovim features, configuration, commands, or Lua APIs.
Why use it?
It helps answer Neovim questions using documentation for the installed version without relying on potentially outdated memory or unsafe editor commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is carlos-algms/agentic.nvim's own configuration. It tells Claude Code and Codex how to work on agentic.nvim itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agentic.nvim configures →

Reuse

Borrowing it

Nothing to install: this file belongs to carlos-algms/agentic.nvim. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/carlos-algms/agentic.nvim/main/.agents/skills/agentic-neovim-documentation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/carlos-algms/agentic.nvim

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-neovim-documentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/carlos-algms/agentic.nvim/agentic-neovim-documentation.svg)](https://agentmods.dev/skills/carlos-algms/agentic.nvim/agentic-neovim-documentation)
Your own site
<a href="https://agentmods.dev/skills/carlos-algms/agentic.nvim/agentic-neovim-documentation"><img src="https://agentmods.dev/badge/skills/carlos-algms/agentic.nvim/agentic-neovim-documentation.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00421
Opus 5 $0.00032 $0.00211
Sonnet 5 $0.00013 $0.00084
Haiku 4.5 $0.00006 $0.00042

Measured 8d ago against content hash b5a328e19593, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

agentic-neovim-documentation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/agentic-neovim-documentation/SKILL.md · 44 lines

What it actually says

Neovim Documentation Files and help docs

CRITICAL: Do NOT run nvim --headless or any other nvim command to read help documentation. Use direct file access instead.

Exception: regenerating helptags after a vimdoc edit is allowed and required by AGENTS.mdtimeout 5 nvim --headless -c "helptags doc/" -c "quit". That writes tags, it does not read docs.

Why: Running nvim commands can hang, cause race conditions, or interfere with development environment.

Neovim Documentation Lookup Strategy:

Always prefer reading local documentation files directly from the Neovim runtime path, because they reflect the exact version installed on the system.

Common path patterns for discovery:

  • macOS (Homebrew):
    • Runtime docs: /opt/homebrew/Cellar/neovim/*/share/nvim/runtime/doc/
    • Note: We don't need the exact version, just use the wildcard * to match the installed version
  • Linux (Snap): /snap/nvim/current/usr/bin/nvim
    • Runtime docs: /snap/nvim/current/usr/share/nvim/runtime/doc/

If local lookup fails: Use GitHub raw URLs (least preferred)

https://raw.githubusercontent.com/neovim/neovim/refs/tags/v<version>/runtime/doc/<doc-name>.txt

Tip: Do not assume a file contains what you need, use rg, or grep on the runtime/doc folder to find the file containing needed info.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 44 lines · 64 tokens per session scan A b5a328e19593

Subscribe to this mod's changes

agentic-neovim-documentation is a skill published in the GitHub repository carlos-algms/agentic.nvim (614 stars, last pushed 15d ago), licensed MIT. It adds 64 tokens to every session and 421 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.