reload-and-reset

Reload the AI instruction system and reset behavior to ROOT_INSTRUCTION.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dobachi/claude-skills-marketplace --skill reload-and-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reload-and-reset
Source: https://github.com/dobachi/claude-skills-marketplace/tree/main/plugins/reload-and-reset/skills/reload-and-reset
Command: npx skills add https://github.com/dobachi/claude-skills-marketplace --skill reload-and-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reloading an AI instruction system after updates can leave the assistant behaving inconsistently, outdated, or not following the latest rules, especially after long sessions or changes to instruction kits.

Core Features & Use Cases

  • Instruction system reload: Updates the AI instruction system from the latest submodule version when applicable.
  • Behavior reset to ROOT_INSTRUCTION: Declares and applies a clean state that prioritizes the latest ROOT_INSTRUCTION-compliant operating mode.
  • Task checkpoint preservation: Saves current task state before reloading so progress information can be recovered after the reset.

Quick Start

Ask the AI to run the /reload-and-reset command to update to the latest instruction system and reset its behavior to follow ROOT_INSTRUCTION.

Frequently Asked Questions about reload-and-reset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reload AI instructions and reset behavior to follow the latest rules?

To reload AI instructions and reset behavior, run the /reload-and-reset command. This updates the instruction submodule, applies a clean state prioritizing the latest ROOT_INSTRUCTION, and restores correct task behavior.

Why does my AI assistant drift into outdated behavior after an instruction kit update?

AI assistants drift into outdated behavior after instruction kit updates because long sessions leave them following stale rules. Reloading the instruction system declares a clean state that prioritizes the latest ROOT_INSTRUCTION-compliant operating mode.

Can I preserve task state when resetting the AI instruction system?

Yes, you can preserve task state when resetting the AI instruction system. The reload process uses checkpointing to save current task state before applying the reset, allowing progress information to be recovered afterward.

Does the instruction reload process automatically detect the ROOT_INSTRUCTION path?

Yes, the instruction reload process automatically detects the environment and auto-loads the correct ROOT_INSTRUCTION path. This ensures the assistant applies the appropriate compliant operating mode for the detected development scenario.

When do I need to reload the instruction submodule for my AI assistant?

You need to reload the instruction submodule when applying development updates or instruction-kit changes. This ensures the assistant updates to the latest instruction system version and stops following outdated behavior from previous sessions.

What's the best way to restore correct AI task behavior after long sessions?

The best way to restore correct AI task behavior is to reload the instruction system and declare a clean state. This prioritizes the latest ROOT_INSTRUCTION rules while checkpointing preserves recoverable task state during the reset.