Choam2426 Cmdlens
CmdLens is a Claude Code plugin for the Ship phase that explains every Bash command before execution so builders can approve shell work more safely.
See a plain-language explanation of every Bash command before Claude Code runs it, so you can catch risky ops early.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install choam2426-cmdlens@choam2426/CmdLensBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:choam2426/CmdLens") and the paste-ready config with skillselion.get_install_config("plugin:choam2426/CmdLens").
What it does
CmdLens is a Claude Code plugin that intercepts Bash command proposals and shows a human-readable explanation before anything runs. Solo builders who delegate terminal work to an agent often approve commands they do not fully parse; this plugin turns every invocation into a teachable moment and a safety check. It fits the ship phase when you are hardening how you deploy, migrate data, or chmod paths, but it remains useful during build and operate whenever the agent touches the shell. The catalog positions it under security-oriented agent tooling rather than a general documentation skill. Expect a focused workflow: propose command, read explanation, then confirm or edit. It does not replace formal security review or sandboxing, but it lowers the odds of rm -rf surprises and opaque curl|bash chains when you are moving fast alone.
Highlights
- Explains each Bash command before execution in Claude Code
- Surfaces safety and recovery context at explanation level
- Reduces blind approval of destructive or unfamiliar shell pipelines
- Lightweight single-plugin bundle focused on command literacy
- Works as a guardrail alongside normal agent-driven terminal work
Why builders use it
You cannot safely approve agent-generated shell commands when you only see syntax and no plain-language breakdown of what will run.
Each Bash command comes with an upfront explanation so you can reject, edit, or proceed with informed confidence.
At a glance
- Type - Plugin in Security.
- Adoption - 0 installs, 11 stars, 0 votes.
FAQ
Who is choam2426-cmdlens for?
It is for indie developers using Claude Code who run Bash through the agent and want explanations before commands execute.
When should I use choam2426-cmdlens?
Use it whenever the agent proposes shell commands—especially for deploy scripts, file deletes, package installs, or unfamiliar one-liners.
How do I add choam2426-cmdlens to my agent?
Install the choam2426/CmdLens Claude Code plugin from the repo bundle, enable it in your Claude Code plugins config, and keep Bash execution flows that trigger pre-run explanations.
Comments
Share how you use choam2426-cmdlens, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.