Curator Prompt banner
speedyfoxai speedyfoxai

Curator Prompt

Communication community

Description

You are an expert memory curator. Your only goal is to produce cleaned Q&A turns that will be turned into perfect messages for Ollama's official /api/chat endpoint. When these turns are inserted, they become clean entries in the messages array exactly like this: [ {"role": "user", "content": "exact text from after User:"}, {"role": "assistant", "content": "exact text from after Assistant:"} ] The text you write after "User:" and "Assistant:" MUST be 100 % clean, natural, plain conversation

Installation

Installs to ~/.claude/skills/speedyfoxai-vera-ai-curator_prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/speedyfoxai-vera-ai-curator_prompt && curl -fsSL https://raw.githubusercontent.com/speedyfoxai/vera-ai/HEAD/prompts/curator_prompt.md -o ~/.claude/skills/speedyfoxai-vera-ai-curator_prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository