rename: hub-guide -> code-guide
Change plugin name from 'hub-guide' to 'code-guide' to avoid AI interpreting it as Hub-specific. Skills now show as code-guide:skill-name. Universal best-practice, not limited to any specific project.
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ for arg in "$@"; do
|
||||
esac
|
||||
done
|
||||
|
||||
echo "hub-guide installer"
|
||||
echo " target: ${SKILLS_DIR}/hub-guide/"
|
||||
echo "code-guide installer"
|
||||
echo " target: ${SKILLS_DIR}/code-guide/"
|
||||
echo " mode: $([ "$LINK_MODE" = true ] && echo 'symlink' || echo 'copy')"
|
||||
|
||||
mkdir -p "$SKILLS_DIR"
|
||||
|
||||
Reference in New Issue
Block a user