install-skills-global

Detect installed Windows code editors and copy skill directories to selected targets.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/CHNISam/agent-skills --skill install-skills-global
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skills-global
Source: https://github.com/CHNISam/agent-skills/tree/main/install-skills-global
Command: npx skills add https://github.com/CHNISam/agent-skills --skill install-skills-global

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of installing and syncing agent skills across various code editors on Windows, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Detect Installed Editors: Identify which supported code editors are present on the user’s system.
  • User Confirmation: Show available editors and prompt the user to select target editors for skill installation.
  • Copy Skills: Efficiently copy skill directories to specified editor folders using command-line operations.
  • Verify Installation: Confirm successful installation by listing the target directories' contents.
  • Use Case: A developer wants to update skills across all their code editors; they run the install skill and select the editors to sync with, automating manual file copy steps.

Quick Start

Use the install skills global to detect your editors, then choose which ones to update, and the skill will copy the latest skills to their folders.

Frequently Asked Questions about install-skills-global

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize agent skills across multiple code editors on Windows?

You can synchronize agent skills across multiple code editors on Windows by running an installation script that automatically detects installed editors and copies skill directories to their respective folders, eliminating manual file management.

What is the best way to automate skill installation for different code editors?

Automating skill installation is best handled by a script that identifies supported code editors on your system, prompts you to select target editors, and executes command-line operations to copy skill files efficiently.

Does this skill synchronization method require manual file copying for each editor?

No, this skill synchronization method does not require manual file copying; it automates the detection of installed code editors and uses command-line operations to copy skill directories directly to the specified editor folders.

Can I verify if skills were successfully installed in my code editors?

Yes, you can verify successful skill installation by listing the contents of the target code editor directories, which confirms that the automated copying process accurately synchronized the skill files.

How do I choose which code editors receive the skill updates?

You choose target code editors through a user confirmation prompt that displays all detected supported editors on your Windows system, allowing you to select specific ones for skill synchronization before the copy process begins.

Are there limitations to syncing skills across code editors on Windows?

A key limitation is that this skill synchronization process is designed specifically for Windows-based code editors, meaning it relies on Windows command-line operations and may not support editors or environments on other operating systems.