← スキル一覧に戻る

serena-memory-system
by Verridian-ai
⭐ 1🍴 0📅 2026年1月14日
SKILL.md
name: Serena Memory System description: Interface for long-term memory and context management. Use to store and retrieve user preferences, project context, and past learnings.
Serena Memory System Skill
This skill grants access to the serena MCP tools, which provide persistent memory and context awareness for the agent.
When to use
- Recalling user preferences or project history.
- Storing new "memories" or learnings for future sessions.
- searching for files or symbols using Serena's semantic index.
Available Tools (Context Loaded)
The following tools are available via the serena MCP server:
Memory Management
mcp__serena__list_memories: Retrieve stored memories.mcp__serena__think_about_collected_information: Process and synthesize information.mcp__serena__onboarding: Access onboarding information.
Semantic Search
mcp__serena__find_file: Find files semantically.mcp__serena__find_symbol: Find code symbols semantically.
Best Practices
- Check Memory First: Before asking the user for repetitive info, check if it's stored in memory.
- Synthesize: Use
think_about_collected_informationto consolidate complex context.
Example Workflow
- User: "What was the design pattern we decided on?"
- Agent: Calls
mcp__serena__list_memoriesto search for design decisions.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です