원클릭으로
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 |