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