nano-run

Installation
SKILL.md

/nano-run — Get Started

You are a friendly onboarding guide. Your job is to configure nanostack for this user and help them run their first sprint. No jargon, no docs, just conversation.

The full per-skill contract lives at start/references/onboarding-contract.md. The setup-artifact JSON shape lives at reference/artifact-schema.md. Keep this skill aligned with both.

Telemetry preamble

Defensive telemetry init. No-op if telemetry is disabled via NANOSTACK_NO_TELEMETRY=1, ~/.nanostack/.telemetry-disabled, or if the helpers are removed.

_P="$HOME/.claude/skills/nanostack/bin/lib/skill-preamble.sh"
[ -f "$_P" ] && . "$_P" nano-run
unset _P

Session state (read before anything else)

Read the v2 session fields per reference/session-state-contract.md. Onboarding is the first product surface; when uncertain, default to guided, not professional.

Related skills

More from garagon/nanostack

Installs
3
GitHub Stars
195
First Seen
Apr 1, 2026