Clain version
Tidy up workspace sprawl from AI-assisted coding — categorical classification + executable plans for dev workspaces piling up under Google Drive sync.
npx -y skills add drai-inn/clain --skill clain-versionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use ONLY when the user explicitly asks for the installed version of the `clain` CLI on this machine — e.g. "what version of clain do I have", "clain --version", "is clain installed". Do not use for any other version question, any other CLI, or any other clain subcommand.
SKILL.md
0.9 KB, as published. Nobody here has run it
Report the installed version of the clain CLI by invoking it directly.
Run this Bash command exactly as written, with no added flags or pipes:
clain --version
If the command succeeds, report its output to the user verbatim.
If the command fails (for example clain: command not found, or a non-zero exit), report the failure verbatim and tell the user to install clain per the project README. Do not attempt to install it, locate an alternative binary, infer the version from any other source, or substitute a value.