Team & Collaboration
Team skill sharing, lock files, and P2P network discovery
collablockspecgrid
collab#
Team skill collaboration.
Note
Note: Team collaboration requires all members to have the CLI installed. Use skills collab init to start a team workspace.
skills collab [command]
# Alias: skills cl
| Subcommand | Description |
|---|---|
init <team-name> | Initialize team collaboration |
add <member> | Add a team member |
share <skill> | Share a skill with the team |
status | Show team collaboration status |
sync | Sync shared skills with team |
Example:
skills collab init my-team
skills collab add john@example.com
skills collab share xlsx
skills collab status
skills collab sync
lockspec#
Generate or apply a team skill manifest (lock file).
skills lockspec [command]
# Alias: skills ls
| Subcommand | Description |
|---|---|
generate | Generate lockspec from currently installed skills |
verify | Verify current installation matches lockspec |
diff | Show differences between lockspec and installed skills |
Example:
skills lockspec generate # Create skills.lock
skills lockspec verify # Check compliance
skills lockspec diff # Show drift
grid#
P2P skill sharing on local network.
skills grid [command]
# Alias: skills gd
| Subcommand | Description |
|---|---|
serve [options] | Start sharing your skills on the local network |
discover [options] | Discover skills shared on the local network |
status | Show grid status |
Example:
skills grid serve # Start sharing
skills grid discover # Find peers
skills grid status # Show network status