Agent skill · AI & Agents

openai-prompt-engineer

Generate and improve prompts using best practices for OpenAI GPT-5 and other LLMs. Apply advanced techniques like chain-of-thought, few-shot prompting, and progressive disclosure.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill openai-prompt-engineer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-llm/openai-prompt-engineer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenAI Prompt Engineer A comprehensive skill for crafting, analyzing, and improving prompts for OpenAI's GPT-5 and other modern Large Language Models (LLMs), with focus on GPT-5-specific optimizations and universal prompting techniques. ## What This Skill Does Helps you create and optimize prompts using cutting-edge techniques: - **Generate new prompts** - Build effective prompts from scratch - **Improve existing prompts** - Enhance clarity, structure, and results - **Apply best practices** - Use proven techniques for each model - **Optimize for specific models** - GPT-5, Claude-specific strategies - **Implement advanced patterns** - Chain-of-thought, few-shot, structured prompting - **Analyze prompt quality** - Identify issues and suggest improvements ## Why Prompt Engineering Matters **Without good prompts:** - Inconsistent or incorrect outputs - Poor instruction following - Wasted tokens and API costs - Multiple attempts needed - Unpredictable behavior **With optimized prompts:** - Accurate, consistent results - Better instruction adherence - Lower costs and latency - First-try success - Predictable, reliable outputs ## Supported Models & Approaches ### GPT-5 (OpenAI) - Struct

What's inside
Steps it walks through
  1. What This Skill Does
  2. Why Prompt Engineering Matters
  3. Supported Models & Approaches
  4. GPT-5 (OpenAI)
  5. Claude (Anthropic)
  6. Universal Techniques
  7. Core Prompting Principles
  8. 1. Be Clear and Specific
  9. 2. Provide Structure
  10. 3. Use Examples (Few-Shot)
  11. 4. Enable Reasoning
  12. 5. Define Output Format
  13. Prompt Engineering Workflow
  14. 1. Define Your Goal
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the openai-prompt-engineer skill do?

Generate and improve prompts using best practices for OpenAI GPT-5 and other LLMs. Apply advanced techniques like chain-of-thought, few-shot prompting, and progressive disclosure.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill openai-prompt-engineer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going