-
Notifications
You must be signed in to change notification settings - Fork 0
box team
Manage team subtrees in a workspace. Create, list, inspect, find cross-team duplicate slugs, or remove a team from config. Box folder ACLs are the real isolation boundary — this skill creates filesystem structure only.
/box-team <subcommand> [name]
Subcommands:
-
create <name>— add a new team subtree -
ls(orlist) — list teams + memory counts -
inspect <name>— show what's in a team -
conflicts— find duplicate slugs/titles across teams -
remove <name>— remove team from config (confirms twice; preserves files)
If no subcommand, defaults to ls. If just a name with no subcommand, defaults to create <name>.
- Validate name (kebab-case)
- Check not duplicate
- Create folders:
teams/<name>/memories/,teams/<name>/files/,teams/<name>/companions/(if folder layout) - Seed
_index.jsonper folder - Update
_box-memory.json.teams[] - Surface the access-control reminder prominently: "Box folder ACLs (not frontmatter) are what actually enforces isolation. Set sharing settings in Box web UI."
Reads every accessible team's _index.json. Reports:
- Same
slugin multiple teams (likely same concept written separately) - Same
titlein multiple teams (different slugs, same concept)
Doesn't auto-resolve. Surfaces for the user to decide:
- Reconcile to shared workspace memory
- Rename one slug to be team-specific
- Leave as-is (different teams genuinely care about the same topic)
- Confirm twice
- Remove from
_box-memory.json.teams[]+folder_ids.team_<name>_* - Does NOT delete files — they stay in Box untouched
- Optionally moves the team folder to
_archive/teams/<name>/
In v0.1.0, agents respect the team scope via folder lookup. But the field itself isn't access control — a user with read access to the folder sees everything regardless of team: value. Box folder ACLs are what enforces access.
- New team onboarding to the workspace
- Cross-team duplicate audit
- Reorg / shutting down a team's workflow
- Architecture — folder-ACL isolation rationale
-
Schema — workspace config
teams[]andfolder_ids - Source:
skills/box-team/SKILL.md
box-memory · MIT · Repo · Latest release · Issues · Air-gapped variant
Getting started
Concepts
Features
Skills reference
- Skills Reference (all)
- box-init
- box-status
- box-tier-detect
- box-mcp-check
- box-write
- box-recall
- box-ai-recall
- box-companion
- box-ai-extract
- box-team
- box-ai-agent
- box-index-rebuild
Integrations
Operations
Project