session-memory
Persist context across sessions
Context loss between sessions wastes time re-explaining project history. This skill automatically records decisions, patterns, and task progress to enable seamless continuation of work across Claude sessions.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "session-memory". What did we work on last time?
النتيجة المتوقعة:
- Session: 2024-01-15
- Completed: User authentication, Login page
- Pending: Logout feature, Password reset
- Tech stack: Next.js + Supabase + Tailwind
استخدام "session-memory". What decisions have been made for this project?
النتيجة المتوقعة:
- 2024-01-15: Supabase Auth for authentication - free tier, easy setup
- 2024-01-14: Next.js App Router - latest best practices
- Frontend: /src/components/, Utilities: /src/lib/
استخدام "session-memory". What patterns should I follow?
النتيجة المتوقعة:
- Components: PascalCase (UserProfile.tsx, LoginForm.tsx)
- API: /api/v1/ prefix, RESTful design
- Errors: try-catch with Japanese messages
التدقيق الأمني
آمنPure documentation-based skill with no executable code. All patterns detected by static scanner are false positives: markdown code formatting backticks (not shell execution), legitimate metadata fields, and documentation examples. Original audit confirmed no network calls, command execution, or environment access.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
⚙️ الأوامر الخارجية (40)
درجة الجودة
ماذا يمكنك بناءه
Continue multi-day projects
Resume work on complex features across multiple sessions without re-explaining context
Maintain decision records
Document technical choices and their rationale for team reference and onboarding
Track client project history
Keep track of client project details and decisions between different work sessions
جرّب هذه الموجهات
What did we work on in the last session? What tasks are remaining?
Show me the important decisions made for this project and why.
What patterns and conventions should I follow when writing code for this project?
Give me a summary of this project including tech stack and current phase.
أفضل الممارسات
- Use descriptive titles and tags in decisions.md for easy searching
- Keep session-log.md focused on actionable items rather than full transcripts
- Review and archive old sessions periodically to prevent file bloat
تجنب
- Storing sensitive credentials or secrets in memory files
- Committing session-log.md to version control (it contains temporary details)
- Skipping decision documentation when making architectural choices