aigon-research-reset

aigon-research-reset is a skill for Claude Code, Codex from jayvee/aigon. It costs 17 tokens per session (251 once invoked), scanned A, original, Apache-2.0.

A reset command that returns an active research topic to a clean backlog state by removing its temporary workflow data and findings logs.

In plain words
What is it for?
Use it to close sessions, remove findings and status files, clean agent heartbeats and workflow data, and refresh the project view.
Why use it?
It clears unfinished sessions and generated state when a research run needs to start over.

Skill for Claude CodeCodex

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

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/jayvee/aigon/aigon-research-reset
Any agent
npx skills add jayvee/aigon --skill aigon-research-reset
Clone the repo
git clone --depth 1 https://github.com/jayvee/aigon

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 aigon-research-reset

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayvee/aigon/aigon-research-reset.svg)](https://agentmods.dev/skills/jayvee/aigon/aigon-research-reset)
Your own site
<a href="https://agentmods.dev/skills/jayvee/aigon/aigon-research-reset"><img src="https://agentmods.dev/badge/skills/jayvee/aigon/aigon-research-reset.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 251 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.00017 $0.00251
Opus 5 $0.00009 $0.00125
Sonnet 5 $0.00003 $0.00050
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

aigon-research-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 6d 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/aigon-research-reset/SKILL.md · 34 lines

What it actually says

aigon-research-reset

Reset a research topic back to a fresh backlog state.

aigon research-reset $1

What this does

research-reset performs research-specific cleanup in one command:

  1. Closes active sessions for the research ID
  2. Removes findings logs (research-<id>-*-findings.md)
  3. Removes research status files in .aigon/state/
  4. Removes matching heartbeat files for research agents
  5. Returns the lifecycle to backlog and refreshes the generated view
  6. Removes workflow engine state in .aigon/workflows/research/<id>/

Reset is idempotent. Running it again after cleanup is a no-op.

Argument Resolution

If no ID is provided, or the ID doesn't match an active research topic:

  1. List research specs in 03-in-progress/, 04-in-evaluation/, and 06-paused/
  2. If a partial ID or name was given, filter to matches
  3. Present the matching topics and ask the user to choose one

ARGUMENTS: $1

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. 6d ago First seen · 34 lines · 17 tokens per session scan A fd89f1639101

Subscribe to this mod's changes

aigon-research-reset is a skill published in the GitHub repository jayvee/aigon (25 stars, last pushed 4d ago), licensed Apache-2.0. It adds 17 tokens to every session and 251 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.