add-team-source
Sync interval in hours. Default 24.
Override `~/.claude/nyann` profile root.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/learn-profileContext preview
What this command does when you run it.
Override `~/.claude/nyann` profile root.
name: nyann:learn-profile
description: >
Inspect a reference repo and save its nyann-relevant setup (stack,
hooks, branching, commit convention, extras) as a reusable profile.
arguments:
- name: target
description: Path to the reference repo to learn from. Defaults to the current working directory.
optional: true
- name: name
description: Name to save the profile under (lowercase-kebab). Defaults to the repo's basename.
optional: true
- name: user-root
description: Override `~/.claude/nyann` profile root.
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/learn-profile.sh`. Read-only on the reference repo; writes one JSON profile under `~/.claude/nyann/profiles/`. Never modifies the reference repo itself.
See `skills/learn-profile/SKILL.md` for trigger phrases and DISAMBIGUATION from `inspect-profile` (reads a profile file, not a repo) and `bootstrap-project` (applies a profile, not learns one).
ငြမ်း 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`).