skillhub/docs/skillhub/en/guide
dongmucat f7ab8f4db7 feat(cli): add --scope option to install command
- Distinguish user vs project install scope via explicit --scope flag
- Interactive mode prompts for scope when --scope/--agent/--dir not provided
- Non-interactive bare install preserves existing behavior (backward compatible)
- Mutual exclusion: --dir cannot be combined with --scope or --agent
- Symmetric fallback: --scope user falls back to ~/.agents/skills,
  --scope project falls back to <cwd>/.agents/skills
- Strict TTY check requires both stdin and stdout TTY plus no --json
- Scope-aware candidate generation avoids root.startsWith(cwd) misjudgement
  when cwd === home or paths overlap
- Correct gemini-cli (.gemini/skills) and kiro-cli (.kiro/skills) paths
  in install path tables across README and guide docs
- Note CLI fallback uses .agents/skills (with s) in skill protocol doc
2026-05-15 14:43:25 +08:00
..
cli.md feat(cli): add --scope option to install command 2026-05-15 14:43:25 +08:00
kubernetes.md docs: add Kubernetes deployment guide with overlays structure (#219) 2026-04-02 21:01:28 +08:00
namespace.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
review.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
scanner.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
skill-discovery.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
skill-publish.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00
social.md docs: add VitePress bilingual documentation site (#208) 2026-04-02 13:43:55 +08:00