community
01Plugin Claude Code
Plugin marketplace listing 1 plugin: nowledge-mem.
Plugin Claude Code
Plugin marketplace listing 1 plugin: nowledge-mem.
Instructions file
Claude Code instructions for nowledge-co/community, covering nowledge community — agent guidelines, registry, universal install contract — skill.md, behavioral guidance and plugin development.
Skill Claude CodeCodex
Check Nowledge Mem setup, detect your agent, and guide native connector setup. Use when the user asks about setup, configuration, or when memory tools aren't working as expected.
Skill Claude CodeCodex
Capture breakthrough moments and valuable insights as searchable memories in your knowledge base.
Skill Claude CodeCodex
Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.
Skill Claude CodeCodex
Save a concise handoff summary only when the user explicitly requests it. Use this for resumable progress notes in generic agent environments where a real session importer is not guaranteed.
Skill Claude CodeCodex
Deprecated compatibility skill. In portable Agent Plugins environments this must degrade honestly to a resumable handoff, because real transcript-backed thread import is not guaranteed. Prefer save-handoff here, and use native connectors when you need actual session capture.
Skill Claude CodeCodex
Search your personal knowledge base when past insights would improve response. Recognize when stored breakthroughs, decisions, or solutions are relevant. Search proactively based on context, not just explicit requests.
Skill Claude CodeCodex
Check Nowledge Mem connection status, server version, CLI version, and configuration. Use when diagnosing issues or verifying setup.
Skill Claude CodeCodex
Use Nowledge Mem in Alma for external memory, prior-thread recall, Context Bundle startup context, durable memory saves, and thread history lookup.
Skill Claude CodeCodex
Control the user's actual browser through the browse-now CLI when a task needs authenticated pages, dynamic interaction, form filling, screenshots, or other browser automation that web search cannot reach. Prefer it whenever the task depends on the user's real browser state rather than a generic fetch.
Plugin Claude Code
Personal knowledge graph for Claude Code and Grok — remembers decisions, searches past work, captures sessions.
Command
Save current session to Nowledge Mem.
Command
Search Nowledge Mem for relevant memories.
Command
Check Nowledge Mem connection and server status.
Command
Distill insights from this conversation into memories.
Hook
Runs when a session starts on startup, resume, clear and compact, executing nmem-hook-read.sh with --title and --importance (2 commands). From nowledge-co/community.
Hook
Runs when a subagent starts, executing nmem-hook-subagent.py. From nowledge-co/community.
Hook
Runs when you submit a prompt, before the agent sees it, executing nmem.cmd with --json, --version and --outcome. From nowledge-co/community.
Hook
Runs before the context is compacted, executing nmem-hook-save.py with --event. From nowledge-co/community.
Hook
Runs when the agent finishes a response, executing nmem-hook-save.py with --event and --detach. From nowledge-co/community.
Hook
Runs when a subagent finishes, executing nmem-hook-save.py with --event and --detach. From nowledge-co/community.
Hook
Runs when a session ends, executing nmem-hook-save.py with --event and --detach. From nowledge-co/community.
MCP server Claude CodeCodexCursor +2
MCP server "nowledge-mem", hosted remotely at 127.0.0.1, as configured in nowledge-co/community.