From folder-monitor-tools
Plan or run a manual or scheduled folder scan for stable, unprocessed files. Use when Codex needs to scan local folders for transcripts, notes, PDFs, Word files, Markdown files, or exports and prepare candidates for downstream processing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/folder-monitor-tools:folder-scanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `../../references/folder-monitoring-principles.md` for monitoring,
Use ../../references/folder-monitoring-principles.md for monitoring,
stability, state, and safety guidance. Prefer the bundled
scripts/scan_folder.py script for concrete scans.
python3 plugins/folder-monitor-tools/scripts/scan_folder.py ~/Documents/Zoom \
--recursive \
--state-file .folder-monitor-state.json \
--stability-seconds 60
Return:
Do not treat detected as processed. A file becomes processed only after the downstream workflow completes.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub iam-jonny/jonny-agent-skills --plugin folder-monitor-tools