add-team-source
Sync interval in hours. Default 24.
Override profile inference — pass an explicit profile name.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/explain-stateContext preview
What this command does when you run it.
Override profile inference — pass an explicit profile name.
name: nyann:explain-state
description: >
Print a read-only summary of what nyann sees: stack, profile, branching,
hooks, CLAUDE.md status, recent commits.
arguments:
- name: json
description: Emit machine-readable JSON instead of a human-readable table.
optional: true
- name: profile
description: Override profile inference — pass an explicit profile name.
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.
Wraps `bin/explain-state.sh`. Read-only. Aggregates:
Use as a first-look diagnostic before `doctor` (audit) or `bootstrap-project` (setup/retrofit).
See `skills/explain-state/SKILL.md` for what to read back to the user.
ငြမ်း 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`).