You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(skill): add intro one-liner and customisability reminder
One line at the start confirming what remobi does and that everything
is changeable. One line at the end reminding users they can re-run
the skill to tweak their config.
Copy file name to clipboardExpand all lines: .agents/skills/remobi-setup/SKILL.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,10 @@ This skill walks the user through setup in one conversation. The guiding princip
20
20
21
21
### Phase 1: Welcome and understand (1 question)
22
22
23
-
Ask what brings the user to remobi. Keep it natural — guided examples, not a numbered list:
23
+
Open with a one-liner confirming what they're getting, then ask what brings them here:
24
24
25
+
> "remobi puts your tmux session on your phone — same panes, same windows, touch controls on top. Everything we set up here you can change later."
26
+
>
25
27
> "What brings you to remobi? For example: monitoring coding agents from your phone, getting phone access to your dev sessions, or just curious to try it out."
26
28
27
29
Map the answer to a persona internally (don't tell the user their "persona"):
@@ -257,6 +259,7 @@ Tell the user:
257
259
-`pwa.enabled` (default `true`) — set `false` to disable manifest + icons
258
260
-`pwa.themeColor` (default `'#1e1e2e'`) — status bar colour on mobile
259
261
-`pwa.shortName` (optional) — short name for home screen icon (falls back to `name`)
262
+
7. This is a starting point — not a locked-in config. Run this skill again any time to tweak buttons, add drawer commands, or change gestures.
0 commit comments