brain-share

Copy skills, agents, or rules into a shared namespace for Git-based team sync.

78|18|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/toroleapinc/claude-brain --skill brain-share
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brain-share
Source: https://github.com/toroleapinc/claude-brain/tree/main/skills/brain-share
Command: npx skills add https://github.com/toroleapinc/claude-brain --skill brain-share

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Share artifacts (skills, agents, or rules) with the team by copying them to a shared namespace so everyone can sync a common brain.

Core Features & Use Cases

  • Copy a local skill, agent, or rule into the team's shared namespace for discovery.
  • Use /brain-shared-list to enumerate what's been shared and make it visible to the team.
  • After sharing, teammates will receive the artifact on their next brain sync and can reuse it immediately.

Quick Start

Share a skill named my-skill.md by copying it into the shared namespace.

Frequently Asked Questions about brain-share

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

FAQPage Schema
How do I share skills and agents with my team through a Git repository?▼

To share skills with your team, you copy the local artifacts into a shared namespace within your brain repository, commit the changes, and push them to the remote so teammates can sync and reuse them.

What is a shared namespace for syncing team workflows?▼

A shared namespace is a central folder in your brain repository where skills, agents, and rules are copied so teammates can discover and sync them through standard Git-based workflows.

How do I list shared team skills after copying them to a repository?▼

You can enumerate shared team skills by running the /brain-shared-list command, which makes all artifacts in the shared namespace visible for teammates to discover and reuse.

Do I need Git access to share rules across a Claude Brain team?▼

Yes, sharing rules requires a local brain repository, access to the shared namespace, and the ability to commit and push changes to the remote Git repository to sync artifacts with teammates.

Can I review artifacts before they are pushed to the shared team namespace?▼

Yes, the sharing process includes a confirmation step before copying artifacts to the shared namespace and pushing them, ensuring you approve the components before teammates receive them.

When do teammates receive skills after I share them to the brain repository?▼

Teammates receive shared skills, agents, and rules on their next brain sync, allowing them to immediately discover and reuse the newly copied artifacts from the shared namespace.