configs/hermes/default/skills/devops/te-amo-tv-show-layout/SKILL.md
Canonical folder and filename shape for TV shows stored under /mnt/Te_Amo/TV Shows.
npx skillsauth add poorrican/dotfiles te-amo-tv-show-layoutInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill whenever adding, moving, renaming, or validating episodic TV content inside /mnt/Te_Amo/TV Shows.
TV shows belong under:
/mnt/Te_Amo/TV Shows/<Show Name>/Each season belongs under the show folder as a zero-padded season directory:
/mnt/Te_Amo/TV Shows/<Show Name>/Season 01//mnt/Te_Amo/TV Shows/<Show Name>/Season 02/Episode files belong inside the corresponding season directory and should include the show name plus season/episode code:
/mnt/Te_Amo/TV Shows/Peaky Blinders/Season 05/Peaky Blinders - S05E01.mp4/mnt/Te_Amo/TV Shows/The Mandalorian/Season 02/The Mandalorian - S02E08.mp4/mnt/Te_Amo/TV Shows, not /mnt/Te_Amo/TV, for the organized TV-show library.Season 01, Season 02, not Season 1, Season 2.<Show Name> - SxxExx.<ext>~uTorrentPartFile_*.dat./mnt/Te_Amo/TV when the canonical library copy is under TV Shows.Good:
/mnt/Te_Amo/TV Shows/The Mandalorian/Season 01/The Mandalorian - S01E01.mp4/mnt/Te_Amo/TV Shows/The Mandalorian/Season 02/The Mandalorian - S02E01.mp4Bad:
/mnt/Te_Amo/TV/The.Mandalorian.S01E01.mp4/mnt/Te_Amo/TV Shows/The Mandalorian/Season 1/The Mandalorian S01E01.mp4Check a show's structure:
find '/mnt/Te_Amo/TV Shows/<Show Name>' -maxdepth 2 -printf '%y %P\n' | sort
Count episodes:
find '/mnt/Te_Amo/TV Shows/<Show Name>' -type f -name '*S??E??*' | wc -l
Check for mistaken flattened leftovers:
find /mnt/Te_Amo/TV -maxdepth 1 -type f -iname '*<show-name-fragment>*'
/mnt/Te_Amo/TV.content-media
Create, read, edit .pptx decks, slides, notes, templates.
content-media
Create, read, edit .pptx decks, slides, notes, templates.
documentation
Extract text from PDFs/scans (pymupdf, marker-pdf).
documentation
Extract text from PDFs/scans (pymupdf, marker-pdf).