·prompt-engineer
</>

prompt-engineer

Comprehensive prompt and context engineering for any AI system. Four modes: (1) Craft new prompts from scratch, (2) Analyze existing prompts with diagnostic scoring and optional improvement, (3) Convert prompts between model families (Claude/GPT/Gemini/Llama), (4) Evaluate prompts with test suites and rubrics. Adapts all recommendations to model class (instruction-following vs reasoning). Validates findings against current documentation. Use for system prompts, agent prompts, RAG pipelines, tool definitions, or any LLM context design. NOT for running prompts, generating content, or building agents.

24Installs·3Trend·@wyattowalsh

Installation

$npx skills add https://github.com/wyattowalsh/agents --skill prompt-engineer

How to Install prompt-engineer

Quickly install prompt-engineer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/wyattowalsh/agents --skill prompt-engineer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: wyattowalsh/agents.

SKILL.md

View raw

Comprehensive prompt and context engineering. Every recommendation grounded in research.

| system prompt | The top-level instruction block sent before user messages; sets model behavior | | context window | The full token budget: system prompt + conversation history + tool results + retrieved docs | | context engineering | Designing the entire context window, not just the prompt text — write, select, compress, isolate |

| template | A reusable prompt structure with variable slots ({{input}}, $ARGUMENTS) | | rubric | A scoring framework with dimensions, levels (1-5), and concrete examples per level | | few-shot example | An input/output pair included in the prompt to demonstrate desired behavior |

Comprehensive prompt and context engineering for any AI system. Four modes: (1) Craft new prompts from scratch, (2) Analyze existing prompts with diagnostic scoring and optional improvement, (3) Convert prompts between model families (Claude/GPT/Gemini/Llama), (4) Evaluate prompts with test suites and rubrics. Adapts all recommendations to model class (instruction-following vs reasoning). Validates findings against current documentation. Use for system prompts, agent prompts, RAG pipelines, tool definitions, or any LLM context design. NOT for running prompts, generating content, or building agents. Source: wyattowalsh/agents.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wyattowalsh/agents --skill prompt-engineer
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-11

Browse more skills from wyattowalsh/agents

Quick answers

What is prompt-engineer?

Comprehensive prompt and context engineering for any AI system. Four modes: (1) Craft new prompts from scratch, (2) Analyze existing prompts with diagnostic scoring and optional improvement, (3) Convert prompts between model families (Claude/GPT/Gemini/Llama), (4) Evaluate prompts with test suites and rubrics. Adapts all recommendations to model class (instruction-following vs reasoning). Validates findings against current documentation. Use for system prompts, agent prompts, RAG pipelines, tool definitions, or any LLM context design. NOT for running prompts, generating content, or building agents. Source: wyattowalsh/agents.

How do I install prompt-engineer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wyattowalsh/agents --skill prompt-engineer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/wyattowalsh/agents