بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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 |