AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Prompt Engineer

skill-furkangonel-cowrangler-prompt-engineer · by furkangonel

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

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-furkangonel-cowrangler-prompt-engineer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-furkangonel-cowrangler-prompt-engineer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Prompt Engineer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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: `, , `
  • 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.]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.