update-team
SolidUpdate an existing team's name, description, or configuration.
Data & Documents 77 stars
20 forks Updated yesterday MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Update Team
Update an existing team's name, description, or other properties.
## Usage
```bash
bash config/skills/orchestrator/update-team/execute.sh '{"teamId":"817a1aeb-...","name":"New Name","description":"Updated description"}'
```
## Parameters
| Parameter | Required | Description |
|-----------|----------|-------------|
| `teamId` | Yes | The team UUID to update |
| `name` | No | New team name |
| `description` | No | New team description |
## Output
JSON with the updated team data.
Details
- Author
- stevehuang0115
- Repository
- stevehuang0115/crewly
- Created
- 8 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
issue-update
Update existing ticket/issue with status changes, comments, or field updates
105 Updated 1 months ago
jmagly AI & Automation Solid
claude-code-teams
Reference for Claude Code Agent Teams — lifecycle, messaging, spawning, orchestration, and hooks
33 Updated 2 months ago
sequenzia AI & Automation Solid
update-docs
Update all project documentation after code changes.
29 Updated 2 months ago
lbb00 Data & Documents Listed
update-docs
Keep project documentation current by researching latest patterns, fetching sources, and updating docs with findings
78 Updated 1 months ago
escapeboy Data & Documents Featured
sync-skills
(project) Use when a skill in skills/ has its name or description changed, or is added or removed — syncs README.md, settings.json, and hal_dotfiles.json
114 Updated yesterday
vinta