Cd permanent
Personal Claude Code configuration (hooks, commands, agents, settings).
npx -y skills add YoniChechik/claude-code-config --skill cd-permanentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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
Change directory within the session
SKILL.md
0.6 KB, 129 tokens by cl100k_base, as published. Nobody here has run it
Instructions
Step 1: Parse Input
Parse $ARGUMENTS as the target path.
If empty: use _clones/<current-branch>.
Step 2: Change Directory
cd TARGET_PATH
Make sure to not prepend or append any other commands- this MUST be the only command running in Bash tool.
step 3: Confirm Change
pwd
Confirm: "Changed directory to: [new path]" or if error: "Error changing directory: [error message]- a known limitation is cd out of the base directory where the session started."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.