技能 summon-daem0n
🔮

summon-daem0n

安全 🌐 网络访问📁 文件系统访问⚙️ 外部命令

為專案初始化 Daem0n-MCP

在多個工作階段和多個儲存庫之間管理專案上下文是一項挑戰。此技能提供逐步指導,幫助您在專案結構中初始化和整合 Daem0n-MCP 記憶體管理。

支持: Claude Codex Code(CC)
⚠️ 68
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“summon-daem0n”。 How do I initialize Daem0n-MCP for this project?

预期结果:

  • 要在您的專案中初始化 Daem0n-MCP:
  • Simply call get_briefing() from your project root
  • This creates the .daem0nmcp directory if it does not exist
  • The Daem0n automatically initializes on first get_briefing() call
  • For multi-repo setups, run get_briefing() from the parent directory

正在使用“summon-daem0n”。 How do I link my backend and client repositories?

预期结果:

  • Navigate to your backend directory
  • Call link_projects() with the path to your client repo
  • Set the relationship parameter to same-project
  • Repeat from the client directory pointing to backend
  • Use include_linked=True on recall to search both repos

正在使用“summon-daem0n”。 How do I set up automatic decision capture?

预期结果:

  • Add Claude Code hooks in your settings.json file
  • Configure PreToolUse hook for Edit and Write tools
  • Configure PostToolUse hook for Edit and Write tools
  • Configure Stop hook for automatic memory inscription
  • The Silent Scribe will capture decisions as you work

安全审计

安全
v5 • 1/17/2026

Documentation-only skill containing no executable code, scripts, or network capabilities. Provides step-by-step guidance for initializing and consolidating Daem0n-MCP memory management across project structures. All static findings are false positives - 'JWT' references describe authentication features, backticks are markdown code delimiters, and rm/cp commands are documented backup/cleanup procedures.

2
已扫描文件
460
分析行数
3
发现项
5
审计总数
审计者: claude 查看审计历史 →

质量评分

38
架构
100
可维护性
85
内容
20
社区
100
安全
83
规范符合性

你能构建什么

統一跨儲存庫的記憶體

連結客戶端和後端儲存庫,以在整個程式碼庫中共享上下文和決策。

保留專案上下文

在 Claude Code 工作階段之間維護工作階段記憶體,確保上下文永遠不會丟失。

設定 Silent Scribe

設定自動決策擷取,讓重要的選擇被記錄而無需手動操作。

试试这些提示

初始化記憶體
How do I initialize Daem0n-MCP for this project?
連結儲存庫
Show me how to link my backend and client repositories so they share memory.
整合資料庫
How do I consolidate memories from child repositories into a parent directory?
設定自動擷取
What hooks configuration do I need for the Silent Scribe automatic decision capture feature?

最佳实践

  • 使用父目錄來儲存共享記憶體,當您處理多個相關儲存庫時
  • 在整合資料庫之前連結子儲存庫,以定義要合併的記憶體
  • 透過 get_briefing() 檢查合併後的記憶體數量來驗證整合

避免

  • 在每個儲存庫中初始化獨立的 Daem0n 執行個體而未連結它們
  • 在遷移設定時未先備份就刪除 .daem0nmcp
  • 在呼叫 consolidate_linked_databases() 之前跳過 link_projects() 步驟

常见问题

Is Daem0n-MCP compatible with Claude Code on all operating systems?
是的,只要安裝了 Python 3.9+,Daem0n-MCP 就能在 Linux、macOS 和 Windows 上與 Claude Code 相容。
What are the resource limits for memory storage?
記憶體限制取決於您的儲存空間。該工具使用 SQLite 進行增量索引以提高效率。
How does Daem0n-MCP integrate with existing Claude Code workflows?
它透過 MCP 協議整合。使用 hooks 進行自動擷取,並使用 CLI 命令進行手動回憶。
Does this skill store or transmit any user data?
不。此技能純粹是文件性質。資料儲存由 Daem0n-MCP 在您的本地機器上處理。
Why is my consolidated memory count lower than expected?
確保在呼叫 consolidate_linked_databases() 之前已呼叫 link_projects()。檢查子儲存庫是否具有 .daem0nmcp 資料。
How does this compare to Claude's built-in context memory?
Daem0n-MCP 提供跨工作階段的持久記憶體、多儲存庫感知和自動決策擷取,超越了標準上下文的範圍。

开发者详情

文件结构

📄 SKILL.md