reload-instructions

Update AI instruction submodules and reload the Japanese ROOT_INSTRUCTION.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of outdated or inconsistent AI instruction kits by updating the instruction submodules and reloading the current ROOT_INSTRUCTION.

Core Features & Use Cases

  • Updates instruction submodules: Pulls the latest versions of instructions/ai_instruction_kits so your environment stays current.
  • Reloads ROOT_INSTRUCTION: Loads the Japanese ROOT_INSTRUCTION from instructions/ai_instruction_kits/instructions/ja/system/ROOT_INSTRUCTION.md.
  • Use Case: When Claude Code starts behaving differently after instruction updates, run this Skill to ensure the latest instruction kit is used and the root system prompt is refreshed.

Quick Start

Run the command /reload-instructions to update the AI instruction system and display the reloaded ROOT_INSTRUCTION content.

Frequently Asked Questions about reload-instructions

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

FAQPage Schema
How do I refresh updated git submodules for Claude Code instruction systems?

To refresh git submodules for Claude Code instruction systems, run a command that executes git submodule update --remote for the instruction kit directory and then reloads the ROOT_INSTRUCTION system prompt to ensure consistency.

Why does Claude Code behave differently after updating instruction submodules?

Claude Code behaves differently after updating instruction submodules because the new instruction kit version changes the system prompt. You must reload ROOT_INSTRUCTION to synchronize the active prompt with the latest submodule state.

What is the best way to reload the ROOT_INSTRUCTION system prompt from a git submodule?

The best way to reload the ROOT_INSTRUCTION system prompt is to update the git submodule to the latest remote version and then load the system prompt file directly from the submodule directory to refresh the configuration.

When do I need to update git submodules for AI instruction kits?

You need to update git submodules for AI instruction kits when your system prompts are outdated or inconsistent, or when you want to pull the latest version of the instruction repository to keep your AI environment current.

Does reloading Claude Code instructions require a specific file path for the root prompt?

Yes, reloading Claude Code instructions requires loading the root prompt from a specific path within the submodule: instructions/ai_instruction_kits/instructions/ja/system/ROOT_INSTRUCTION.md.

Can I use git submodule update to refresh Japanese system prompts for Claude Code?

Yes, you can use git submodule update --remote to pull the latest version of the instruction kits and then load the Japanese ROOT_INSTRUCTION file to refresh the active system prompt configuration.