1- ## Teams (sx)
1+ ## Team Sharing
22
33Share AI assets (rules, skills, commands, agents, hooks, MCP configs) across your team using ` sx ` and a private Git repository.
44
@@ -8,12 +8,12 @@ Share AI assets (rules, skills, commands, agents, hooks, MCP configs) across you
88
99### When to Use
1010
11- | Situation | Action |
12- | -----------| --------|
13- | User says "share", "push", "team" | Direct to Teams page in Console |
14- | After ` /sync ` creates new rules/skills | Suggest pushing via Teams page |
15- | User wants team consistency | Set up repository via Teams page configuration section |
16- | New team member onboarding | ` sx install --repair --target . ` |
11+ | Situation | Action |
12+ | -------------------------------------- | ------------------------------------------------------ |
13+ | User says "share", "push", "team" | Direct to Teams page in Console |
14+ | After ` /sync ` creates new rules/skills | Suggest pushing via Teams page |
15+ | User wants team consistency | Set up repository via Teams page configuration section |
16+ | New team member onboarding | ` sx install --repair --target . ` |
1717
1818### sx CLI Quick Reference
1919
@@ -38,19 +38,19 @@ sx remove <asset-name> --yes # Remove from lock file
3838
3939### Asset Types
4040
41- | Type | Flag | Source Path |
42- | ------| ------| -------------|
43- | ` skill ` | ` --type skill ` | ` .claude/skills/<name>/ ` |
44- | ` rule ` | ` --type rule ` | ` .claude/rules/<name>.md ` |
41+ | Type | Flag | Source Path |
42+ | --------- | ---------------- | ---------------------------- |
43+ | ` skill ` | ` --type skill ` | ` .claude/skills/<name>/ ` |
44+ | ` rule ` | ` --type rule ` | ` .claude/rules/<name>.md ` |
4545| ` command ` | ` --type command ` | ` .claude/commands/<name>.md ` |
46- | ` agent ` | ` --type agent ` | ` .claude/agents/<name>.md ` |
46+ | ` agent ` | ` --type agent ` | ` .claude/agents/<name>.md ` |
4747
4848### Scoping
4949
50- | Scope | Installs to | Use When |
51- | -------| -------------| ----------|
52- | Project (` --scope-repo ` ) | ` project/.claude/ ` | ** Recommended.** Assets stay with the project. |
53- | Global (` --scope-global ` ) | ` ~/.claude/ ` | Personal tools needed in all repos. |
50+ | Scope | Installs to | Use When |
51+ | ------------------------- | ------------------ | ---------------------------------------------- |
52+ | Project (` --scope-repo ` ) | ` project/.claude/ ` | ** Recommended.** Assets stay with the project. |
53+ | Global (` --scope-global ` ) | ` ~/.claude/ ` | Personal tools needed in all repos. |
5454
5555### Setup (First Time)
5656
0 commit comments