planSettingsReset

Reset Claude Plan Plugin settings to defaults for local or global scopes.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill plansettingsreset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planSettingsReset
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/planSettingsReset
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill plansettingsreset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resets Claude Plan Plugin settings to their defaults, removing any local or global customizations to restore baseline behavior.

Core Features & Use Cases

  • Reset local project settings (--local) to defaults by clearing project-specific configuration files and reloading the effective configuration.
  • Reset global plugin defaults by writing standard settings to the global config path and reloading translations from locales.
  • Use Case: Maintainers or developers who want to revert experiments and return to a clean, predictable setup.

Quick Start

Run /planSettingsReset to reset global settings to defaults. For a local project reset, run /planSettingsReset --local. After the reset, Claude Code reloads the effective language translations and updates the UI to reflect the defaults.

Frequently Asked Questions about planSettingsReset

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

FAQPage Schema
How do I reset plugin settings to default configuration?

To reset plugin settings to default configuration, run the reset command to write standard settings back to the config path, clearing any customizations and reloading translations from locales to reflect the new state.

What's the difference between a global and local project settings reset?

A global settings reset writes standard defaults to the global config path for all projects, while a local project reset uses the --local flag to clear only project-specific configuration files and reload the effective configuration.

When should I reset my local project config files?

You should reset your local project config files when you want to revert experiments, remove project-specific customizations, and return to a clean, predictable baseline behavior for plugin operations.

Does resetting global plugin defaults reload UI translations?

Yes, resetting global plugin defaults reloads effective language translations from locales and updates the UI immediately to reflect the restored standard settings across the environment.

Why are my custom plugin settings not working after a local reset?

After a local reset, custom plugin settings are not working because the command intentionally clears project-specific configuration files and writes default settings, removing any local customizations to restore baseline behavior.