Add smooth-glow-up skill — the Presence design language#282
Merged
Conversation
Sibling to smooai-glow-up (Aurora), adapted for a terminal-first product. Aurora spends a teal->gold->coral spectrum as HEAT on a cool midnight ground; Presence spends color as PRESENCE and ATTENTION on a warm ground — the teal->blue `th` gradient reserved for Big Smooth's own presence, amber meaning only "he needs you", coral for "yes". Grounded in the real implementation (smooth-code/src/theme.rs, smooth-web globals.css th-f1a1f0) and covers the TUI, CLI output, and web SPA, with the terminal translation of web ideas (border not glass, foreground-only styling — background fills fight the user's terminal theme — form not just color), pipe/NO_COLOR safety, and verification via TestBackend snapshots + tmux capture-pane. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TwUg6nyMqXHzFDsibzTKmp
🦋 Changeset detectedLatest commit: cfc08b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
brentrager
enabled auto-merge (squash)
July 26, 2026 21:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A sibling to smooai's
smooai-glow-up(Aurora), adapted for Smooth — a terminal-first product.Presence is not Aurora, and the skill says so explicitly so the two don't bleed into each other:
thface, reserved for Big Smooth himselfThe organizing idea: the teal→blue
thgradient is Big Smooth's face — it marks where he is present (his turns, his mark, his heartbeat) and nothing else. Chrome never wears the face. Amber means exactly one thing: "he needs you."Grounded in what ships
Not invented — derived from the real implementation:
crates/smooth-code/src/theme.rs(every color + semantic style fn already lives there) andcrates/smooth-web/web/src/globals.css(the documented "Presence theme", th-f1a1f0). The skill tells you to extend those, never to hardcode at call sites.The genuinely new part: terminal translation
Web design advice doesn't survive contact with a terminal, so the skill maps intent → medium: border instead of glass, per-character gradients only across a word or two, one blank line instead of a shadow. Plus the rules a TUI actually needs:
NO_COLOR/piped output has no color and ~8% of users can't read a hue distinction.thoutput;--jsonstays unstyled and stable.TestBackendsnapshots +tmux capture-pane, and checking the degraded paths (NO_COLOR=1, 80 columns, non-TTY).Placed at
.claude/skills/to mirror wheresmooai-glow-uplives in its own repo, and because these surfaces only exist here.🤖 Generated with Claude Code