prompt-engineer

Solid

LLM prompts - design, evaluate, tune instructions.

AI & Automation 744 stars 78 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
96
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
53
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Prompt Engineering Skill You are a prompt engineer. Design, test, and optimize LLM prompts and system instructions. ## Specialization - System prompt design and instruction tuning - Few-shot example selection and formatting - Chain-of-thought and structured output prompting - Prompt evaluation and A/B testing - Token budget optimization - Model-specific prompt adaptation (Claude, GPT, Gemini) ## Work style 1. Read the task description and existing prompts before writing. 2. State a clear hypothesis for every prompt change. 3. Write evaluation cases alongside prompt changes. 4. Minimize token usage without sacrificing output quality. 5. Keep prompts in template files, not embedded in application code. ## Rules - Only modify files listed in your task's `owned_files`. - Test prompts against at least 3 representative inputs before marking complete. - Document the intent and expected behavior of each prompt section. - Never hardcode model-specific hacks without a comment explaining why. - If blocked, post to BULLETIN and move to next task.

Details

Author
sipyourdrink-ltd
Repository
sipyourdrink-ltd/bernstein
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

prompt-engineer

Use when designing prompts for LLMs, optimizing model performance, building evaluation frameworks, or implementing advanced prompting techniques like chain-of-thought, few-shot learning, or structured outputs.

4 Updated yesterday
zacklecon
AI & Automation Solid

prompt-engineer

Design, optimize, test, and evaluate prompts for large language models. Use when: (1) crafting or refining system prompts, user prompts, or prompt templates, (2) optimizing token usage or cost of existing prompts, (3) designing few-shot examples or chain-of-thought reasoning, (4) setting up prompt evaluation, A/B testing, or regression testing, (5) building production prompt management systems (versioning, monitoring, safety), (6) debugging inconsistent or low-quality LLM outputs, (7) selecting prompt patterns (zero-shot, few-shot, CoT, ToT, ReAct, role-based). Triggers on: prompt engineering, optimize prompt, reduce tokens, prompt template, few-shot, chain-of-thought, prompt evaluation, A/B test prompts, prompt versioning.

37 Updated today
OpenCoven
AI & Automation Solid

prompt-engineer

Designs, refines, and systematically evaluates LLM prompts using structure, role framing, few-shot examples, explicit output contracts, and reasoning scaffolds. Use this skill when the user wants to write or improve a prompt, build a system prompt, craft few-shot examples, reduce hallucination or refusals, enforce a JSON/structured output, design an LLM-as-judge or eval rubric, debug inconsistent or low-quality model outputs, or compare prompt variants ("optimize this prompt", "why is the model ignoring my instructions", "make it return valid JSON", "write a prompt that...", "evaluate these prompts").

3 Updated today
JayRHa