A shareable multi-tool repository for local CLI utilities.
feishu/: a thin local wrapper around the official Feishulark-mcptool
This repo is intended to live at:
~/workspace/project/cli-hubThat matches the current workspace model:
~/workspace/project/*: Git working trees~/workspace/shared/*: cross-device shared scripts and lightweight runtime copies~/workspace/context/*: operational docs and manifests
- Shareable tool source code
- Installation helpers
- Documentation that other team members can reuse
What does not live here:
- Personal API credentials
- Local OAuth state
- Per-machine config files
- Device-specific wrappers with hardcoded local paths
For personal tools, keep two remotes when practical:
origin: GitHub private repogitea: self-hosted Gitea backup / workspace control-plane remote
Example:
git remote add gitea git@150.158.82.117:workspace-admin/cli-hub.gitIf a tool should be globally runnable on each machine, install it locally as a symlink or thin wrapper that points into this repo checkout. That keeps the repo as the single code source while letting each device keep its own config and PATH setup.