Build Prompt banner
G-Hensley G-Hensley

Build Prompt

Development community

Description

Build a high-quality Claude prompt through a guided interview. Pass a starting input as the argument: `/build-prompt <starting prompt or description>`. Auto-detects whether the target is a system prompt, agent definition, slash command, or one-shot task prompt and tailors the interview + template accordingly. Run the `prompt-engineering` skill: 1. **Detect type** — system prompt, agent prompt, slash command, or one-shot task prompt. Heuristics in `skills/prompt-engineering/references/interview

Installation

Installs to ~/.claude/skills/g-hensley-gavins-agent-system-build-prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/g-hensley-gavins-agent-system-build-prompt && curl -fsSL https://raw.githubusercontent.com/G-Hensley/gavins-agent-system/HEAD/commands/build-prompt.md -o ~/.claude/skills/g-hensley-gavins-agent-system-build-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