prompt-engineer

prompt-engineer is a skill for Claude Code, Codex from SZoloth/skill-pack. It costs 66 tokens per session (1,090 once invoked), scanned A, original, MIT.

A guide for writing clear instructions and prompts for AI systems such as Claude or GPT. It treats the AI like a capable teammate who still needs context, expectations, and a clear definition of good work.

In plain words
What is it for?
Use it to write, review, or improve system prompts, task instructions, and other messages intended for AI assistants.
Why use it?
It helps avoid vague or incomplete requests that lead to inconsistent results, by improving the information and structure given to the AI.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/szoloth/skill-pack/prompt-engineer
Any agent
npx skills add SZoloth/skill-pack --skill prompt-engineer
Clone the repo
git clone --depth 1 https://github.com/SZoloth/skill-pack

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prompt-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/szoloth/skill-pack/prompt-engineer.svg)](https://agentmods.dev/skills/szoloth/skill-pack/prompt-engineer)
Your own site
<a href="https://agentmods.dev/skills/szoloth/skill-pack/prompt-engineer"><img src="https://agentmods.dev/badge/skills/szoloth/skill-pack/prompt-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,090 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00066 $0.01090
Opus 5 $0.00033 $0.00545
Sonnet 5 $0.00013 $0.00218
Haiku 4.5 $0.00007 $0.00109

Measured 4d ago against content hash 9769dc6eb4ee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prompt-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/prompt-engineer/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Prompt Engineer

This skill helps create high-quality prompts and instructions for AI systems by treating AI as a genius human teammate who needs clear, context-rich communication.

Core Philosophy

This skill is built on two foundational principles:

  1. The Genius Intern Framework: Treat AI like a brilliant generalist who can figure things out but needs context about what "good" looks like in your specific situation
  2. Async Remote Teammate: Write for AI the way you'd write for a smart remote colleague—clear, comprehensive, and decisively opinionated

Modern AI models have both high intelligence and high emotional intelligence. They don't need tricks or "prompt engineering hacks"—they need what any smart remote teammate needs: clear written communication with sufficient context.

Reference Materials

This skill includes three core reference documents. Read them in full as needed:

Always Load First

Writing for AI Teammates - Core philosophy covering:

  • Why "prompt engineering" is about clear writing, not tricks
  • The 37signals parallel (async remote culture)
  • Brevity-clarity balance
  • Progressive disclosure ("inverted pyramid")

Load this file at the start of every prompt creation task. It's your primary reference.

Then Load Prompt Framework

Prompt Framework - Comprehensive guide covering:

  • Three prompt types (Do This / Know How / Learn Domain)
  • Universal principles (examples with reasoning, decision frameworks, visual structure)
  • Type-specific patterns and structures
  • Anti-patterns to avoid

Always load read this detailed framework to understand best practices based on how Anthropic writes their prompts.

Load Only for GPT-5 Targets

GPT-5 Prompting Guide - GPT-5-specific patterns:

  • Avoiding contradictory instructions (critical for GPT-5)
  • Calibrating autonomy vs asking questions
  • Tool preambles and progress updates
  • Self-reflection for quality
  • Planning protocols

Read the full file on GitHub · 124 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 124 lines · 66 tokens per session scan A 9769dc6eb4ee

Subscribe to this mod's changes

prompt-engineer is a skill published in the GitHub repository SZoloth/skill-pack (14 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 1,090 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

refine-prompt

Transforms vague prompts into precise, structured AI instructions. Use when asked to refine, improve, or sharpen a prompt, do prompt engineering, write a system prompt, or make AI instructions more effective.

iliaal/ai-skills · 44 tokens

meta-prompting

Structured decision modifiers (/think, /verify, /adversarial, /edge, /confidence, /assumptions, etc.) to stress-test conclusions, evidence, assumptions, alternatives, and edge cases. Use when validating an important design, architecture decision, or ambiguous plan before committing.

iliaal/ai-skills · 63 tokens

prompt-modeler

Generate structured strategic prompts with diagnostic and multiple options. Triggers on: /modelar-prompt.

chidekina/aria-superpowers · 24 tokens

agent-platform-prompt-management

Manages and orchestrates prompts in Agent Platform. Use when you need to create, list, retrieve, version, or delete managed prompts in Agent Platform. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform prompts.

google/skills · 55 tokens

gemini-api-dev

Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. Covers SDK usage and best…

google-gemini/gemini-skills · 73 tokens

antv-x6-editor

Use this skill whenever the user wants to create, customize, or troubleshoot X6 v3 graph editor diagrams. Triggers include: any mention of 'X6', 'antv x6', '@antv/x6', 'X6 editor', 'X6 图编辑', '流程图', 'DAG', 'ER图', '实体关系图', '血缘图', '组织架构图', 'UML类图', 'flowchart', 'DAG diagram', 'ER diagram', 'lineage graph', 'org chart'…

antvis/chart-visualization-skills · 253 tokens