Claude Code Plugins

Community-maintained marketplace

Feedback
1.8k
0

Navigate TRaSH Guides local workspace clone for custom formats, quality profiles, naming, and quality sizes

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name trash-guides
description Navigate TRaSH Guides local workspace clone for custom formats, quality profiles, naming, and quality sizes

TRaSH Guides Repository

Local workspace clone at guides/ (relative to workspace root).

Directory Structure

All JSON resources are under docs/json/:

docs/json/
  radarr/
    cf/                    # Custom format JSONs (one per CF)
    cf-groups/             # CF group definitions
    quality-profiles/      # Quality profile definitions
    quality-size/          # Quality definition sizes
    naming/                # Media naming schemes
  sonarr/
    cf/
    cf-groups/
    quality-profiles/
    quality-size/
    naming/

Key Insight

Sonarr and Radarr have SEPARATE custom format definitions with different trash_ids. Audio/HDR/codec CFs have different IDs per service. A common misconfiguration is using Radarr trash_ids in Sonarr configs (or vice versa).

Common Operations

Find a custom format by trash_id:

rg "trash_id_value" guides/docs/json/radarr/cf/
rg "trash_id_value" guides/docs/json/sonarr/cf/

List all quality profiles for a service:

ls guides/docs/json/sonarr/quality-profiles/

Search for a CF by name:

rg -l "DV HDR10" guides/docs/json/radarr/cf/

Check git history for removed/renamed CFs:

git -C guides log --all -p -S "trash_id_value" -- docs/json/