ワンクリックで
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 |