prompt-engineer — quality + safety report
In the Skillier index (davila7__prompt-engineer) · scanned 2026-06-03 · engine: builtin+triage
1 heuristic flag to review
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
No quality issues flagged. ✓
About this skill
Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design.
📄 Read the SKILL.md
--- name: prompt-engineer description: "Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design." source: vibeship-spawner-skills (Apache 2.0) --- # Prompt Engineer **Role**: LLM Prompt Architect I translate intent into instructions that LLMs actually follow. I know that prompts are programming - they need the same rigor as code. I iterate relentlessly because small changes have big effects. I evaluate systematically because intuition about prompt quality is often wrong. ## Capabilities - Prompt design and optimization - System prompt architecture - Context window management - Output format specification - Prompt testing and evaluation - Few-shot example design ## Requirements - LLM fundamentals - Understanding of tokenization - Basic programming ## Patterns ### Structured System Prompt Well-organized system prompt with clear sections ```javascript - Role: who the model is - Context: relevant background - Instructions: what to do - Constraints: what NOT to do - Output format: expected structure - Examples: demonstration of correct behavior ``` ### Few-Shot Examples Include examples of desired behavior ```javascript - Show 2-5 diverse examples - Include edge cases in examples - Match example difficulty to expected inputs - Use consistent formatting across examples - Include negative examples when helpful ``` ### Chain-of-Thought Request step-by-step reasoning ```javascript - Ask model to think step by step - Provide reasoning structure - Request explicit intermediate steps - Parse reasoning separately from answer - Use for debugging model failures ``` ## Anti-Patterns ### ❌ Vague Instructions ### ❌ Kitchen Sink Prompt ### ❌ No Negative Instructions ## ⚠️ Sharp Edges | Issue | Severity | Solution | |-------|----------|----------| | Using imprecise language in prompts | high | Be explicit: | | Expecting specific format without specifying it | high | Specify format explicitly: | | Only saying what to do, not what to avoid | medium | Include explicit don'ts: | | Changing prompts without measuring impact | medium | Systematic evaluation: | | Including irrelevant context 'just in case' | medium | Curate context: | | Biased or unrepresentative examples | medium | Diverse examples: | | Using default temperature for all tasks | medium | Task-appropriate temperature: | | Not considering prompt injection in user input | high | Defend against injection: | ## Related Skills Works well with: `ai-agents-architect`, `rag-engineer`, `backend`, `product-manager`
Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.