re

Restart the current session to reload skills and hooks.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/zdpk/skills --skill re
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: re
Source: https://github.com/zdpk/skills/tree/main/dotfiles/skills/custom/util/re
Command: npx skills add https://github.com/zdpk/skills --skill re

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restarting the active session and reloading skill hooks can be tedious during rapid development when updates are applied to skills.

Core Features & Use Cases

  • Restart the current session to reload skills and hooks.
  • Refresh context in ongoing sessions after skill updates without starting from scratch.
  • Useful in development workflows when iterating on custom skills.

Quick Start

Execute re in the terminal to restart the current session and reload all skills and hooks.

Frequently Asked Questions about re

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

FAQPage Schema
How do I reload skills and hooks in my current session after updates?

To reload skills and hooks after updates, you can restart your current session. This refreshes the context and applies changes immediately without requiring a full restart from scratch.

What is the best way to refresh context in an ongoing CLI development workflow?

Refreshing context in an ongoing CLI development workflow is done by restarting the active session. This reloads skill hooks and updates your environment efficiently during rapid iterations.

Does session restart require a specific environment to work?

Yes, session restart requires a Bash environment. You also need access to the session ID as defined by your specific workflow to execute the restart command successfully.

How do I restart a session to apply custom skill changes without losing my workflow?

You can restart a session to apply custom skill changes without losing your workflow by executing a simple restart command. This reloads hooks and updates context while keeping your development process intact.

What happens to my skill hooks when I restart the session?

When you restart the session, your skill hooks are instantly reloaded. This ensures that any updates or modifications applied to your custom skills are fully refreshed in the active context.

Can I reload skill hooks without terminating my entire development environment?

Yes, you can reload skill hooks without terminating your entire environment by restarting the current session. This isolated refresh action updates skills while preserving your broader workflow setup.