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

Prompt Engineer

skill-sourav15mukherjee-skillforge-free-skills-prompt-engineer · by sourav15mukherjee

>-

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

Install

$ agentstack add skill-sourav15mukherjee-skillforge-free-skills-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-sourav15mukherjee-skillforge-free-skills-prompt-engineer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo 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

Transform vague instructions into production-grade AI prompts.

Workflow

  1. Understand the intent

Ask the user (or infer from context):

  • What is the AI supposed to do? (task)
  • Who will use it? (audience)
  • What model will run it? (OpenAI, Claude, Llama, etc.)
  • What format should the output be? (JSON, markdown, free text)
  • Any constraints? (length, tone, safety)
  1. Define the role and context

Write a system message that establishes:

  • Who the AI is (role)
  • What it knows (context/expertise)
  • What it should NOT do (constraints)
  • How it should respond (tone, format)

`` You are a senior code reviewer at a fintech company. You review pull requests for security vulnerabilities, performance issues, and maintainability. You are direct and specific — cite exact line numbers. You never approve code with SQL injection or XSS vulnerabilities. ``

  1. Create the user message template

Design a structured input format: ``` Review this pull request:

Title: {{prtitle}} Description: {{prdescription}} Diff: `` {{diff}} ``

Focus on: {{focus_areas}} ```

  1. Add few-shot examples

Create 2-3 input/output examples that demonstrate:

  • The expected quality and format
  • Edge cases the model should handle
  • The boundary between "in scope" and "out of scope"
  1. Define output structure

Specify the exact format: ``json { "verdict": "approve | request_changes | comment", "summary": "One-sentence overall assessment", "findings": [ { "severity": "critical | warning | suggestion", "file": "path/to/file.ts", "line": 42, "issue": "Description of the issue", "fix": "Suggested fix" } ] } ``

  1. Add guardrails
  • Token budget guidance ("keep responses under 500 tokens")
  • Hallucination prevention ("only reference code in the provided diff")
  • Safety boundaries ("never generate executable code in reviews")
  • Fallback behavior ("if the diff is too large, summarize by file")
  1. Optimize for the target model
  • Claude: Use XML tags for structure, be explicit about constraints
  • GPT-4: Use markdown headers, JSON mode if available
  • Open-source: Keep prompts simpler, use more examples
  • All: Put critical instructions at the start AND end (primacy + recency)
  1. Output the final prompt

Present the complete prompt package:

  • System message
  • User message template
  • Few-shot examples
  • Output format specification
  • Usage notes and tips

Rules

  • Always ask about the target model — prompt strategies differ
  • Include at least 2 few-shot examples for complex tasks
  • Put constraints BEFORE instructions (models follow what they read last)
  • Use delimiters (XML tags, markdown headers, triple backticks) to separate sections
  • Test prompts mentally with edge cases before delivering
  • Never include real API keys or PII in example prompts
  • If the user's task is ambiguous, clarify before writing — a good prompt starts with a clear intent

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.