بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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.