一键导入
style
Set, clear, or list communication styles. Usage: /style <name>, /style off, /style list
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set, clear, or list communication styles. Usage: /style <name>, /style off, /style list
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
The backlog — merged prioritized view of all actionable items from a task manager and backlog.md
Daily planner — time-aware plan coordinating the user's day and Claude's day, with calendar awareness and queue integration
Create Gmail drafts/sends via a local email-CLI wrapper (integration stub). Draft-by-default with a sanitizer + clobber-guard.
Session kickoff — orient from memory, state understanding, ask agenda
Periodic retro — safety review, memory maintenance, pattern extraction
End-of-session wrap — update calibration, memory, backlog, lessons
| name | style |
| description | Set, clear, or list communication styles. Usage: /style <name>, /style off, /style list |
Set the active communication style globally (persists across sessions).
Parse the user's argument:
/style list — list available styles from ~/.claude/styles/*.md/style off or /style none — clear the active style/style <name> — set the active style/style (no arg) — show current active styleFor list: glob ~/.claude/styles/*.md, print filenames (without extension) and indicate which is active.
For set: check that ~/.claude/styles/<name>.md exists. If it does, write <name> to ~/.claude/active-style. If not, show available styles.
For off/none: write empty string to ~/.claude/active-style.
For show (no arg): read ~/.claude/active-style. If empty or missing, say "No active style." Otherwise show the active style name.
After setting or clearing, confirm the change. Remind the user that existing sessions need to re-read the style file — new sessions pick it up automatically.