sync

Synchronize a multi-agent Kanban workspace and surface attention items.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/hankh95/yurtle-kanban --skill sync-hankh95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/hankh95/yurtle-kanban/tree/main/skills/sync
Command: npx skills add https://github.com/hankh95/yurtle-kanban --skill sync-hankh95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start-of-session sync reduces cognitive load by automatically gathering status, handoffs, reviews, and blocked items so agents can begin work with a clear plan.

Core Features & Use Cases

  • Pulls latest repository state and aligns with main branch to ensure everyone is working with current data
  • Scans for handoffs, items in review, blocked items, in-progress tasks, and ready work to surface attention points
  • Proposes next actions and summaries to drive productive collaboration at session start

Quick Start

Run the sync command at the start of your session to refresh data, check for handoffs, surface items needing attention, and present ready work for action.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I synchronize a multi-agent Kanban workspace at the start of a session?

To synchronize a multi-agent Kanban workspace, this skill runs git fetch, checkout, and pull commands alongside the yurtle-kanban CLI to gather repository state, handoffs, and blocked items into a ready-to-act summary.

What is automatic agent sync and how does it reduce cognitive load?

Automatic agent sync reduces cognitive load by automatically gathering status, handoffs, reviews, and blocked items at session start, allowing agents to begin work with a clear, aligned plan instead of manually checking repositories.

How do I surface blocked items and in-progress work for my agents?

Surface blocked items and in-progress work by running the sync command at session start, which scans the yurtle-kanban workspace and pulls the latest repository state to propose next actions and attention points.

Does this session sync skill require the yurtle-kanban CLI to function?

Yes, the session sync skill relies on the yurtle-kanban CLI and standard git commands to gather workspace status and repository state, ensuring agents are aligned with the main branch before starting work.

Can I use this sync skill to align agents with the main branch before starting work?

Yes, you can use this sync skill to align agents with the main branch by pulling the latest repository state, ensuring everyone works with current data before scanning for ready work and handoffs.

What is the best way to handle agent handoffs and reviews in a Kanban workflow?

The best way to handle agent handoffs and reviews in a Kanban workflow is to run an automatic session sync that scans for items needing attention and proposes next actions for productive collaboration.