
nowledge-co/community
4 skills2.5k installs364 starsGitHub
Install
npx skills add https://github.com/nowledge-co/communitySkills in this repo
1Read Working MemoryRead Working Memory is a journey-wide agent skill for solo builders using Nowledge-style memory tooling who need the same situational awareness at the opening of every Claude Code or Cursor session. It instructs the agent to call nmem for a JSON Working Memory briefing that aggregates what you were focused on, what is flagged as important, and what contradictions or open questions remain—so you do not re-explain roadmap state after switching machines or tools. Use it when starting conversations, returning from a break, or when the user asks what they are working on; skip when you already loaded memory this session or the task is deliberately isolated. The skill is lightweight procedure knowledge, not a database itself: it assumes nmem and an existing knowledge synthesis pipeline, and it documents graceful handling when no briefing exists yet.659installs2Distill MemoryDistill Memory is an agent skill for solo builders who want a searchable knowledge base instead of losing context when a chat ends. It instructs the agent to capture breakthrough moments proactively: architectural decisions with rationale, repeatable workflows, incident or debugging lessons, constraints, and resumable plans. The skill tells you when to skip noise—routine one-off fixes, volatile WIP, generic doc answers—and when to refine an existing memory with `nmem m update` versus creating a new entry with `nmem --json m add`. Atomic titles and clear meaning keep retrieval useful across Claude Code, Cursor, and similar setups. It fits anywhere in the Prism journey you are making durable choices or learning something you will reuse, but catalogs best under build agent-tooling because it is procedural knowledge for agent sessions.615installs3Search MemorySearch Memory is a journey-wide agent skill for solo builders using Nowledge Mem as a personal knowledge base. It teaches agents when to search stored breakthroughs, architecture decisions, debugging patterns, and workflow preferences—and which CLI path to use for durable notes versus conversation threads. Unlike generic RAG snippets, it encodes retrieval routing: start with memory search for lasting knowledge, switch to thread search when the user is asking about an exact prior chat, and drill into source_thread when results point there. Builders benefit across debug sessions, release reviews, docs alignment, and connector-behavior questions where repeating solved work is costly. The skill is procedural meta-knowledge layered on the nmem CLI, ideal for Claude Code or Cursor users who already capture insights into Mem. It does not replace capturing memories—that is a separate habit—but it prevents agents from ignoring relevant past context when signals are obvious in the user message.613installs4Save ThreadSave Thread is a deprecated compatibility entry in the Nowledge community skills pack. It exists so older prompts and installs that still invoke save-thread do not break, while the SKILL.md is explicit that generic packaged skills cannot reliably read a host agent’s real session transcript. Solo and indie builders shipping across Claude Code, Cursor, Codex, and other agents should treat this name as an honest downgrade: capture what matters in a short handoff summary, not a transcript-backed import. The skill tells the agent to prefer save-handoff, state clearly that output is summary-only, and use native connectors when full session capture is required. That posture fits Prism’s journey-wide framing—any phase where you pause work, switch machines, or hand off to another agent benefits from disciplined continuity without false guarantees about completeness.592installs