
Trivia
Persist and recall project facts, decisions, and conventions across Claude Code sessions so the agent does not re-ask or forget context.
Overview
trivia is a plugin marketplace for the Build phase that adds semantic memorize-and-recall memory for project context inside Claude Code.
What is this marketplace?
- Single-plugin marketplace (trivia v0.1.0) for Claude Code semantic memory
- Memorize project context once and recall it in later sessions
- Targets solo builders who iterate on the same codebase over days or weeks
- Lightweight add-on—no separate MCP server required in the listing
- Chris Dickinson–authored plugin sourced from the marketplace root
- Marketplace bundles 1 plugin (trivia v0.1.0)
- Author: Chris Dickinson
- Primary capability: semantic memorize and recall for project context
Community signal: 3 GitHub stars.
What problem does it solve?
Claude Code forgets prior session context, so solo builders waste time re-explaining stack choices, conventions, and half-finished decisions.
Who is it for?
Solo builders on a long-lived repo who use Claude Code daily and want lightweight cross-session memory without building a custom knowledge base.
Skip if: Teams that already centralize context in a rigid docs portal only, or builders who need full RAG over large corpora rather than curated project memory.
What do I get? / Deliverables
After registering trivia, you can store and retrieve project memory across sessions so the agent continues work with stable, self-contained context.
- Installed trivia plugin from the marketplace
- Stored semantic memories tied to your project
- Recalled context injected into later Claude Code sessions
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Canonical shelf is Build because semantic memory is installed and wired while you set up agent tooling on a repo, even though recall also helps during ship and operate. Agent-tooling is the right subphase: the plugin extends Claude Code’s session model with memorize/recall, not app frontend or deployment.
How it compares
Claude Code plugin marketplace entry for semantic session memory, not a standalone MCP server or generic skills.sh skill pack.
Common Questions / FAQ
Who is Trivia for?
Trivia is for solo and indie developers using Claude Code who want the agent to remember project-specific context between coding sessions.
When should I use Trivia?
Use Trivia when you start a new session on an existing project and need Claude to recall decisions, conventions, or facts you memorized earlier instead of re-prompting from scratch.
How do I add Trivia to my agent?
Add the chrisdickinson/Trivia marketplace to Claude Code, install the Trivia plugin from the catalog, then follow the plugin’s memorize and recall commands in your project workspace.