create-prompt

Create prompts for LLMs using XML, markdown, and few-shot examples.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill create-prompt-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-prompt
Source: https://github.com/flosrn/.claude/tree/main/skills/create-prompt
Command: npx skills add https://github.com/flosrn/.claude --skill create-prompt-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users engineer highly effective prompts for AI models like Claude and GPT, ensuring clarity, structure, and optimal performance.

Core Features & Use Cases

  • Prompt Engineering: Develop clear, specific, and optimized prompts for various LLMs.
  • Technique Application: Utilizes best practices like XML tagging, few-shot examples, and chain-of-thought reasoning.
  • Use Case: You need to create a prompt for an AI to summarize a long document. This Skill guides you through defining the context, task, constraints, and desired output format, ensuring the AI provides a concise and accurate summary.

Quick Start

Use the create-prompt skill to write a prompt for summarizing technical documents for a non-technical audience.

Frequently Asked Questions about create-prompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write effective prompts for Claude and GPT models?

To write effective prompts for Claude and GPT, define clear objectives, structure content using XML or markdown, incorporate few-shot examples, and apply advanced techniques like chain-of-thought reasoning to guide the AI's output accurately.

What is chain-of-thought reasoning in prompt engineering?

Chain-of-thought reasoning in prompt engineering is an advanced technique that directs the LLM to break down complex problems into intermediate logical steps, significantly improving the accuracy and reliability of the final output.

When should I use XML tags to structure prompts for LLMs?

You should use XML tags to structure prompts for LLMs when you need to clearly separate context, instructions, constraints, and desired output formats, ensuring the AI processes distinct sections without conflating the information.

How do I create a prompt to summarize technical documents for a non-technical audience?

To create a prompt for summarizing technical documents, define the specific context, outline the core task, set constraints for a non-technical audience, and specify the desired output format to ensure a concise and accurate summary.

What are few-shot examples and how do they optimize AI prompts?

Few-shot examples optimize AI prompts by providing the model with specific input-output pairs within the query, demonstrating the exact pattern, tone, and structure the LLM should follow when generating its own response.

Does prompt engineering work the same way for Claude and GPT models?

Prompt engineering applies shared best practices like clarity, structure, and examples for both Claude and GPT models, utilizing advanced techniques from Anthropic and OpenAI research to ensure optimal performance across different LLMs.