add-team-source
Sync interval in hours. Default 24.
First-run onboarding for nyann. Collects user preferences and creates the ~/.claude/nyann/ config structure. Re-runnable to update preferences.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/setupContext preview
What this command does when you run it.
First-run onboarding for nyann. Collects user preferences and creates the ~/.claude/nyann/ config structure. Re-runnable to update preferences.
name: nyann:setup description: > First-run onboarding for nyann. Collects user preferences and creates the ~/.claude/nyann/ config structure. Re-runnable to update preferences.
**Plugin root:** nyann is a Claude Code plugin, NOT a CLI tool. Do NOT search for it via `which`, `npm list`, `pip list`, or `brew list`. Determine the plugin root from this file's path — this command file is at `<plugin_root>/commands/setup.md`, so the plugin root is its parent directory. All scripts are at `<plugin_root>/bin/`.
Read `skills/setup/SKILL.md` (relative to the plugin root) and follow its instructions exactly. The SKILL.md defines the complete flow including `AskUserQuestion` interactive pickers.
**This skill configures nyann itself, not a repo.** For repo setup, use `/nyann:bootstrap`.
ငြမ်း 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
Repo: thettwe/nyann
Sync interval in hours. Default 24.
Path to an IacPlan JSON from a prior /nyann:plan run, to apply the exact previewed plan.
Optional profile name to apply. If provided, skip stack detection's recommendation step and load this profile via bin/load-profile.sh. Fall back to the skill's…
The branch slug (feature/bugfix/hotfix) or version string (release).
If passed, emit the probe results as JSON instead of the human table.
Branch to use as the merge target. Defaults to the profile's primary base branch (auto-resolved through `origin/HEAD`, `main`, or `master`).