원클릭으로
te-amo-tv-show-layout
Canonical folder and filename shape for TV shows stored under /mnt/Te_Amo/TV Shows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Canonical folder and filename shape for TV shows stored under /mnt/Te_Amo/TV Shows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | te-amo-tv-show-layout |
| description | Canonical folder and filename shape for TV shows stored under /mnt/Te_Amo/TV Shows. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["media","tv-library","te-amo","naming","layout"],"related_skills":["media-transfer-to-te-amo"]}} |
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.Use when building, backtesting, or deploying algorithmic trading systems with NautilusTrader (nautilus_trader) — writing Strategy/Actor classes and StrategyConfig, configuring BacktestNode/BacktestEngine, constructing instruments, order management, ParquetDataCatalog/wranglers, message bus and custom data streams, indicators, portfolio/analysis/report generation, or live TradingNode deployment. Curated for v1.230.0.
Inspect and extend Hermes Agent TUI capabilities, launch flags, hotkeys, composer input, and terminal behavior.
Use when modifying a multi-host Nix flake or dotfiles repo, especially host-specific inputs, overlays, lockfile scope, and evaluation checks.
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
Class-level Linux debugging workflow for authentication/PAM lockouts, desktop hardware/device stacks, and RAM/swap/CPU/process resource pressure.
Inspect installed Claude Code internals and official plugin recreations to locate prompts, output styles, built-in strings, and migration hooks.