add-team-source
Sync interval in hours. Default 24.
Preview the target path without creating the file.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/record-decisionContext preview
What this command does when you run it.
Preview the target path without creating the file.
name: nyann:record-decision
description: >
Append a new MADR-formatted ADR to docs/decisions with an auto-incremented
number.
arguments:
- name: title
description: "Imperative headline (e.g. 'Use Postgres for the primary datastore'). Required."
optional: false
- name: status
description: "'proposed' (default) or 'accepted'."
optional: true
- name: dir
description: "Target directory. Default 'docs/decisions'."
optional: true
- name: slug
description: "Slug override (default: derived from title)."
optional: true
- name: dry-run
description: Preview the target path without creating the file.
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/record-decision.sh`. Flow:
1. Scan `<dir>` for existing `ADR-NNN-*.md` files; pick `N+1`. 2. Render `templates/docs/decisions/ADR-template.md` with number/title/status/date. 3. Write `<dir>/ADR-NNN-<slug>.md` (fails if path exists — pick a different slug).
Only MADR format supported in v1. See `skills/record-decision/SKILL.md` for the full confirmation flow and "don't auto-fill the body" guidance.
ငြမ်း 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`).