memento:resume
Resume work from the current session. Use this skill when: - User asks "what's next?" or "where was I?" - User starts a new conversation on a feature branch - User returns after a break and needs context - User asks about current work status
What this skill does
# Resume Work Load and display session context to resume work after a break or new conversation. ## When to Use This Skill Proactively invoke when user: - Asks "what's next?", "where was I?", "what was I working on?" - Starts a conversation on a non-main branch without context - Returns from a break and seems to need orientation - Asks about current task, issue, or progress ## Context Files (Auto-Injected) - **rules/sessions.md**: Rules for session workflow - **context/sessions.md**: Session file structure and patterns Read these files for complete session management guidance. ## Quick Reference ### Load Session 1. Get current branch: ```bash git branch --show-current ``` 2. Sanitize branch name (replace `/` with `-`) 3. Read session file: ``` .claude/sessions/<sanitized-branch>.md ``` ### Display Context Show the user: 1. **Goal** - What we're trying to accomplish 2. **Approach** - How we planned to do it 3. **Next Steps** - What's remaining (focus here) 4. **Recent Session Log** - Last 2-3 entries for context ### Example Output ``` Resuming session for issue/feature-42/auth Goal: Add user authentication to the application Approach: JWT-based auth with httpOnly cookies Next Steps: - [ ] Add logout endpoint - [ ] Implement token refresh - [x] Create login form Recent activity: - 2024-01-15: Implemented login form and JWT handling - 2024-01-14: Set up auth middleware ``` ## What This Skill Does NOT Do - Create new sessions (use `/memento:session create`) - Update session content (edit directly or use hooks) - Handle branch switching (handled by session-manager) ## Key Rules (from rules/sessions.md) 1. **Never guess branch** - always `git branch --show-current` 2. **Session = Branch = Issue** - 1:1:1 mapping 3. **Read session FIRST** on resume - before any other action
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.