atualizar-skills

Synchronize local CLAUDE skills with canonical and external upstreams via symlinks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/iago-leal/skills --skill atualizar-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atualizar-skills
Source: https://github.com/iago-leal/skills/tree/main/atualizar-skills
Command: npx skills add https://github.com/iago-leal/skills --skill atualizar-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash.

What problem does it solve?

This skill pulls the latest versions of Claude Code skills from the canonical repository and external upstreams and reconciles them with your local ~/.claude/skills, ensuring consistency across environments and reducing drift.

Core Features & Use Cases

  • Synchronizes canonical and external upstreams, creating and updating symlinks under ~/.claude/skills and backing up replaced directories to prevent loss.
  • Performs idempotent pulls and safe reconciliations, handling missing, modified, or removed skills across multiple sources.
  • Activates automatically when users mention skill updates and can be triggered via /atualizar-skills or /sync-skills to keep local skills current in production workflows.

Quick Start

Execute a sync with /atualizar-skills to initialize or refresh your local CLAUDE skills from canonical and upstream sources.

Frequently Asked Questions about atualizar-skills

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

FAQPage Schema
How do I sync local Claude skills with an upstream git repository?

To sync local Claude skills, this skill pulls updates from canonical and external git upstreams, creating or updating symlinks under ~/.claude/skills to reconcile your local environment.

What happens to modified directories when updating Claude skills?

When updating Claude skills, the tool safely backs up any replaced directories before applying upstream changes, preventing data loss while enforcing the upstream source as the canonical truth.

Do I need git and bash to synchronize my Claude skills?

Yes, you need both git and bash installed as dependencies to run the synchronization process, which executes idempotent pulls and manages symlinks across your local skill set.

How does idempotent skill synchronization work across multiple upstreams?

Idempotent skill synchronization works by detecting all local skills, pulling updates from declared upstreams, and safely reconciling missing or modified skills while reporting changes for auditing.

Can I trigger Claude skill updates automatically in my workflow?

Yes, you can trigger Claude skill updates automatically by mentioning skill updates in your prompt, or manually execute the process using the /atualizar-skills or /sync-skills commands.

What is the best way to prevent drift in local Claude skill environments?

The best way to prevent local Claude skill drift is to run an idempotent sync that treats external upstreams as the source of truth, backing up replaced directories and creating symlinks.