Skip to content

fzkuji/scriptorium

v0.1.0

Persistent Markdown memory. Searches memory before answering and writes the conversation back in the background, as files you can read and diff.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "scriptorium",
  "version": "0.1.0",
  "description": "Persistent Markdown memory. Searches memory before answering and writes the conversation back in the background, as files you can read and diff.",
  "keywords": [
    "memory",
    "markdown",
    "mcp"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • hooks