# Junk Drawer Miscellaneous code, scripts, and work-in-progress items. ## ๐Ÿ“ Purpose This folder is for: - Scripts that don't have a clear home yet - Work-in-progress code being developed - One-off utilities and helpers - Experimental code that may be moved later - Quick prototypes and POCs ## ๐Ÿ“ Current Contents ### Scripts - **handleCCOMention.js** - Custom mention handler utility - **scrape.js** - Web scraping helper functions - **tts-copypasta-hall-of-fame.json** - Text-to-speech copypasta collection ### Pokemon Still Needed - **pokemon still needed.txt** - Tracking list ### P!P (Pokรฉmon Play! Program) Role documentation and references: - **allRoles.md** - Complete role overview - **assistant-head-judge.txt** - Assistant Head Judge role - **floor-judge.txt** - Floor Judge role - **head-judge.txt** - Head Judge role - **lead.txt** - Lead role ## ๐Ÿ”„ Maintenance As items mature or find a permanent home: - Move utilities to `/code/utils/` - Move bookmarklets to `/code/bookmarklets/` - Move documentation to `/docs/projects/` or `/docs/reference-material/` - Move experiments to `/code/scratchpad/` - Delete obsolete items ## ๐Ÿ’ก Tips - Add TODO comments for items that need work - Use descriptive filenames - Clean up regularly - don't let this become a permanent dumping ground - Consider creating a proper folder structure once you have 3+ related items