pond: Skill for Claude Code

.agents/skills/add-adapter/SKILL.md

add-adapter is a skill for Claude Code, Codex from tenequm/pond. It costs 61 tokens per session (5,308 once invoked), scanned A, original, Apache-2.0.

A development playbook for adding an adapter, a translator between an agent's session format and pond's shared format.

In plain words
What is it for?
Use it when adding or revising adapters under pond's source tree, including their specifications, fixtures, wiring, and tests.
Why use it?
It helps preserve all source data, avoid invented values, and prove that importing and restoring data work correctly.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions subagents; installed under .agents/ (shared by several agents); built for openclaw.

This is tenequm/pond's own configuration. It tells Claude Code and Codex how to work on pond 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 pond configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tenequm/pond. 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/tenequm/pond/main/.agents/skills/add-adapter/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tenequm/pond

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 add-adapter

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenequm/pond/add-adapter.svg)](https://agentmods.dev/skills/tenequm/pond/add-adapter)
Your own site
<a href="https://agentmods.dev/skills/tenequm/pond/add-adapter"><img src="https://agentmods.dev/badge/skills/tenequm/pond/add-adapter.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,308 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.00061 $0.05308
Opus 5 $0.00030 $0.02654
Sonnet 5 $0.00012 $0.01062
Haiku 4.5 $0.00006 $0.00531

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

Security

Grade A, and why

add-adapter 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/add-adapter/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Adding a pond adapter

An adapter is a bidirectional codec between one agent's native session format and pond's canonical schema (docs/spec.md section 6). The bar it must meet: lossless capture (every source field recoverable), no synthesized values, additive re-sync, and a restore face that is either lossless-native or an honest refusal. The registry cost is fixed and small: one file under packages/pond/src/adapter/ plus its wiring in src/adapter/mod.rs - a module declaration, a re-export, and the registry() entry (spec 6.7).

The work splits into two phases. Phase A produces the spec doc and the fixture; Phase B implements from them. Ship both in ONE self-contained PR: spec doc + fixture + adapter + tests + doc rows. Opening a draft PR after Phase A, so the decision table gets reviewed before implementation, is recommended but not required.

Ground rules that override any instinct to improvise:

  • docs/spec.md section 6 is the contract. The named rules cited below (adapter-integrity-*, adapter-bounded-values, model-no-synthesis, ...) are binding, and each states WHY it exists - read the rule before deviating.
  • cargo fmt --check, cargo clippy --all-targets -- -D warnings, cargo test green is the whole bar for an adapter PR. No benchmarks: adapters are import-isolated from the store and query layer (a guard test in src/adapter/mod.rs enforces it and lists its exemptions with reasons), so an adapter cannot reach the store's write path, commit discipline, or query plans; what it can still get wrong - parse cost, emitted volume, freshness reads - is what the conformance harness and review look at.
  • Third-party session-search parsers (franken_agent_detection, deja-vu, ctx, ...) may be read as corroborating references, never as the authority. Their bar is a search projection; pond's is a lossless round-trip codec.
  • Fixtures come from sandboxed self-capture only. Never vendor another repo's fixture, and never copy files from a real (non-sandboxed) agent home.

Read the full file on GitHub · 133 lines

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 · 133 lines · 61 tokens per session scan A 2934f7972705

Subscribe to this mod's changes

add-adapter is a skill published in the GitHub repository tenequm/pond (58 stars, last pushed today), licensed Apache-2.0. It adds 61 tokens to every session and 5,308 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.

Related

Other skills, from other repositories

config-manager

Skill that manages configuration.

ryo-ebata/cc-audit · 7 tokens

code-review-helper

A safe skill that helps with code review tasks.

ryo-ebata/cc-audit · 13 tokens

org-update-todo

Update the TODO state and metadata of an existing org-mode heading via the org MCP server. Use when the user wants to change a task's state, priority, tags, or timestamps. Triggers: "mark as done", "complete this task", "reschedule", "change priority", "update the deadline", "close this TODO", "set a deadline", "retag…

szaffarano/org-mcp-server · 102 tokens

org-agenda

View and manage org-mode agenda, scheduled tasks, TODOs, and deadlines via the org MCP server. Use when the user asks about their schedule, agenda, tasks, or deadlines. Triggers: "show my agenda", "what's on my schedule", "tasks for today", "tomorrow's agenda", "what do I have this week", "show next week", "last…

szaffarano/org-mcp-server · 120 tokens

org-capture

Create new org-mode headings and notes via the org MCP server. Use when the user wants to add a new task, note, journal entry, or any new heading to their org files. Triggers: "add a task", "create a note", "capture this", "log an entry", "add to my notes", "create a TODO", "add a journal entry", "record this idea"…

szaffarano/org-mcp-server · 97 tokens

org-search

Search and browse org-mode documents via the org MCP server. Use when the user wants to find content across org files, list their org documents, read file contents, or navigate headings and outlines. Triggers: "search my notes for...", "find org pages about...", "list my org files", "show outline of...", "read the…

szaffarano/org-mcp-server · 107 tokens