agentic.nvim: Skill for Claude Code

.agents/skills/agentic-acp-docs-and-schema/SKILL.md

agentic-acp-docs-and-schema is a skill for Claude Code, Codex from carlos-algms/agentic.nvim. It costs 34 tokens per session (416 once invoked), scanned A, original, MIT.

Reference material for the Agent Client Protocol, including its message formats, setup process, sessions, prompts, tool calls, files, terminals, plans, modes, commands, and transports.

In plain words
What is it for?
Use it when a task depends on ACP schemas, events, protocol behavior, or official documentation.
Why use it?
It provides the protocol rules needed to understand or implement ACP data and events correctly.

Skill for Claude CodeCodex

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

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-acp-docs-and-schema/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-acp-docs-and-schema

README.md
[![agentmods](https://agentmods.dev/badge/skills/carlos-algms/agentic.nvim/agentic-acp-docs-and-schema.svg)](https://agentmods.dev/skills/carlos-algms/agentic.nvim/agentic-acp-docs-and-schema)
Your own site
<a href="https://agentmods.dev/skills/carlos-algms/agentic.nvim/agentic-acp-docs-and-schema"><img src="https://agentmods.dev/badge/skills/carlos-algms/agentic.nvim/agentic-acp-docs-and-schema.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 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.00034 $0.00416
Opus 5 $0.00017 $0.00208
Sonnet 5 $0.00007 $0.00083
Haiku 4.5 $0.00003 $0.00042

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

Security

Grade A, and why

agentic-acp-docs-and-schema 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 9d 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-acp-docs-and-schema/SKILL.md · 40 lines

What it actually says

ACP documentation and schema

The ACP documentation can be found at:

ACP architectural limitations:

  • No partial acceptance of file changes: Users must accept or reject the entire file's changes as a unit. The ACP protocol is async and transactional (all-or-nothing tool calls). Implementing partial acceptance would require complex workarounds (e.g., auto-accepting then partially reverting) which adds significant complexity. This feature is deferred/out of scope.

Message flow and tool call lifecycle

Required reading for working on adapters, MessageWriter, SessionManager, or PermissionManager.

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. 9d ago First seen · 40 lines · 34 tokens per session scan A b99cb7e8ac8a

Subscribe to this mod's changes

agentic-acp-docs-and-schema is a skill published in the GitHub repository carlos-algms/agentic.nvim (615 stars, last pushed 16d ago), licensed MIT. It adds 34 tokens to every session and 416 once invoked, about $0.0002 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.