claude-collaboration

Standardize collaborative Claude Code practices with centralized skills and Git versioning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes collaborative Claude Code practices across teams, ensuring consistent knowledge capture, skill governance, and centralized guidelines.

Core Features & Use Cases

  • Centralized knowledge governance: Establishes a single source of truth for how Claude Code is used across projects.
  • Skill management and versioning: Guides teams to store all skills in the central repository and version-control changes.
  • Team-wide collaboration: Enables uniform workflows, documentation, and symlink-based project integration.

Quick Start

  • Review the central collaboration guidelines in CLAUDE_METADATA/skills/claude-meta/collaboration/SKILL.md
  • Create a project symlink pattern: link needed skills from the central repository into your project under .claude/skills/
  • Start tracking changes with Git and push updates to the central skill repo to share with the team

Frequently Asked Questions about claude-collaboration

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

FAQPage Schema
How do I set up centralized Claude Code skills across my team's projects?

Centralized Claude Code skills establish a single source of truth for team practices. Store all skills in a central CLAUDE_METADATA repository, version-control them with Git, then symlink needed skills into each project's .claude/skills/ directory to ensure consistent access and updates across the team.

What's the best way to version-control team Claude Code guidelines and workflows?

Version-control team workflows by storing all skills and guidelines in a central Git repository under CLAUDE_METADATA/skills/. Track changes as commits, push updates to share with the team, and use symlinks to integrate versioned skills into individual projects without duplication.

Can I use symlinks to connect multiple projects to shared Claude Code skills?

Yes, symlink-based project integration connects multiple projects to shared skills stored centrally. Link skills from the central repository into each project's .claude/skills/ directory; this approach enables consistent practices and simplifies updates across all projects simultaneously.

How do I enforce consistent knowledge capture and skill governance across teams?

Enforce governance by centralizing all skills in a single repository with Git-based versioning and documented collaboration guidelines. Define standard templates for skill updates, require all teams to symlink from this central store, and use version control to audit and coordinate changes.

What happens when I update a skill in the central repository—do all projects automatically get the change?

Updates to centrally stored skills propagate through symlinks automatically. When you push changes to the central skill repository, all projects linked to that skill access the updated version immediately, eliminating manual sync and ensuring team-wide alignment.