المهارات session-memory
🧠

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.

يدعم: Claude Codex Code(CC)
📊 69 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "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

التدقيق الأمني

آمن
v5 • 1/16/2026

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.

2
الملفات التي تم فحصها
381
الأسطر التي تم تحليلها
2
النتائج
5
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
21
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

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

جرّب هذه الموجهات

Continue previous work
What did we work on in the last session? What tasks are remaining?
Review decisions
Show me the important decisions made for this project and why.
Learn project patterns
What patterns and conventions should I follow when writing code for this project?
Get project overview
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

الأسئلة المتكررة

Which Claude tools support this skill?
Claude Code is the primary tool. Works with Claude and Codex when hooks/Stop is configured.
How much history can be stored?
No hard limit but files over 10MB may slow context loading. Manual cleanup recommended.
Can I share memory between team members?
decisions.md and patterns.md should be shared. session-log.md and context.json should stay local.
Is my data safe?
Data stays local in .claude/memory/. No network calls or external access by design.
Memory files are too large
Run cleanup with '整理して' command or manually remove old session entries from session-log.md.
How is this different from global memory?
Session memory is project-specific. Global memory spans all projects. Use both together.

تفاصيل المطور

بنية الملفات

📄 SKILL.md