From memento
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
npx claudepluginhub flexion/claude-domestique --plugin mementoThis skill uses the workspace's default tool permissions.
Load and display session context to resume work after a break or new conversation.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Load and display session context to resume work after a break or new conversation.
Proactively invoke when user:
Read these files for complete session management guidance.
Get current branch:
git branch --show-current
Sanitize branch name (replace / with -)
Read session file:
.claude/sessions/<sanitized-branch>.md
Show the user:
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
/memento:session create)git branch --show-current