원클릭으로
cems-foundation
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
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
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
Store learnings, decisions, patterns, or preferences into CEMS memory with project context
| name | cems-foundation |
| description | View foundation guidelines (rules, principles, constraints) stored in CEMS memory |
Search CEMS memory for foundation guidelines — stable rules and principles that apply across all sessions.
CEMS MCP server must be configured. See github.com/Chocksy/cems for setup.
When this skill is invoked, or the user asks about project rules/guidelines:
Detect the current project from the working directory:
git remote get-url origin to extract org/repo formatgit@github.com:org/repo.git → org/repohttps://github.com/org/repo.git → org/repoSearch for foundation guidelines via MCP:
{
"tool": "memory_search",
"arguments": {
"query": "foundation guidelines rules principles constitution",
"max_results": 20,
"scope": "both",
"project": "org/repo"
}
}
Filter results to only include memories that:
Present results clearly:
## Foundation Guidelines
Found N foundation guidelines:
1. <guideline content>
2. <guideline content>
...
These are your foundational principles. They apply to all sessions.
Foundation guidelines are stable rules that apply across all sessions. They are typically:
They differ from regular memories in that they are meant to be always-on constraints, not just recalled information.