torrentclaw-skill/.lefthookrc
Deivid Soto 98c550feb0 feat: initial open-source project structure
Agent Skill for searching and downloading torrents via TorrentClaw.
Includes SKILL.md with OpenClaw metadata, bash scripts for torrent
client detection, CONTRIBUTING.md, CHANGELOG.md, CI/CD with GitHub
Actions (shellcheck + conventional commits), lefthook git hooks,
Makefile, and .editorconfig.
2026-02-13 18:40:53 +01:00

1 line
93 B
Text

command -v shellcheck >/dev/null 2>&1 || export PATH="/usr/local/bin:$HOME/.local/bin:$PATH"