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.
curl -O https://raw.githubusercontent.com/carlos-algms/agentic.nvim/main/.agents/skills/agentic-neovim-documentation/SKILL.mdgit clone --depth 1 https://github.com/carlos-algms/agentic.nvimWrote 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.
[](https://agentmods.dev/skills/carlos-algms/agentic.nvim/agentic-neovim-documentation)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.md — timeout 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
- Runtime docs:
- Linux (Snap):
/snap/nvim/current/usr/bin/nvim- Runtime docs:
/snap/nvim/current/usr/share/nvim/runtime/doc/
- Runtime docs:
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.
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.
- 8d ago First seen · 44 lines · 64 tokens per session scan A b5a328e19593
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.
Other skills, from other repositories
ljg-word
Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word.
golang-stay-updated
Golang ecosystem watch list — official sources (go.dev/blog, pkg.go.dev, tour.golang.org, golang-nuts), newsletters (Golang Weekly, Awesome Go Newsletter), communities (r/golang, gophers.slack.com, Go Forum, go.dev/wiki), blogs (Dave Cheney, Ardan Labs, Rob Pike), YouTube channels (Gopher Academy, GopherCon EU/UK)…
rust-learner
Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.
course
A Python helper that displays tutorials, group information, source-code links, and other resources for the python-office library in a terminal.
llvm-learning
Comprehensive learning resources and tutorials for LLVM, Clang, and compiler development. Use this skill when helping users learn LLVM internals, find educational resources, or understand compiler concepts.
notebook.create_api_intro
Create a notebook to present the API of a package.