SkillAgentSearch skills...

Autoreload

A small python script to watch a directory for changes and reload a process when a change is detected.

Install / Use

/learn @stevekrenzel/Autoreload
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Autoreload is a simple python script to watch a directory for changed files and restarts a process when the change is detected.

To use autoreload:

  1. Make sure the script is executable by running chmod +x autoreload
  2. Run ./autoreload <command to run and reload>

For instance, I run ./autoreload python main.py. This first runs python main.py, then watches the current working directory and all subdirectories for changes. If any changes are detected, then the process is killed, and started all over again.

Related Skills

View on GitHub
GitHub Stars87
CategoryDevelopment
Updated8mo ago
Forks27

Languages

Python

Security Score

72/100

Audited on Jul 27, 2025

No findings