write-a-prompt

Installation
SKILL.md

Write a Prompt

Turn the user's intent and available context into one prompt they can paste into a new task. Do not execute the task described by that prompt.

Treat OpenAI's Prompting guide as the source of truth. Read the current page when web access is available and current guidance matters. Do not block prompt writing when the page is unavailable; follow the principles below.

Workflow

  1. Determine the target surface.

    • Use Chat for questions, ideas, short drafts, and everyday decisions.
    • Use Work for multi-source, tool-using, multi-step, or larger deliverables.
    • Use Codex for codebases, code changes, debugging, tests, and developer tools.
    • Follow an explicitly named target. Otherwise infer it from the request without asking unless the choice materially changes the prompt.
  2. Extract only context that can change the result.

Installs
3
Repository
bastos/skills
GitHub Stars
7
First Seen
Aug 26, 2026
write-a-prompt — bastos/skills