CommunityWriting & Editinggithub.com

martinderm/prompting-pro

An agent skill that helps formulating prompts for specific models

What is prompting-pro?

prompting-pro is a Claude Code agent skill that an agent skill that helps formulating prompts for specific models.

Works withClaude CodeCodex CLI~CursorGemini CLI
npx skills add martinderm/prompting-pro

Installed? Explore more Writing & Editing skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

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

Related Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community