skill-official-updater

Sync Anthropic official AI agent skills from the upstream GitHub repository.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill skill-official-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-official-updater
Source: https://github.com/sergeyitaly/claude-skill-deployer/tree/main/skills_library/skill-official-updater
Command: npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill skill-official-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of tracking and updating Anthropic's official AI agent skills, ensuring you always have the latest verified versions without risking your custom hand-edited skill implementations.

Core Features & Use Cases

  • Silent Session Checks: Runs a lightweight, non-intrusive check for upstream skill updates at the start of every session without interrupting your workflow.
  • Safe Auto-Sync: Automatically pulls new and updated official skills while strictly skipping unmanaged custom skills with matching names to protect your hand-edited work.
  • Automated Maintenance: Updates the local skill manifest and version tracking state file automatically after each successful sync.
  • Use Case: If you rely on Anthropic's official pdf or webapp-testing skills for your AI agent workflows, this Skill automatically fetches upstream bug fixes and new features the moment they are released, no manual git commands or update checks required.

Quick Start

Request a sync of all latest official Anthropic skills to your local skills library right now.

Frequently Asked Questions about skill-official-updater

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

FAQPage Schema
How do I automatically update Anthropic official skills for Claude Code?

You can automatically update Anthropic official skills by running a sync that fetches upstream versions from the GitHub repository. This process applies new features and bug fixes directly to your local skill library.

Does auto-syncing official skills overwrite my custom local skill implementations?

Auto-syncing official skills does not overwrite custom local implementations. The process includes built-in safeguards that strictly skip unmanaged custom skills with matching names to protect your hand-edited work.

What is the best way to track upstream GitHub releases for AI agent skills?

The best way to track upstream GitHub releases for AI agent skills is using silent session checks. This mechanism performs a lightweight, non-intrusive check for upstream updates at the start of every session without interrupting your workflow.

Can I use sparse clone to fetch specific skills from the Anthropic repository?

Yes, you can use sparse clone-based skill fetching to pull specific skills from the Anthropic repository. This targeted approach retrieves only the necessary official skills without downloading the entire repository.

How does version tracking maintain the local skill manifest after an update?

Version tracking maintains the local skill manifest through automated maintenance. After each successful sync, the system automatically updates the local skill manifest and the version tracking state file to reflect the latest changes.

Do I need manual git commands to pull new official skills for my AI agent?

You do not need manual git commands to pull new official skills for your AI agent. The automated sync process fetches upstream bug fixes and new features the moment they are released without requiring manual intervention.