بنقرة واحدة
start-session
Load project context from CLAUDE.md and DOCUMENTATION.md at the start of a development session.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Load project context from CLAUDE.md and DOCUMENTATION.md at the start of a development session.
التثبيت باستخدام 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.
Update CLAUDE.md and DOCUMENTATION.md with changes made during the session before ending.
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 | start-session |
| description | Load project context from CLAUDE.md and DOCUMENTATION.md at the start of a development session. |
Load project context at the beginning of a development session.
When to use: At the start of any coding session to understand the current state of the project.
Workflow:
CLAUDE.md and DOCUMENTATION.md in the repo rootOutput format:
## Session Started
**Project:** {project name}
**Branch:** {current_branch}
**Status:** {clean/uncommitted changes}
### Recent Activity
{list of recent commits}
### Current State
{summary from docs — what's built, what's in progress}
### Ready to Work
{any pending items, uncommitted work, or next steps}