Remove humanlayer prefix from local skills installation
Local skills don't need the humanlayer: prefix since they're not from the humanlayer/claude-plugins repo.
This commit was merged in pull request #11.
This commit is contained in:
@@ -89,7 +89,7 @@ in
|
||||
for file in ${./skills}/*.md; do
|
||||
if [ -f "$file" ]; then
|
||||
filename=$(basename "$file" .md)
|
||||
dest="$HOME/.claude/commands/humanlayer:''${filename}.md"
|
||||
dest="$HOME/.claude/commands/''${filename}.md"
|
||||
cp "$file" "$dest"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user