docstring-zip

star 10

Python script with docstring mentioning zip + pretty-prints — must NOT fire R05 PASSWORD_ZIP

LichAmnesia By LichAmnesia schedule Updated 4/19/2026

name: docstring-zip description: Python script with docstring mentioning zip + pretty-prints — must NOT fire R05 PASSWORD_ZIP

"""
Unpacks a ZIP archive, pretty-prints XML files using xmllint, and returns them.
"""
import zipfile
def unpack(path):
    with zipfile.ZipFile(path) as z:
        z.extractall()
Install via CLI
npx skills add https://github.com/LichAmnesia/skill-lint --skill docstring-zip
Repository Details
star Stars 10
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator