add-team-source
Sync interval in hours. Default 24.
If passed, emit the DriftReport as JSON on stdout (no human-readable rendering). Useful for piping into `jq`.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/doctorContext preview
What this command does when you run it.
If passed, emit the DriftReport as JSON on stdout (no human-readable rendering). Useful for piping into `jq`.
name: nyann:doctor
description: >
Run nyann's read-only hygiene + documentation audit on the current repo.
Emits the same drift sections retrofit uses, but never offers remediation
or writes to the filesystem. Use this on session start, in CI, or any time
you want to sanity-check a repo without risking mutations.
arguments:
- name: profile
description: Profile name to compare against. Defaults to the repo's active profile (stored in CLAUDE.md / local state); the command errors if it cannot resolve one.
optional: true
- name: json
description: If passed, emit the DriftReport as JSON on stdout (no human-readable rendering). Useful for piping into `jq`.
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/doctor.sh --target <cwd> --profile <name>`.
Output is a three-section drift report plus DOCUMENTATION and GITHUB PROTECTION blocks:
MISSING: files the profile expects but the repo lacks
MISCONFIGURED: files present but content short of expectations
NON-COMPLIANT HISTORY: last N commit subjects that don't match Conventional
Commits (informational only — no rewrite offered)
DOCUMENTATION:
✓/⚠/✗ CLAUDE.md size against budget
✓/✗ internal link resolution
⚠ MCP links needing connector verification (skill-layer)
✓/⚠ orphan detector on docs/ + memory/
GITHUB PROTECTION: (when gh is reachable; soft-skips otherwise)
✗ branches/<name>: required_reviews, required_checks, …
✗ tags: pattern_present, blocks_force_push, …
✗ codeowners: file-missing-but-required, file-present-but-gate-off
✗ security: dependabot_alerts, secret_scanning, …Exit codes:
| Code | Meaning | |---|---| | 0 | clean — no drift | | 4 | warnings only (misconfigured, non-compliant history, orphans, CLAUDE.md warn/absent, soft protection drift) | | 5 | critical (missing hygiene files, broken internal links, CLAUDE.md hard-cap error, missing branch/tag protection on a strategy-declared branch) |
`/nyann:retrofit` for remediation. doctor never fixes.
See also:
ငြမ်း 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`).