원클릭으로
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.