add-team-source
Sync interval in hours. Default 24.
If passed, emit the DriftReport as JSON without human-readable rendering or remediation offer.
> /plugin marketplace add thettwe/nyann > /plugin install nyann@nyann-plugins
How it fires
How this command gets triggered: by you, by Claude, or both.
/retrofitContext preview
What this command does when you run it.
If passed, emit the DriftReport as JSON without human-readable rendering or remediation offer.
name: nyann:retrofit
description: >
Audit an existing repo against a profile and fix what's drifted. Unlike
doctor (read-only), retrofit detects missing hooks, misconfigured gitignore,
documentation gaps, and non-compliant history, then offers to remediate via
bootstrap. Idempotent — safe to re-run.
arguments:
- name: profile
description: Profile name to audit against. If omitted, resolves from CLAUDE.md markers or asks the user.
optional: true
- name: json
description: If passed, emit the DriftReport as JSON without human-readable rendering or remediation offer.
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/retrofit.sh --target <cwd> --profile <name>`.
Audit + remediation flow for existing repos with partial or drifted setups:
detect stack → load profile → compute drift → render report → offer fix
↓
build plan → preview → bootstrapOutput is the same four-section drift report as doctor:
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/Exit codes:
| Code | Meaning | |---|---| | 0 | clean — no drift, nothing to fix | | 4 | warnings only (misconfigured, non-compliant history, orphans, CLAUDE.md warn/absent) | | 5 | critical (missing hygiene files, broken internal links, CLAUDE.md hard-cap error) |
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`).