Skip to content
Development
Command

/sync-team-profiles

Sync only the named source. Default: all registered sources.

From plugin
nyann
641 skills41 commands3 hooks
Install
> /plugin marketplace add thettwe/nyann
> /plugin install nyann@nyann-plugins

How it fires

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

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sync-team-profiles

Context preview

What this command does when you run it.

Sync only the named source. Default: all registered sources.

Command definition

sync-team-profiles.md
name: nyann:sync-team-profiles
description: >
  Clone/update registered team-profile sources and register valid profiles
  under a namespace. Respects the per-source sync interval unless --force.
arguments:
  - name: force
    description: Ignore the interval gate and re-sync every source.
    optional: true
  - name: name
    description: "Sync only the named source. Default: all registered sources."
    optional: true

**Plugin root:** This is a Claude Code plugin, NOT a CLI tool. Do NOT search via `which`, `npm list`, `pip list`, or `brew list`. This file is at `<plugin_root>/commands/`. All scripts: `<plugin_root>/bin/`. Read the matching `skills/*/SKILL.md` for the full flow.

/nyann:sync-team-profiles

Wraps `bin/sync-team-profiles.sh`. Clones or `git pull --depth=1`s each registered source, validates profiles against `profiles/_schema.json`, and registers valid ones as `<source>/<profile>`.

See `skills/sync-team-profiles/SKILL.md` for interval semantics, per-source isolation, and hand-off to `inspect-profile` / `bootstrap-project`.

Ships withnyann

ငြမ်း is Burmese for scaffolding. Nyann is the Claude Code plugin that picks expert git defaults for your stack — branching, working hooks (Husky / pre-commit.com / lefthook), commits, releases, CI, docs — then keeps the repo on those rails through every PR

Get the whole plugin

Other commands on nyann.