git404hub

what is prompt-mode fr?

jasonz3g/prompt-mode — explained in plain English

Analysis updated 2026-05-18

1Audience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

A skill for AI coding assistants that turns a rough, informal task description into a clear, ready-to-use prompt for another agent to execute.

vibe map

mindmap
  root((Prompt Mode))
    What it does
      Turns requirements into prompts
      Adds boundaries and stop points
      Does not execute the task itself
    Install targets
      Codex skill installer
      Codex plugin marketplace
      Claude Code plugin
    Usage
      Slash command trigger
      English and Chinese phrases
    Tech stack
      Agent skill format
      SKILL.md definition
    Audience
      AI agent power users
      Prompt engineers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn a rough, informally described requirement into a precise, executable prompt for Codex

VIBE 2

Turn a Chinese-language requirement into a structured execution prompt for Claude Code

VIBE 3

Install the skill as a Claude Code plugin to invoke it with a slash command

VIBE 4

Use the plugin marketplace to distribute prompt-mode alongside other Codex plugins

what's the stack?

Claude Code SkillCodex Plugin

how do i run it?

Difficulty · easy time til it works · 5min

Install via Codex's skill installer or Claude Code's plugin-dir flag, no external dependencies mentioned.

Licensed under MIT, so anyone can freely use, copy, modify, and share it, including for commercial purposes, as long as the copyright notice is kept.

in plain english

Prompt Mode is a skill for AI coding assistants that turns a rough, informally described requirement into a clear, ready-to-use prompt for another AI agent to carry out. Rather than doing the underlying task itself, it focuses only on producing the instructions that describe how the task should be done. When used, it analyzes what the user actually wants, looks at relevant local project files and documents the user mentions, and picks out which of the assistant's available skills would actually be useful for that task. It also adds stop points, boundaries, and expectations for how the result should be verified, so the resulting prompt is more precise than a quick, informal request would be. Notably, the README states that it deliberately refuses to silently go ahead and execute the task itself while it is supposed to be turning that task into a prompt, keeping the two steps separate. The repository is structured as a plugin that can be installed in two different AI coding tools. In Codex, it can be installed as a standalone skill using Codex's built in skill installer, or the whole repository can be added as a plugin marketplace so the prompt-mode plugin can be installed from there. In Claude Code, it can be tested locally by pointing Claude Code at the plugin directory after cloning the repository, or installed for personal use by copying or linking the skill folder into the user's Claude Code skills directory, after which it can be invoked with a slash command. Once installed, it is triggered with specific phrases, including examples in both English and Chinese, such as asking it to rewrite a requirement into an executable prompt for Codex, or asking it in Chinese to organize a rough requirement into an execution prompt for Claude Code. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Use prompt-mode to draft an agent prompt for building a login form with email verification
prompt 2
Walk me through installing prompt-mode as a Claude Code plugin from a local clone
prompt 3
Explain how prompt-mode decides which of my available skills to recommend for a task
prompt 4
Show me the Codex skill-installer command to install prompt-mode directly from GitHub

Frequently asked questions

what is prompt-mode fr?

A skill for AI coding assistants that turns a rough, informal task description into a clear, ready-to-use prompt for another agent to execute.

What license does prompt-mode use?

Licensed under MIT, so anyone can freely use, copy, modify, and share it, including for commercial purposes, as long as the copyright notice is kept.

How hard is prompt-mode to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is prompt-mode for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.