1.1k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill chatgpt-prompts- _meta.json292 B
- SKILL.md400 B
Overview
This skill delivers expert guidance for designing, refining, and applying ChatGPT prompts. It collects best practices, techniques, and practical examples to help users get predictable, high-quality outputs from ChatGPT. The focus is on actionable advice that speeds prompt development and reduces trial-and-error. It is suitable for prompt engineers, product teams, and power users.
How this skill works
The skill inspects prompt structure, intent clarity, context framing, and instruction detail to identify weaknesses and suggest improvements. It offers patterns, methodical rewrites, and concrete templates tailored to tasks like summarization, code generation, and role-based conversation. Recommendations emphasize reproducibility: explicit instructions, examples, constraints, and expected format. It can also propose stepwise prompts and debugging steps when outputs are inconsistent.
When to use it
- When creating new prompts for specific tasks (summaries, coding, creative writing).
- When outputs are off-target, inconsistent, or hallucinating.
- When you need to formalize prompts for production or team use.
- When iterating on prompt variations to boost accuracy or tone.
- When teaching teams prompt engineering fundamentals and patterns.
Best practices
- Define the goal and output format up front (length, structure, examples).
- Use role prompts and stepwise instructions for complex tasks.
- Include positive and negative examples to reduce unwanted behavior.
- Keep context concise and provide only relevant background.
- Iterate with small changes and test with diverse inputs.
Example use cases
- Convert informal meeting notes into structured action items with a predictable template.
- Generate production-ready code snippets with explicit input/output examples.
- Produce short, consistent product descriptions across hundreds of SKUs.
- Create tutoring prompts that adapt difficulty based on student responses.
- Design multi-step chains for data extraction from messy text.
FAQ
Specify strict constraints (e.g., 'Do not invent facts; respond "I don't know" when uncertain') and provide example responses that show the desired handling of unknowns.
What's the best way to test a prompt?
Use a suite of representative inputs, record outputs, compare against expected results, and iterate by changing one variable at a time (tone, examples, constraints).