← スキル一覧に戻る

install-synth
by rusmirbecirovic
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: install-synth description: Instructions for installing the Synth CLI (synthetic data generator) on macOS or Windows.
Synth CLI Installation
When the user wants to install Synth, do not run raw curl/wget commands. Use the included Python script which handles cross-platform logic (Windows/macOS) automatically.
Standard Install Procedure
Run the following commands in order:
-
Navigate to the Repository Root:
cd /path/to/airlst-github-copilot-training-group-3 -
Run the Install Script: This script detects the OS, downloads the correct binary, and adds Synth to PATH.
python3 .github/skills/install-synth/install_synth.py # OR on Windows (if python3 is not recognized): python .github/skills/install-synth/install_synth.py -
Reload the Shell (macOS/Linux only):
source ~/.zshrc # or source ~/.bashrc -
Verify Installation:
synth versionExpected output:
synth 0.6.9
Platform Notes
macOS
- Installs to
~/.synth/bin/synth - Adds
~/.synth/binto PATH in~/.zshrc - Uses x86_64 binary (works on Apple Silicon via Rosetta)
Windows
- Installs to
%USERPROFILE%\.synth\bin\synth.exe - Adds the directory to User PATH environment variable
- Requires restarting the terminal after installation
Troubleshooting
synth: command not found
- Ensure the shell was restarted or sourced after installation.
- On Windows, open a new terminal window after install.
Permission Denied (macOS)
- Run
chmod +x ~/.synth/bin/synthmanually if needed.
Download Fails
- Check internet connection.
- Verify the release URL is reachable: https://github.com/shuttle-hq/synth/releases/tag/v0.6.9
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です