update-team-skills

Pull latest changes from the dotclaude repository and run the setup script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cuemath/dotclaude --skill update-team-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-team-skills
Source: https://github.com/cuemath/dotclaude/tree/main/skills/update-team-skills
Command: npx skills add https://github.com/cuemath/dotclaude --skill update-team-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures your local Claude Code environment stays up-to-date with the latest shared team skills, preventing outdated tools and workflows.

Core Features & Use Cases

  • Automatic Updates: Pulls the latest changes from the dotclaude repository.
  • New Skill Installation: Automatically links any newly added skills to your local Claude environment.
  • Use Case: After a teammate adds a new helpful skill, you can run this to get it without manual intervention.

Quick Start

Update your team's skills by running the update-team-skills skill.

Frequently Asked Questions about update-team-skills

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

FAQPage Schema
How do I sync local Claude Code skills with my team's repository?

Sync local Claude Code skills by pulling the latest changes from the cloned dotclaude repository and executing the setup script. This automatically updates your local environment with newly shared team skills.

How do I pull new skills added by teammates to my local environment?

Pull new skills by running the update process, which fetches the latest repository changes and links them to your local Claude environment. This installs teammate additions without requiring manual file transfers.

Do I need Git to update shared Claude Code skills?

Yes, Git is required to pull the latest changes from the dotclaude repository for version control operations. Bash is also necessary to execute the setup script that links the skills.

What is the best way to maintain an up-to-date collection of shared team skills?

Maintain an up-to-date collection of shared team skills by periodically running the update function against the cloned repository. This prevents outdated workflows by automatically syncing the latest tools.

Can I use this update process if I haven't cloned the dotclaude repository?

No, this update process applies exclusively to users who have already cloned the dotclaude repository. It maintains existing shared skills rather than performing an initial installation.

Why does running the skills setup script require Bash execution?

The skills setup script requires Bash execution to automate the linking of newly added skills into your local Claude environment. Git handles pulling updates, while Bash handles the local setup operations.