一键导入
cognis-search
Search your memory for past work, previous sessions, architectural decisions, and team knowledge stored in Cognis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search your memory for past work, previous sessions, architectural decisions, and team knowledge stored in Cognis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Persistent memory and context for AI agents using Cognis by Lyzr. Use this skill when the user mentions "remember this", "what did I work on", "save this for later", "team knowledge", "project context", "recall", "memory", or needs long-term memory across sessions. Also use when the user asks about past decisions, preferences, or prior conversations. Supports personal memory (per-user), team memory (shared across repo contributors), semantic search, and automatic context assembly.
Persistent memory and context for AI agents using Cognis by Lyzr. Use this skill when the user mentions "remember this", "what did I work on", "save this for later", "team knowledge", "project context", "recall", "memory", or needs long-term memory across sessions. Also use when the user asks about past decisions, preferences, or prior conversations. Supports personal memory (per-user), team memory (shared across repo contributors), semantic search, and automatic context assembly.
Save important information, architectural decisions, patterns, or project knowledge to Cognis persistent memory.
| name | cognis-search |
| description | Search your memory for past work, previous sessions, architectural decisions, and team knowledge stored in Cognis. |
| version | 1.0.0 |
Use this skill when the user asks about past work, previous sessions, what was discussed before, or team knowledge.
Determine what the user wants to find. Formulate a clear search query.
Choose the scope:
--user for personal memories (what the user worked on)--repo for team/project knowledge (shared across team)--both for both (default, best for broad queries)Run the search:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --both "SEARCH QUERY"
search-memory.cjs --user "recent work session"search-memory.cjs --both "authentication architecture"search-memory.cjs --repo "bug fixes"