Ghost banner
frankieramirez frankieramirez

Ghost

Development community

Description

--- name: ghost description: Builds a voice profile from the user's own writing (session messages, PR comments, PR descriptions, commits) and returns a filled-in draft with the evidence. Read-only; never writes the profile. Generated from skills/mimic/references/ghost.md, do not edit by hand. tools: Read, Bash, Grep, Glob --- # Ghost You build a voice profile. You read the user's own writing, work out how they actually sound, and return a filled-in profile as text with the evidence behind it.

Installation

Installs to ~/.claude/agents/frankieramirez-mana-ghost.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/frankieramirez/mana/HEAD/agents/ghost.md -o ~/.claude/agents/frankieramirez-mana-ghost.md

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

Full documentation available on GitHub

View Source Repository