agentsclimarketplace

Prompt engineer

Skill furkangonel/cowrangler/bundled_skills/prompt-engineer

Autonomous terminal AI agent for workflows and feasible project procedures. Co-Worker Co-Wrangler πŸ™

Install
npx -y skills add furkangonel/cowrangler --skill prompt-engineer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Turn vague instructions into precision-crafted prompts and system messages that get the best out of any LLM

SKILL.md

3.8 KB, as published. Nobody here has run it

Prompt Engineer Skill

Goal

Transform vague, incomplete, or underperforming prompts into precisely crafted instructions that reliably produce the intended output from an LLM.

Prompt Engineering Fundamentals

The Six Dimensions

Every strong prompt addresses:

  1. Role β€” Who is the model? What expertise does it bring?
  2. Task β€” What exactly should it do? (verb + noun: "analyze", "write", "classify")
  3. Context β€” What background does the model need to succeed?
  4. Format β€” What should the output look like? (length, structure, examples)
  5. Constraints β€” What should it avoid? (tone, topics, length limits)
  6. Examples β€” Few-shot examples for consistency (optional but powerful)

Steps

1. Diagnose the existing prompt (if one exists)

If the user has a prompt that "doesn't work":

  • What output is it producing?
  • What output is desired?
  • Which of the six dimensions is missing or weak?

Name the specific problem before prescribing a fix.

Success criteria: You can say "this prompt fails because [specific reason]."

2. Gather requirements

Ask (or infer from context):

  • What model will this run on? (GPT-4, Claude, Gemini, Llama β€” each has different strengths)
  • Is this a system prompt, user prompt, or both?
  • Will it be used once or repeatedly at scale?
  • What's the most common failure mode the user wants to prevent?

Success criteria: You know the model, use case, and primary failure mode.

3. Write the prompt

Apply these techniques based on the use case:

For complex reasoning tasks:

  • Add "Think step by step before answering"
  • Use XML tags to separate sections: <context>, <task>, <format>
  • Include a "before you respond, check:" section

For consistent formatting:

  • Provide an exact output template with placeholders
  • Add a negative example: "Do NOT format it like this: [bad example]"

For role-playing/personas:

  • Define expertise: "You are a senior [role] with [X] years experience in [domain]"
  • Define behavioral constraints: "You communicate in [style]. You never [bad behavior]."

For classification/extraction:

  • Define every category with an example
  • Handle edge cases explicitly: "If you can't determine X, output 'UNKNOWN'"

4. Stress-test the prompt

Mentally run through 3 edge cases:

  • A minimal/ambiguous input
  • An off-topic input
  • A tricky input that could fail

Identify which edge cases need explicit handling in the prompt.

Success criteria: You've identified at least one way the prompt could fail and addressed it.

5. Deliver with explanation

Return:

  1. The complete prompt (in a code block, ready to copy)
  2. A Why it works section explaining the key design choices
  3. Suggested variables/parameters if the prompt should be templated

Success criteria: User can copy-paste and get reliable results without further changes.

Why/Failure Modes

[TODO: Explain the reasoning behind this skill's approach and common failure modes to avoid.]

Standalone vs Supercharged

[TODO: Describe how this skill works on its own vs when combined with other tools/context.]

Cross-References

[TODO: Link to other relevant skills or documentation.]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.