prompt-only

Installation
SKILL.md

/prompt-only — format input into a structured prompt without executing

Same six-section skeleton as /prompt, but does not execute. Returns the formatted prompt as a reusable artifact.

When to use

  • You want a prompt you'll run later — in a different conversation, against a different model, or as the basis for a recurring task.
  • You're drafting a prompt template (e.g., for a future skill, a co-author, a teaching exercise).
  • The execution itself should happen elsewhere (a long batch, a different tool, an offline workflow).

When NOT to use

  • You want the formatted prompt run immediately. Use /prompt.
  • You want a research project formalised. Use /interview-me.
Installs
4
GitHub Stars
1.6K
First Seen
May 23, 2026
prompt-only — pedrohcgs/claude-code-my-workflow