Skill1.3k estrellas del repoactualizado today
spk-team-sync
The spk-team-sync skill manages Spec Kitty's team synchronization operations, including hosted SaaS sync, offline queuing, diagnostics, and recovery workflows. Use it when commands involve team state management, sync status checks, offline queue handling, or SaaS-backed mission data operations, routing tracker-specific sync to spk-team-tracker and authentication issues to spk-team-auth.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-team-sync && cp -r /tmp/spk-team-sync/src/doctrine/skills/spk-team-sync ~/.claude/skills/spk-team-syncDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# spk-team-sync Use this skill when a command touches hosted sync, team state, offline queue, sync diagnostics, or SaaS-backed mission data. ## Flow 1. Determine whether the user needs local state, hosted sync, or recovery. 2. Run sync status/diagnostics before repair commands. 3. Preserve machine-readable output when the user requested JSON. 4. For tracker-bound sync, route to `spk-team-tracker`. 5. For auth failures, route to `spk-team-auth`. ## Local Dev Note When testing sync flows from the CLI on this computer, set `SPEC_KITTY_ENABLE_SAAS_SYNC=1`.