Skip to content
Automation
Skill

/kandev-config-sync

Synchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or reviewing a config diff.

From plugin
kandev
5639 skills1 agent3 commands
Install
$ npx -y skills add kdlbs/kandev --skill kandev-config-sync --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/kandev-config-sync

Context preview

The summary Claude sees to decide when to auto-load this skill.

Synchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or reviewing a config diff.

SKILL.md

kandev-config-sync.SKILL.md
name: kandev-config-sync
description: Synchronize Office workspace configuration with the .kandev folder when exporting reviewable config, importing committed config, seeding a workspace, or reviewing a config diff.
kandev:
  system: true
  version: "0.42.0"
  default_for_roles: [ceo]

Config Sync

Use this skill when the Office database and the reviewable `.kandev/` configuration need to be compared or synchronized.

Operations

  • Export current workspace state to disk: read `references/export.md`.
  • Import `.kandev/` changes back into the Office database: read `references/import.md`.

System skills are bundled with the kandev binary and are not user-exported configuration.

Ships withkandev

Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.

Get the whole plugin