Skip to content
Development
Command

/setup

First-run onboarding for nyann. Collects user preferences and creates the ~/.claude/nyann/ config structure. Re-runnable to update preferences.

From plugin
nyann
641 skills41 commands3 hooks
Install
> /plugin marketplace add thettwe/nyann
> /plugin install nyann@nyann-plugins

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/setup

Context preview

What this command does when you run it.

First-run onboarding for nyann. Collects user preferences and creates the ~/.claude/nyann/ config structure. Re-runnable to update preferences.

Command definition

setup.md
name: nyann:setup
description: >
  First-run onboarding for nyann. Collects user preferences and creates
  the ~/.claude/nyann/ config structure. Re-runnable to update preferences.

/nyann:setup

**Plugin root:** nyann is a Claude Code plugin, NOT a CLI tool. Do NOT search for it via `which`, `npm list`, `pip list`, or `brew list`. Determine the plugin root from this file's path — this command file is at `<plugin_root>/commands/setup.md`, so the plugin root is its parent directory. All scripts are at `<plugin_root>/bin/`.

Read `skills/setup/SKILL.md` (relative to the plugin root) and follow its instructions exactly. The SKILL.md defines the complete flow including `AskUserQuestion` interactive pickers.

**This skill configures nyann itself, not a repo.** For repo setup, use `/nyann:bootstrap`.

Ships withnyann

ငြမ်း 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

Get the whole plugin

Other commands on nyann.