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:
asepharyana
2026-07-26 12:23:48 +07:00
parent 7e76b2da44
commit fa2f1fe838
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"