scientific-writing: Skill for Claude Code

.claude/skills/reset/SKILL.md

reset is a skill for Claude Code from koljaschoepe/scientific-writing. It costs 32 tokens per session (755 once invoked), scanned A, original, MIT.

A reset workflow for moving a scientific-writing project back to an earlier phase. Later results are archived rather than immediately discarded.

In plain words
What is it for?
Use it to return to an earlier phase such as brainstorming, outlining, citation assignment, chapter planning, writing, or quality review.
Why use it?
It makes it possible to revise an earlier decision while showing what later work will be moved aside and requiring confirmation before the reset.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is koljaschoepe/scientific-writing's own configuration. It tells Claude Code how to work on scientific-writing 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 scientific-writing configures →

Reuse

Borrowing it

Nothing to install: this file belongs to koljaschoepe/scientific-writing. 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/koljaschoepe/scientific-writing/main/.claude/skills/reset/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/koljaschoepe/scientific-writing

Made for: Claude Code.

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 reset

README.md
[![agentmods](https://agentmods.dev/badge/skills/koljaschoepe/scientific-writing/reset/github.svg)](https://agentmods.dev/skills/koljaschoepe/scientific-writing/reset)
Your own site
<a href="https://agentmods.dev/skills/koljaschoepe/scientific-writing/reset"><img src="https://agentmods.dev/badge/skills/koljaschoepe/scientific-writing/reset/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reset

Your own site · 80×15
<a href="https://agentmods.dev/skills/koljaschoepe/scientific-writing/reset"><img src="https://agentmods.dev/badge/skills/koljaschoepe/scientific-writing/reset.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 755 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.
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.00032 $0.00755
Opus 5 $0.00016 $0.00378
Sonnet 5 $0.00006 $0.00151
Haiku 4.5 $0.00003 $0.00076

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

Security

Grade A, and why

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 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.

.claude/skills/reset/SKILL.md · 98 lines

How it starts

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

Phase zurücksetzen

Setzt das Projekt auf eine frühere Phase zurück. Alle Ergebnisse späterer Phasen werden archiviert.

Ablauf

1. Zielphase bestimmen

Mit Parameter (z.B. /reset 2):

  • Verwende die angegebene Phase

Ohne Parameter:

  • Frage: "Auf welche Phase möchtest du zurücksetzen? (1-6)"
  • Zeige die Phasen zur Orientierung:
    1. Brainstorming
    2. Gliederung
    3. Zitat-Zuordnung
    4. Kapitel-Planung
    5. Schreiben
    6. Qualitätsprüfung

2. Status prüfen

Lies output/progress.json für die aktuelle Phase.

Falls Zielphase >= aktuelle Phase: "Du bist bereits in Phase [X]. Ein Reset auf Phase [Y] ist nicht nötig."

Falls Zielphase < 1 oder > 6: "Ungültige Phase. Wähle eine Phase zwischen 1 und 6."

3. Auswirkungen zeigen

Zeige dem User was verloren geht:

Reset auf Phase [X] -- Folgende Daten werden archiviert:

[Für jede Phase > Zielphase die Dateien enthält:]
  Phase [Y]: [Anzahl] Dateien in draft/ und final/
  Phase [Z]: [Anzahl] Dateien in draft/ und final/
  ...

Die archivierten Dateien werden nach output/_archived/reset-[DATUM]/ verschoben.
Du kannst sie jederzeit manuell wiederherstellen.

Bist du sicher?

4. Sicherheitsabfrage

Warte auf explizite Bestätigung. Bei "nein" oder Abbruch: Nichts tun.

Besondere Warnung bei Reset auf Phase 2: "ACHTUNG: Die Gliederung wird entsperrt. Alle Kapitel-Pläne, geschriebenen Texte und Reviews gehen verloren (werden archiviert). Das ist ein großer Schritt -- bist du wirklich sicher?"

5. Reset durchführen

Bei Bestätigung:

  1. Archiv-Ordner erstellen: output/_archived/reset-[YYYY-MM-DD-HHmmss]/

  2. Dateien archivieren (für jede Phase > Zielphase):

    • Verschiebe output/phase-XX-*/draft/* nach output/_archived/reset-[DATUM]/phase-XX-*/draft/
    • Verschiebe output/phase-XX-*/final/* nach output/_archived/reset-[DATUM]/phase-XX-*/final/
  3. progress.json aktualisieren:

    {
      "aktuelle_phase": [Zielphase],
      "abgeschlossene_phasen": [nur Phasen < Zielphase],
      "letztes_update": "[heute]"
    }
    

Read the full file on GitHub · 98 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. 9d ago First seen · 98 lines · 32 tokens per session scan A df6c99c3487d

Subscribe to this mod's changes

reset is a skill published in the GitHub repository koljaschoepe/scientific-writing (11 stars, last pushed 22d ago), licensed MIT. It adds 32 tokens to every session and 755 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.

Related

Other skills, from other repositories

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

Orchestra-Research/AI-Research-SKILLs · 68 tokens

systems-paper-writing

Comprehensive guide for writing systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides paragraph-level structural blueprints, writing patterns, venue-specific checklists, reviewer guidelines, LaTeX templates, and conference deadlines. Use this skill for all systems conference paper writing.

Orchestra-Research/AI-Research-SKILLs · 66 tokens

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

brycewang-stanford/Auto-Empirical-Research-Skills · 68 tokens

academic-paper-writer

Draft economics papers with proper structure and academic style.

brycewang-stanford/Auto-Empirical-Research-Skills · 14 tokens

ml-paper-writing

Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification…

brycewang-stanford/Auto-Empirical-Research-Skills · 80 tokens

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

OpenLAIR/dr-claw · 65 tokens