Repurpose Talk banner
adelaidasofia adelaidasofia

Repurpose Talk

Development community

Description

--- description: "Turn a speaking engagement into 10-30 pieces of content" --- The user typed `/repurpose-talk`. Invoke the `repurpose-talk` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `repurpose-talk` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-repurpose-talk/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-repurpose-talk && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/repurpose-talk.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-repurpose-talk/SKILL.md

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

Full documentation available on GitHub

View Source Repository