← ClaudeAtlas

filename-formattinglisted

Format ebook filenames using citation format with author, title, year, and optional translator/editor. Use when constructing standardized filenames for library catalog.
brege/dewey-decimal-skill · ★ 1 · Code & Development · score 71
Install: claude install-skill brege/dewey-decimal-skill
# Filename Formatting Format: `Author Last, First [Contributors] - Title (Year).ext` ## Author Field ### Single Author Convert to citation format: `Last, First` | Input | Output | |-------|--------| | Charles Bukowski | Bukowski, Charles | | Simone de Beauvoir | de Beauvoir, Simone | | Aristotle | Aristotle | Name particles (de, van, von) stay lowercase with last name. Single names (Aristotle, Plato) have no comma. ### Two Authors Format: `Last1, First1 and Last2, First2` | Input | Output | |-------|--------| | Andrew Dornenburg, Karen Page | Dornenburg, Andrew and Page, Karen | | Brian Kernighan, Dennis Ritchie | Kernighan, Brian W. and Ritchie, Dennis | ### Three or More Authors Format: `Last, First et al` | Input | Output | |-------|--------| | William H. Press, Saul A. Teukolsky, ... | Press, William H. et al | ## Contributors Square brackets with role abbreviation, after author: | Role | Format | |------|--------| | Translator | `[tr. Last, First]` | | Editor | `[ed. Last, First]` | | Multiple | `[tr. Last1, First1; ed. Last2, First2]` | Examples: - `Aristotle [tr. Irwin, Terence] - Nicomachean Ethics (2019).pdf` - `de Beauvoir, Simone [tr. Border, C., Malovany-Chevallier, S.] - The Second Sex (2010).epub` ## Title Field Exact title as published. Subtitles: convert colon to space-dash-space. | Original | Filename | |----------|----------| | Salt: A World History | Salt - A World History | | Capital: A Critique of Political Economy | Capital - A Critiqu