antigravity-awesome-skills/skills/prompt-engineer/SKILL.md
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.
npx skillsauth add bachlex03/ai-agent-exp prompt-engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Well-organized system prompt with clear sections
- 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
Include examples of desired behavior
- 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
Request step-by-step reasoning
- Ask model to think step by step
- Provide reasoning structure
- Request explicit intermediate steps
- Parse reasoning separately from answer
- Use for debugging model failures
| 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: |
Works well with: ai-agents-architect, rag-engineer, backend, product-manager
development
Best practices for Remotion - Video creation in React
content-media
When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of mouth,' 'viral loop,' 'refer a friend,' or 'partner program.' This skill covers program design, incentive structure, and growth optimization.
tools
This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.
testing
Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting.