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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prompting-workflow-guide.md | A 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.curl | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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
