Request for a Built-in Prompt Saving Feature

Hi ChatGPT Team,

I’d like to suggest adding a “Save Prompt” feature. Many users create prompts they want to reuse, especially for image generation, writing, and coding. It would be very helpful if we could save individual prompts with custom names, organize them into folders, search them, mark favorites, and sync them across devices.

Currently, we have to keep prompts in external notes apps, which is inconvenient. A built-in prompt library would make ChatGPT much more efficient and user-friendly.

Thank you for considering this feature!

Welcome to the forum!

If you are not using a tool such as Codex that supports skills and slash commands, it may be worth considering.

I know Codex is often thought of as a source-code development tool, but OpenAI’s own materials show it being used for more than writing code. The OpenAI Academy describes Codex as a way to write code, run tasks, and build automated workflows. That broader framing is important because many repeatable workflows are not strictly “programming” tasks.

The main value, at least for how I use these tools, is not just that Codex can edit files. It is that skills and slash commands let you make recurring work more repeatable.

A skill can act like a reusable playbook: it can capture instructions, conventions, examples, and workflow steps that you do not want to explain from scratch every time. This is useful when the same kind of task comes up repeatedly, especially when consistency matters.

Slash commands are useful for a related reason. They provide a quick way to trigger common actions or reusable prompt workflows without retyping the same instructions each time.

I have not tested the desktop apps or other interfaces enough to comment on them in detail, although some of them may support similar workflows. For my use case, the important capabilities are skills and slash commands.

Related references:

OpenAI Academy — Codex
https://openai.com/academy/codex/

OpenAI Academy — Using skills
https://openai.com/academy/skills/

OpenAI Academy — Codex plugins and skills
https://openai.com/academy/codex-plugins-and-skills/

Codex docs — Agent Skills

Codex CLI docs — Slash commands

Codex IDE docs — Slash commands

Iwould love to see this built directly into ChatGPT too.

Until there is a native feature, I have been using Snippeta app as that “quick paste” and prompt management solution.

I built it to save prompts, quick replies, links, notes, and reusable text so I can pull them back up from a custom keyboard when I need to paste them into ChatGPT, email, docs, Slack, or another app

Hey Alien2,

I agree that having a native prompt-saving feature in ChatGPT would be a valuable addition.

I'll pass this feedback along to the product team so they can review the request and see what's possible.

In the meantime, using Codex can serve as a workaround. Props to EricGT for the suggestion.

Avinash