一键导入
cems-share
Add a memory to shared team memory. Use when the user asks to share knowledge with the team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a memory to shared team memory. Use when the user asks to share knowledge with the team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search CEMS memory with project-scoped boosting, auto-detecting project from git remote
Search memories for relevant past context, decisions, and patterns
Search memories for relevant past context, decisions, and patterns
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
Search CEMS long-term memory for relevant past context, decisions, patterns, and preferences
Store memories with project context, categories, and tags into CEMS long-term memory
| name | cems-share |
| description | Add a memory to shared team memory. Use when the user asks to share knowledge with the team. |
Use the memory_add MCP tool with scope: "shared" to store team knowledge.
Always include the project reference:
git remote get-url origin to extract org/repo formatsource_ref: "project:org/repo"{
"tool": "memory_add",
"arguments": {
"content": "information to share with team",
"scope": "shared",
"category": "conventions",
"tags": [],
"source_ref": "project:org/repo"
}
}
| Category | Use For |
|---|---|
conventions | Coding standards, naming patterns |
architecture | System design, patterns, decisions |
workflow | Deployment, review, release processes |
general | Other shared knowledge |