ai-prompt-ux

ai-prompt-ux is a skill for Claude Code, Codex from varunk130/ai-ux-skill-library. It costs 60 tokens per session (2,150 once invoked), scanned A, original, MIT.

A design guide for building interfaces where people write, structure, and improve instructions for AI systems. It treats the prompt area as a designed part of the product, not just an empty text box.

In plain words
What is it for?
Designing prompt templates, suggestions, input controls, context-window experiences, and other ways to help users create better AI instructions.
Why use it?
It helps reduce the guesswork users face when they do not know what to ask an AI or how to phrase it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Designing prompt templates, suggestions, input controls, context-window experiences, and other ways to help users create better AI instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/varunk130/ai-ux-skill-library/ai-prompt-ux
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.

Any agent
npx skills add varunk130/ai-ux-skill-library --skill ai-prompt-ux
Clone the repo
git clone --depth 1 https://github.com/varunk130/ai-ux-skill-library

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 ai-prompt-ux

README.md
[![agentmods](https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-prompt-ux/github.svg)](https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-prompt-ux)
Your own site
<a href="https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-prompt-ux"><img src="https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-prompt-ux/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-prompt-ux

Your own site · 80×15
<a href="https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-prompt-ux"><img src="https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-prompt-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00060 $0.02150
Opus 5 $0.00030 $0.01075
Sonnet 5 $0.00012 $0.00430
Haiku 4.5 $0.00006 $0.00215

Measured 11d ago against content hash 9e6ef0385aa5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-prompt-ux 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 11d 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/ai-prompt-ux/SKILL.md · 175 lines

How it starts

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

AI Prompt UX

Design the input side of AI interactions - how users express their intent, refine their requests, and learn to communicate effectively with AI. The CRAFT framework treats the prompt experience as a design surface, not just a text box.

Core Principle

A blank text box is not a prompt UX. It is an abdication of design. The empty chat input puts 100% of the burden on the user to figure out what to say, how to say it, and what's possible. Great prompt UX reduces that burden to near zero while preserving unlimited expressiveness for power users.


The CRAFT Framework

Letter Principle Design Question
C Constrain Productively Does the input interface guide users toward better prompts without limiting expressiveness?
R Reveal Capabilities Can users discover what's possible through the input experience itself?
A Assist Construction Does the interface help users build complex prompts piece by piece?
F Format Intelligently Does the system interpret intent regardless of how the user formatted their input?
T Teach Through Interaction Does each interaction make the user slightly better at prompting?

The Prompt Input Spectrum

Not every AI product should use a blank text box. Choose the right input pattern for your context:

Pattern User Freedom Guidance Level Best For Example
Free text Maximum Minimum Expert users, open-ended exploration ChatGPT main input
Guided text High Medium Most users, most products Text box with placeholder text: "Ask me to analyze, write, or research..."
Template selection Medium High Specific workflows, recurring tasks "Summarize this document" / "Compare these options" / "Draft an email about..."
Structured form Low Maximum Domain-specific tools, non-technical users Form fields: Subject, Tone, Length, Audience, Key points
Hybrid Variable Variable Products serving diverse users Text box + expandable "Advanced options" panel

Read the full file on GitHub · 175 lines

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. 11d ago First seen · 175 lines · 60 tokens per session scan A 9e6ef0385aa5

Subscribe to this mod's changes

ai-prompt-ux is a skill published in the GitHub repository varunk130/ai-ux-skill-library (3 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 2,150 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-31.

Related

Other skills, from other repositories

prompt-engineering

Engineer effective LLM prompts using zero-shot, few-shot, chain-of-thought, and structured output techniques. Use when building LLM applications requiring reliable outputs, implementing RAG systems, creating AI agents, or optimizing prompt quality and cost. Covers OpenAI, Anthropic, and open-source models with…

ancoleman/ai-design-components · 73 tokens

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…

Jeffallan/claude-skills · 93 tokens

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

ai-workflow-architect

Designs AI systems, automations, and agent workflows for a business — identifying which manual work is worth automating, how to structure the system, which tools fit, and what could go wrong. Use this to automate part of an operation, design an agent or MCP workflow, reduce repetitive manual work, connect tools into a…

cbrock84/headcount · 89 tokens

ss-reference

Compile screenshots, URLs, Figma exports, or an existing UI into a project-local StyleSeed output grammar with evidence, tokens, confidence, anti-patterns, and a validation screen. Use when the user supplies a design reference that StyleSeed does not already model.

bitjaru/styleseed · 56 tokens