claude-skill-management

Create, organize, and sync Claude Code global skills and commands in a centralized repository.

17|2|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Delphine-L/claude_global --skill claude-skill-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-management
Source: https://github.com/Delphine-L/claude_global/tree/main/skills/claude-meta/skill-management
Command: npx skills add https://github.com/Delphine-L/claude_global --skill claude-skill-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams manage Claude Code global skills and commands within a centralized repository, enabling consistent setup, synchronization, and organization across projects.

Core Features & Use Cases

  • Centralized skill management: create, update, and organize skills and commands in a shared location.
  • Symlink-based propagation: automatically propagate updates to all linked projects via symbolic links.
  • Project onboarding & synchronization: streamline initial project setup and ongoing sync with the central metadata.
  • Version control and collaboration: guidance for git workflows to track changes and share updates with teams.
  • Troubleshooting and lifecycle management: guidance on lifecycle management, debugging activation, and lifecycle issues.

Quick Start

Use this skill to set up centralized Claude Code skills across a team, ensuring new projects can quickly adopt a consistent skill lineup.

Frequently Asked Questions about claude-skill-management

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

FAQPage Schema
How do I set up Claude Code skills in a centralized repository for my team?

Centralized skill management lets teams create and organize Claude Code global skills in a shared repository, then propagate updates across projects via symbolic links. Start by establishing a central skills directory, defining frontmatter standards, and symlinking it to each project's Claude Code configuration.

What's the best way to sync Claude Code skills across multiple projects?

Use symlink-based propagation to automatically sync skills from a central repository to all linked projects. When you update a skill in the central location, changes instantly propagate to every project pointing to it, eliminating manual duplication.

How do I onboard new projects to use shared Claude Code skills?

Project onboarding involves symlinking the centralized skills repository to each new project's Claude Code setup. This streamlines initial configuration and ensures all projects access consistent, version-controlled skills and commands from the shared location.

Can I version-control Claude Code skills across a team?

Yes. This Skill provides guidance for git workflows that track skill changes in a centralized repository, enabling teams to collaborate, review updates, and share new skills while maintaining a clear change history.

What happens if a symlinked skill isn't activated in a project?

The Skill includes troubleshooting guidance for lifecycle issues and activation problems. Common causes include incorrect symlink paths, missing frontmatter standards, or discovery pattern conflicts—all covered in lifecycle management and debugging sections.

Do I need version control to manage Claude Code skills across projects?

Version control is recommended for tracking changes and enabling team collaboration on shared skills. This Skill guides you through git workflows and safe discovery patterns to keep your centralized repository organized and synchronized.