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.
1---2name: motlin-claude-code-plugins-cli3description: CLI Guidelines4---56# CLI Guidelines78## Directory Navigation910- I replaced `cd` with `zoxide`. Use `command cd` to change directories11 - This is the only command that needs to be prefixed with `command`12 - Don't prefix `git` with `command git`13- Try not to use `cd` or `zoxide` at all. It's usually not necessary with CLI commands14 - Don't run `cd <dir> && git <subcommand>`15 - Prefer `git -C <dir> <subcommand>`1617## Flag Names1819Prefer long flag names when available:2021- Don't run `git commit -m`22- Run `git commit --message` instead2324---25> Converted and distributed by [TomeVault](https://tomevault.io/claim/motlin) — claim your Tome and manage your conversions.26<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/motlin-claude-code-plugins-cli in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
CLI Guidelines It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.