用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/UitbreidenOS/UitKit --skill btw-side-question命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Guidelines and instructions for Agent execution state rollback rules
Guidelines and instructions for Agent execution step counters limits
Guidelines and instructions for Agent execution timeout limits setups
基于 SOC 职业分类
| name | btw-side-question |
| description | - User wants to ask a quick question mid-session without it appearing in conversation history |
/btw command or asks about the side chat overlay/btw responses have no tool access/btw is single response only, not a conversation thread/btw is a CLI-only feature/btw <question>
The question sees the full conversation context — everything Claude knows about the current session is available. The response appears as an overlay. It leaves no trace in the chat history: no user message, no assistant message, nothing. Once dismissed, it is gone.
Dismissing the overlay: Press Space, Enter, or Escape.
Desktop equivalent: Cmd+; opens a side chat panel with the same behavior.
| Capability | Available |
|---|---|
| Full conversation context | Yes |
| Prompt cache reuse | Yes (very low cost) |
| Tool access (Read, Bash, etc.) | No |
| Multi-turn exchange | No |
| Persists in history | No |
| Works during active Claude turn | Yes — non-blocking overlay |
/btw reuses the prompt cache from the current conversation. The incremental cost is the output tokens for the response only — no re-encoding of context. For quick questions, this is effectively negligible.
OTEL_EXPORTER_OTLP_ENDPOINT default to?"config/database.yml and tell me the connection pool size." — needs Read toolgit log --oneline -10 show?" — needs BashScenario: Claude is mid-way through extracting a service class. You are reading the original file on a second monitor and cannot remember which interface name was agreed on earlier in the session.
Rather than typing a message (which would appear in history and potentially distract Claude from its current work), you type:
/btw what did we name the new interface for the payment processor abstraction?
Claude responds in an overlay:
PaymentGateway — defined in the interfaces section around turn 12.
Press Space to dismiss. The main task continues uninterrupted. Nothing appears in the conversation history.
Contrast with a regular prompt:
If you asked the same question as a normal message, it would:
For pure lookups with no downstream effect, /btw is the right tool.