Community写作与编辑github.com

martinderm/prompting-pro

An agent skill that helps formulating prompts for specific models

兼容平台Claude CodeCodex CLI~CursorGemini CLI
npx add-skill martinderm/prompting-pro

name: prompting-pro description: Help formulate high-quality prompts for GPT-5.5, GPT-5.4, GPT-5.3-Codex, Gemini 3, and Nano Banana.

Prompting Pro

Purpose

Help formulate high-quality prompts for specific AI models based on official documentation and curated unofficial tips.

The skill can also operate in a lightweight maintenance mode: on request, it can re-check registered sources, look for newly published models or updated prompting guidance, and update the matching files in knowledge/, docs/, and tips/.

Usage

  1. Identify the target or active model (e.g. gpt-5.5, gpt-5.4, gpt-5.3-codex, gemini-3, gemini-3*).
  2. Read the relevant docs and tips for that model (official reference doc, community tips) from supported models. If model is missing inform user.
  3. Check specialized overlays and add matching overlays for the task type.
  4. Formulate the prompt with model-specific constraints, output format, and stop rules.

Overlay routing rule: if an overlay applies, combine model doc + model tips + overlay.

For maintenance or discovery requests, see knowledge/maintenance-requests.md.

Supported Models

ModelReference DocTips
GPT-5.5docs/openai/gpt-5.5.mdtips/openai/gpt-5.5.md
GPT-5.4docs/openai/gpt-5.4.mdtips/openai/gpt-5.4.md
GPT-5.3-Codexdocs/openai/gpt-5.3-codex.mdtips/openai/gpt-5.3-codex.md
Gemini 3docs/google/gemini-3.md-

Specialized Overlays

Use these as additional instruction layers for specific task classes.

OverlayApplies toUse whenReference DocTips
OpenAI Codex Overlaygpt-5.5, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano, gpt-5.3-codexcoding, debugging, verification-heavy tasksModel-specific docs from Supported Modelstips/openai/codex.md
Nano Banana Image Overlaygemini-3* (via Nano Banana image capability)image generation or editing tasksdocs/google/nano-banana.mdtips/google/nano-banana.md

Mini variants

  • gpt-5.4-mini and gpt-5.4-nano are considered operational variants of the GPT-5.4 family.
  • They are not documented as standalone models in this repository.
  • Use them for cost/latency-sensitive routing and keep prompt shape compatible with GPT-5.4 guidance.

General tips that apply across all models: tips/general.md

Repository Layout

skill.md            ← this file (kept compact)
docs/               ← official model-specific prompt guidance
knowledge/          ← registry of documentation sources (self-learning)
tips/               ← unofficial tips, general and model-specific

相关技能