Motlin Claude Code Plugins CLI

CLI Guidelines

tomevault-io Updated

File contents

CLI Guidelines

Directory Navigation

  • I replaced cd with zoxide. Use command cd to change directories
    • This is the only command that needs to be prefixed with command
    • Don't prefix git with command git
  • Try not to use cd or zoxide at all. It's usually not necessary with CLI commands
    • Don't run cd <dir> && git <subcommand>
    • Prefer git -C <dir> <subcommand>

Flag Names

Prefer long flag names when available:

  • Don't run git commit -m
  • Run git commit --message instead

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/motlin--claude-code-plugins--cli commit c2423982e1

Frequently asked questions

npx skillmds@latest add tomevault-io/motlin-claude-code-plugins-cli