update-team

Synchronize team specialists with the latest cookbook via git submodules and Python.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill update-team-agentic-cookbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-team
Source: https://github.com/agentic-cookbook/agenticdevteam/tree/main/.claude/skills/update-team
Command: npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill update-team-agentic-cookbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps to sync the team specialists with the latest cookbook, detecting changes and preparing a drift report for further planning.

Core Features & Use Cases

  • Sync to Latest Cookbook: Advance the submodule to the latest cookbook and update the gitlink.
  • Detect Changes: Run a deterministic Python engine to detect changes in the guidelines, specialists, and specialities.
  • Generate Report: Create a report with categorized drift details and present it for further planning.
  • Plan Update: Enter plan mode to design the team update plan based on the report.

Quick Start

Run the 'update-team' skill with the '--version' flag to check its current version.

Frequently Asked Questions about update-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize team specialists to the latest cookbook release using git submodules?

To synchronize team specialists, this skill advances the git submodule to the latest cookbook release and updates the gitlink. It then executes a Python script to detect changes in guidelines, specialists, and specialities.

What is the best way to detect changes in project management guidelines between cookbook versions?

Detecting changes in project management guidelines is handled by running a deterministic Python engine. It identifies and reports drift in guidelines, specialists, and specialities between different cookbook versions to prepare a drift report.

Can I generate a drift report for multi-agent code review workflows?

Yes, you can generate a categorized drift report for multi-agent code review workflows. The skill detects changes between cookbook versions and presents the drift details to support further team update planning.

How do I plan a team update after synchronizing specialists with a cookbook?

After synchronizing specialists and generating a drift report, the skill enters plan mode. This allows you to design a structured team update plan based on the categorized changes detected in the latest cookbook release.

Do I need any external dependencies to run the update-team skill?

No external dependencies are required to run this skill. It operates independently using built-in scripts to manage git submodules and execute the Python detection engine for cookbook synchronization.