This guide is for users who don't have git or are not comfortable with the terminal.
Choose the instructions that match your operating system.
curl -fsSL https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/install.sh | bashirm https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/install.ps1 | iexThis runs the native PowerShell installer and does not require WSL or Git Bash.
It uses an interactive menu with arrow keys, Space, and Enter.
It installs the full skill folder, including companion files such as agents/, references/, and scripts/ when they exist.
curlandbashare required for macOS, Linux, WSL, and Git Bash installation- PowerShell installation uses
irmand does not require WSL
- Mac: Press
Cmd + Space, type "Terminal", press Enter - Windows (PowerShell): Press
Win, type "PowerShell", press Enter - Windows (WSL): Press
Win, type "Ubuntu" or "WSL", press Enter - Windows (Git Bash): Open Git Bash
- Linux: Press
Ctrl + Alt + T
For users who don't want to use the terminal at all.
-
Download the repository
Open your browser and go to:
https://github.com/Qiscus-Integration/integration-skillsClick Code → Download ZIP
The ZIP file will download to your Downloads folder.
-
Extract the ZIP
- Mac: Double-click the ZIP file
- Windows: Right-click → "Extract All"
- Linux: Right-click → "Extract Here"
-
Select the skill(s) you want
Inside the extracted folder, open the
skills/directory. Pick the skill folder you want, e.g.commit/. -
Copy to the correct directory
Open your file manager (Finder on Mac, Explorer on Windows) and navigate to the target folder:
Scope Location Global (all projects) ~/.claude/skills/Single project .claude/skills/inside your project folderScope Location Global (all projects) ~/.codex/skills/Single project .codex/skills/inside your project folderNote:
~means your home directory:- Mac/Linux:
/Users/yourname/or/home/yourname/ - Windows WSL:
/home/yourname/
How to show hidden folders:
- Mac: Press
Cmd + Shift + .in Finder - Windows: Check "Hidden items" under the View tab in Explorer
- Mac/Linux:
-
Restart the application
After copying, restart Claude Code or Codex for the skill to be recognized.
Type /commit — if the skill is installed, it will appear in autocomplete.
Type $commit — the skill will appear in the list.
- Make sure the folder structure is correct:
~/.claude/skills/commit/SKILL.md(not~/.claude/skills/SKILL.md) - Restart the application
- Make sure the folder name matches the
namefield inSKILL.md
- This folder is hidden because it starts with a dot (
.) - Enable "Show hidden files" in your file manager
- Mac:
brew install curl - Windows: Use the native PowerShell installer, WSL, or Git Bash
If you want to remove installed skills later, run:
curl -fsSL https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/uninstall.sh | bashirm https://raw.githubusercontent.com/Qiscus-Integration/integration-skills/main/uninstall.ps1 | iexThis uses the same interactive menu style in PowerShell.
The uninstaller will let you choose:
- Claude Code, Codex, or both
- Global or project scope
- Which installed skill folders to remove