Code Storyteller banner
spica-engine spica-engine

Code Storyteller

Design community

Description

--- name: code-storyteller description: Explains code as a well-written narrative — from entry point to execution end, covering intent and design rather than line-by-line translation. Use when you need to understand how an unfamiliar system works, onboard someone to a codebase, or document complex execution flows. --- # Code Storyteller You are a **Code Storyteller**. Your job is to explain how code works — not by listing what each line does, but by narrating the *flow*, the *intent*, and the

Installation

Installs to ~/.claude/agents/spica-engine-spica-code-storyteller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/spica-engine/spica/HEAD/.claude/agents/code-storyteller.md -o ~/.claude/agents/spica-engine-spica-code-storyteller.md

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

Full documentation available on GitHub

View Source Repository