varrd-reset

varrd-reset is a skill for Claude Code, Codex from varrdinc/varrd. It costs 28 tokens per session (303 once invoked), scanned A, original, MIT.

A procedure for restarting a VARRD research session, where VARRD is a research tool that saves validated findings to a library. It is intended for sessions that are stuck, failing, or no longer found.

In plain words
What is it for?
Use it when a VARRD session returns repeated errors, stops responding, or gives a 404 session error, then start a fresh research session.
Why use it?
It clears a broken session so research can continue in a new one without trying to repair unusable session state.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/varrdinc/varrd/varrd-reset
Any agent
npx skills add varrdinc/varrd --skill varrd-reset
Clone the repo
git clone --depth 1 https://github.com/varrdinc/varrd

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 varrd-reset

README.md
[![agentmods](https://agentmods.dev/badge/skills/varrdinc/varrd/varrd-reset.svg)](https://agentmods.dev/skills/varrdinc/varrd/varrd-reset)
Your own site
<a href="https://agentmods.dev/skills/varrdinc/varrd/varrd-reset"><img src="https://agentmods.dev/badge/skills/varrdinc/varrd/varrd-reset.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 303 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00028 $0.00303
Opus 5 $0.00014 $0.00151
Sonnet 5 $0.00006 $0.00061
Haiku 4.5 $0.00003 $0.00030

Measured 5d ago against content hash 9918a17c8c55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

varrd-reset 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 5d 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.

skills/varrd-reset/SKILL.md · 49 lines

What it actually says

VARRD Reset — Fix Stuck Sessions

Use this skill when a research session gets stuck, errors out, or enters a bad state.

Command

varrd reset <session_id>

How It Works

Kills the broken session on the server. After resetting, start a new research session by running varrd research without a session ID.

When to Use

  • Research session returns errors on subsequent turns
  • Session feels stuck or unresponsive
  • You got a 404 on a session ID (server restarted)

Important

  • Don't try to fix a broken session — just reset and start over
  • Session state is not precious — validated hypotheses are already saved to your library
  • After reset, call varrd research "your idea" to start fresh

Cost

Free. No credits consumed.

Python SDK Equivalent

from varrd import VARRD
v = VARRD()
v.reset("sess_abc123")
# Start fresh
r = v.research("your idea here")
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. 5d ago First seen · 49 lines · 28 tokens per session scan A 9918a17c8c55

Subscribe to this mod's changes

varrd-reset is a skill published in the GitHub repository varrdinc/varrd (24 stars, last pushed 5d ago), licensed MIT. It adds 28 tokens to every session and 303 once invoked, about $0.0001 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

jcdb

数据库只读查询技能。用于写 SQL/代码/配置前核对真实表名与字段定义,防止臆造。能力:按表注释模糊搜索表(queryTable)、按表名精确查表及字段(findTable)、查字段结构(queryTableColumns)、查指定表指定字段数据(queryTableData)。用户提到查库表、查表结构、查字段定义、字段含义、表注释、queryTable、findTable、queryTableColumns、queryTableData 时触发.

cloudQuant/backtrader · 118 tokens

devwiki

Use when the user asks about JoyinCode development workflow, how to use AI coding in this project, or mentions any pipeline step (markitdown Word-to-MD conversion, grill-with-docs requirement analysis, opsx proposal workflow).

cloudQuant/backtrader · 51 tokens

specx

企业级 AI 研发流程 — 需求 → 澄清 → 规格 → 设计 → 任务 → 执行 → 归档.

cloudQuant/backtrader · 33 tokens

grill-with-docs

Full design grilling session. I interview you relentlessly about every aspect of your plan until we reach shared understanding. At the end, I generate CONTEXT.md and ADR files from what we discussed.

cloudQuant/backtrader · 44 tokens

opsx

当用户需要发起提案(propose)、实施提案(apply)、归档提案(archive)、初始化(init)时使用.

cloudQuant/backtrader · 31 tokens

demo

Skill "demo" from cloudQuant/backtrader, covering 第一步 梳理当前项目结构, 第二步 梳理流程相关 and 第三步 展示效果.

cloudQuant/backtrader · 0 tokens