بنقرة واحدة
wrap-up-session
Update CLAUDE.md and DOCUMENTATION.md with changes made during the session before ending.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Update CLAUDE.md and DOCUMENTATION.md with changes made during the session before ending.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a presenter notes popup window to an existing HTML slide presentation. Use when the user has an HTML slide deck (built with the frontend-slides skill or similar) and wants to add presenter notes with timers, navigation sync, and rehearsal tools. Triggers on requests like "add presenter notes", "add speaker notes", "presenter mode", or "/presenter-notes".
Create a single-file HTML slide deck in the Automattic typography-first design (white-and-blue, sentence case, one accent color, no animations). Output is one self-contained HTML file with all CSS, JS, and SVG inlined — only fonts and remote images load from the internet. Bundles 15 layout patterns (cover, TOC, section dividers, metrics, bulleted list, table, pull quote, columns, numbered data, closing) plus presenter-notes mode (press P) with dual timers and two-way nav sync. Use when the user wants a slide deck, presentation, talk deck, pitch deck, all-hands deck, or wants to convert a PowerPoint (.pptx) to web — e.g. "make me a slide deck", "build a presentation", "turn this into slides", "create a deck", "convert this pptx". Designed for Automattic internal and external use; output deck is single-file and easy to share.
Transform a stream-of-consciousness braindump (often an audio transcript) into a TED-quality keynote outline. Produces three sections — FLOW (10-20 bullet narrative arc), DESIRED TAKEAWAY (one-sentence landing point), and PRESENTATION (slide-by-slide with ultra-short on-screen text, AI image prompt, and exact speaker notes). Use when the user wants to turn raw notes, a braindump, a transcript, or rambling ideas into a structured keynote — e.g. "turn this into a keynote", "outline a TED talk from these notes", "draft a keynote from this transcript", "build me a talk from this braindump". Designed for Paolo's external conference and internal all-hands talks; the final speaker notes are passed through /writewell:writewell so they sound like him on stage.
Manage development sessions with two commands. Use /start-session to load project context and /wrap-up-session to update documentation before ending.
Load project context from CLAUDE.md and DOCUMENTATION.md at the start of a development session.
Full writing pipeline: strip AI patterns, enforce language discipline, remove clutter, verify quality, and optionally apply a personal voice. Use when editing or reviewing any prose that should read like a human wrote it, not a machine. Run /writewell:onboard to create your personal voice profile.
| name | wrap-up-session |
| description | Update CLAUDE.md and DOCUMENTATION.md with changes made during the session before ending. |
Update project documentation before ending a session.
When to use: Before ending a coding session, especially after making significant changes.
Workflow:
git diff and git log to identify changes made this sessionCLAUDE.md and DOCUMENTATION.md in the repo rootCLAUDE.md — project instructions, conventions, key commands, and development guidelines. Structure it based on what you learn from the codebase and session.DOCUMENTATION.md — project overview, architecture, current status, and what's been built. Capture the state of the project as it stands now.Output format:
## Session Wrap-Up
### Changes This Session
{summary of git changes}
### Documentation Updates Applied
**CLAUDE.md:**
- {list of updates, or "No updates needed"}
**DOCUMENTATION.md:**
- {list of updates, or "No updates needed"}