instalar-skills-agents-mcps

Syncs the local skills folder across Codex, Claude, and Copilot via symbolic links.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill instalar-skills-agents-mcps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instalar-skills-agents-mcps
Source: https://github.com/Nomadiction8991/skills-agents-mcps/tree/main/skills/instalar-skills-agents-mcps
Command: npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill instalar-skills-agents-mcps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compartilha a pasta de skills do repositório atual entre Codex, Claude e Copilot, garantindo que todos usem a mesma versão das skills.

Core Features & Use Cases

  • Sincronização determinística da pasta de skills.
  • Preserva conteúdo existente ao criar ou atualizar links simbólicos.
  • Use Case: quando novos skills são adicionados, atualize-os para todos os agentes sem reconfiguração manual.

Quick Start

Execute este fluxo na raiz do repositório para sincronizar a pasta de skills entre Codex, Claude e Copilot.

Frequently Asked Questions about instalar-skills-agents-mcps

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

FAQPage Schema
How do I sync a shared skills folder across Codex, Claude, and Copilot?

The skills synchronization process works by creating or updating symbolic links from the repository root to the respective Codex, Claude, and Copilot directories. It uses deterministic path resolution to strictly scope changes to the skills directory only, preserving existing content.

Does syncing the skills folder across agents preserve my existing directory content?

Yes, syncing the skills folder across agents preserves your existing content. The process implements safe backups before creating or updating symbolic links, ensuring no current files in the agent directories are overwritten or lost during the synchronization.

What is the best way to update custom skills for multiple AI agents without reconfiguring each one?

The best way to update custom skills for multiple AI agents without manual reconfiguration is to synchronize a single shared skills folder. This method automatically applies the updated skills to Codex, Claude, and Copilot via symbolic links from the repository root.

Can I use this skills folder synchronization outside of the repository root?

No, you cannot use this skills folder synchronization outside of the repository root. The process implements strict scope limits and deterministic path resolution that specifically target the skills directory within the repository root.