AI SummaryThis booster helps developers quickly resume work on a SaaS UI Component Generator project by automatically reviewing project status, recent accomplishments, and next priorities from organized documentation. Ideal for teams returning to complex full-stack projects after breaks between sessions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Where Were We - Session Recap" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/elieteyssedou/clean-boilerplate-26/main/.claude/commands/www.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/end-session.md "https://raw.githubusercontent.com/elieteyssedou/clean-boilerplate-26/main/.claude/commands/end-session.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Quickly get back up to speed on where we left off in the previous development session
Where Were We - Session Recap
Help me get back up to speed on this SaaS UI Component Generator Tool project.
1. Review Project Status
Check the organized documentation structure: • Root CLAUDE.md - Project overview, common commands, and next priorities • DEVELOPMENT_HISTORY.md - Use Grep to extract only the first ## section (latest development work) to understand what was last implemented • Architecture docs - CLAUDE.md, back/CLAUDE.md, back/test/CLAUDE.md, front/CLAUDE.md Extract the latest development section using these steps: • First find all ## header line numbers: grep -n "^## " DEVELOPMENT_HISTORY.md • Then read from the first header to just before the second header using the Read tool with dynamic offset/limit Ask me if we want, during the session, to either work on: • back • front • fullstack When I give you the answer, you will read the corresponding documentation (you won't read what you don't need in the session).
2. Current Application State
This is a full-stack TypeScript monorepo with: • Backend: Node.js GraphQL API (port 5100) with AI-powered component generation • Frontend: Next.js app (port 5200) with HeroUI components and ChatGPT-style navigation • Features: Generate React components via AI, component history, syntax highlighting, delete functionality
3. Recent Accomplishments
Last Session (2025-07-19): • ✅ Migrated from NextUI to HeroUI v2.8.1 • ✅ Added component delete with confirmation dialog • ✅ Reorganized documentation into focused files • ✅ Enhanced component generation with post-generation redirect
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster