Agent SkillsAgent Skills

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
SubcommandDescription
init <team-name>Initialize team collaboration
add <member>Add a team member
share <skill>Share a skill with the team
statusShow team collaboration status
syncSync 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
SubcommandDescription
generateGenerate lockspec from currently installed skills
verifyVerify current installation matches lockspec
diffShow 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
SubcommandDescription
serve [options]Start sharing your skills on the local network
discover [options]Discover skills shared on the local network
statusShow grid status

Example:

skills grid serve            # Start sharing
skills grid discover         # Find peers
skills grid status           # Show network status