File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for one-off inspection or tasks needing human judgment per file.
$npx -y skills add sethgammon/citadel --skill watchInstalls into the current project.
Run `npx skills use "https://github.com/sethgammon/citadel" --skill "sethgammon/citadel/watch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/sethgammon/citadel" that are relevant to the current task. Run `npx skills add "https://github.com/sethgammon/citadel"` and select the relevant skills, then follow their instructions.