Create organizations to publish skills as a team.
Organizations
Organizations let teams publish skills under a shared namespace (@org/skill-name) and manage access with roles.
Creating an organization
Go to shipables.dev/orgs/new (requires login), enter an organization name, optionally set a display name, and click create.
Organization names
- Must be lowercase letters, numbers, and hyphens
- Max 39 characters
- Share namespace with usernames — an org name can't conflict with an existing username and vice versa
- Once created, the org name is used as the scope prefix:
@myorg/skill-name
Roles
Organizations have three roles:
| Role | Permissions |
|---|---|
| Owner | Full control. Can delete org, transfer ownership, manage all members. One owner per org. |
| Admin | Can publish and delete skills, manage members (invite, remove, change roles except owner). |
| Member | Can view org details and member list. Cannot publish or manage members. |
The user who creates the organization is automatically the owner.
Publishing under an org
Members with owner or admin role can publish skills scoped to the organization:
shipables publish
# Select: @myorg/skill-name (myorg)
Skills published under an org scope are owned by the organization, not the individual user.
See Publishing under an Org for details.
Deleting an organization
Only the organization owner can delete an org. The organization must have no published skills — delete all org skills first.
Via the web
Go to the organization's page at shipables.dev/org/<name>. If you're the owner, a Danger Zone section appears at the bottom of the page.
Via the CLI
shipables org delete myorg
Managing members
See Managing Members for inviting, removing, and changing roles.