ScottRBK

22 mods across 1 repository, 296 stars between them.

forgetful AGENTS.md

01

ScottRBK/forgetful

Instructions file CodexOpenCode

Instructions for ScottRBK/forgetful, covering forgetful development guide, architecture, testing philosophy, integration tests and end-to-end tests.

296 6d ago A 400 tokens original MIT

forgetful CLAUDE.md

02

ScottRBK/forgetful

Instructions file

Instructions for ScottRBK/forgetful, a project described as: Opensource Memory for Agents.

296 6d ago A 5 tokens copy · 100% MIT

forgetful GEMINI.md

03

ScottRBK/forgetful

Instructions file Gemini CLI

Instructions for ScottRBK/forgetful, a project described as: Opensource Memory for Agents.

296 6d ago A 6 tokens copy · 100% MIT

forgetful-memory

04

ScottRBK/forgetful

Agent

Semantic memory operations using Forgetful MCP server. Use for searching, saving, updating, and managing memories in your knowledge base.

296 6d ago A 29 tokens original MIT

knowledge-explorer

05

ScottRBK/forgetful

Agent

Deep knowledge graph traversal for Forgetful. Use for comprehensive context gathering across memories, entities, documents, and their relationships.

296 6d ago A 28 tokens original MIT

memory-curator

06

ScottRBK/forgetful

Agent

Memory curation specialist for Forgetful. Use for maintaining memory quality through updates, marking obsolete, linking related memories, and deduplication.

296 6d ago A 32 tokens original MIT

encode-repo

07

ScottRBK/forgetful

Command

Bootstrap a repository into Forgetful's knowledge base.

296 6d ago A 9 tokens original MIT

memory-save

11

ScottRBK/forgetful

Command

Save current context as an atomic memory in Forgetful.

296 6d ago A 10 tokens original MIT

forgetful-cli-setup

13

ScottRBK/forgetful

Skill Claude CodeCodex

Set up the Forgetful CLI and connect from a terminal — install, local or remote mode, auth, and verification. Use when connecting a human or headless agent via shell, wiring CI with token auth, or operating a local server (serve, database selection, feature flags, re-embedding). Also covers the machine contract…

296 6d ago A 84 tokens original MIT

ScottRBK/forgetful

Skill Claude CodeCodex

Gather deep context before planning or implementing — one pass that turns a task description into a cited context pack: relevant decisions, patterns, constraints, code pointers, procedures, and explicit gaps. Runs recall from several angles, explores the graph around the strongest hits, and opens the linked material.

296 6d ago A 63 tokens original MIT

ScottRBK/forgetful

Skill Claude CodeCodex

Encode a repository into the Forgetful knowledge base — bootstrap the project, its entities, memories, and documents from the codebase itself. Use when bringing a new repo under Forgetful or refreshing a stale encoding. Re-encoding is an update pass: query-before-create makes it supersession, not duplication.

296 6d ago A 68 tokens original MIT

forgetful-entities

16

ScottRBK/forgetful

Skill Claude CodeCodex

Model the things knowledge attaches to — people, organisations, devices, products, system components. Use when a new thing surfaces that memories will reference, when relationships between things need recording (owns, depends on, part of), or when another skill routes a pointable thing here. Litmus: an entity is a…

296 6d ago A 80 tokens original MIT

forgetful-explore

17

ScottRBK/forgetful

Skill Claude CodeCodex

Explore the Forgetful knowledge graph when flat search isn't enough — cross-project investigations, "what do we know about X", entity-centred questions, tracing how decisions connect. Use when recall returns fragments that reference entities or trail across domains. Walks memories, entities, and relationships into one…

296 6d ago A 65 tokens original MIT

forgetful-files

18

ScottRBK/forgetful

Skill Claude CodeCodex

File binary content into the knowledge base — screenshots, PDFs, diagrams, fonts, assets. Use when a binary artifact is worth keeping alongside knowledge, or when a stored procedure needs a bundled asset. The description is the entire search surface: say what the file shows and when to reach for it.

296 6d ago A 63 tokens original MIT

forgetful-mcp-setup

19

ScottRBK/forgetful

Skill Claude CodeCodex

Set up an MCP client for Forgetful — wire Claude Code, Cursor, Copilot, Codex, Gemini, or OpenCode to the server and verify the connection behaves. Covers stdio vs HTTP transport, auth and scopes, the three meta-tools every client sees, and delegation to subagents.

296 6d ago A 67 tokens original MIT

ScottRBK/forgetful

Skill Claude CodeCodex

Store and find procedural knowledge — reusable step-by-step how-tos — in Forgetful's skill store. Use when a workflow worth repeating gets worked out, when the user asks how something is done here, or when importing or exporting SKILL.md files. Litmus: a procedure someone follows is a skill; a fact someone recalls is…

296 6d ago A 76 tokens original MIT

forgetful-recall

21

ScottRBK/forgetful

Skill Claude CodeCodex

Recall past knowledge before working — prior decisions, solved problems, preferences, project history. Use at the start of any task, when the user references earlier work, when re-entering a project after time away, or before proposing an approach that may already have history. Covers query shaping, scoping…

296 6d ago A 78 tokens original MIT

forgetful-remember

22

ScottRBK/forgetful

Skill Claude CodeCodex

Remember knowledge worth keeping — a decision made, a solution found, a preference stated, a pattern confirmed. Use when work surfaces something future sessions will need, or the user asks to remember something. Routes content to the right store (memory, document, code artifact, entity, procedure, file) and enforces…

296 6d ago A 71 tokens original MIT