Install
$ agentstack add skill-furkangonel-cowrangler-prompt-engineer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- Role — Who is the model? What expertise does it bring?
- Task — What exactly should it do? (verb + noun: "analyze", "write", "classify")
- Context — What background does the model need to succeed?
- Format — What should the output look like? (length, structure, examples)
- Constraints — What should it avoid? (tone, topics, length limits)
- 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:
- The complete prompt (in a code block, ready to copy)
- A Why it works section explaining the key design choices
- 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.
- Author: furkangonel
- Source: furkangonel/cowrangler
- License: MIT
- Homepage: https://cowrangler.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.