Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Prompting

Teaches how to create, version, and manage prompts using the OpenAI dashboard and API, including the use of prompt variables, versioning for evaluations, and rollback procedures.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prompting

Teaches how to create, version, and manage prompts using the OpenAI dashboard and API, including the use of prompt variables, versioning for evaluations, and rollback procedures.

When To Use

Use when you need to implement a centralized prompt management workflow involving version control, dynamic variable injection, and performance evaluation via the OpenAI API.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prompting-workflow-guide.mdA guide detailing strategies, tools, and techniques for constructing effective prompts for OpenAI models.Questions about a guide detailing strategies, tools, and techniques for constructing effective prompts for OpenAI models.
examples/prompting-openai-prompting-curl-request.curlA curl command demonstrating how to send a POST request to the OpenAI API using a prompt ID and variables.Exact payloads, commands, or snippets shown in A curl command demonstrating how to send a POST request to the OpenAI API using a prompt ID and variables.

What This Skill Covers

  • Prompting is the process of providing input to a model. The quality of your output often depends on how well you're able to prompt the model.
  • Main sections: Overview, Prompts in the API, Prompting tools and techniques, Create a prompt, Refine your prompt.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/guides/prompting.md