UI Storybook

SkillWeb & browsing

Start, inspect, and stop the @ayunis/ui Storybook for Ayunis Core. Use when reviewing UI package components or stories in a browser.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the UI Storybook skill

What this skill tells your AI

The instructions your AI receives, as published by ayunis-core/ayunis-core in .claude/skills/ui-storybook/SKILL.md and read by ahel’s review.

Run all commands from the Ayunis Core repository root.

Start

./storybook up

Storybook starts in a checkout-specific tmux session and is available at http://localhost:6006. The command waits until the server is ready.

If port 6006 is occupied, do not stop the process using it. Choose another port:

STORYBOOK_PORT=6016 ./storybook up

Use the same STORYBOOK_PORT value for subsequent status, log, and shutdown commands.

Inspect

./storybook status
./storybook logs
TAIL=200 ./storybook logs

Stop

./storybook down

Always stop Storybook through this command. It sends Ctrl-C only to the checkout-specific tmux session created by ./storybook up; never kill a process by PID.

Validate stories

cd packages/ui
pnpm typecheck
pnpm lint
pnpm deps:check
pnpm storybook:build

Signals

GitHub stars
33
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
ui-storybook
Source
github.com/ayunis-core/ayunis-core