explaingit

joeseesun/qiaomu-quickprompt

14JavaScriptAudience · vibe coderComplexity · 2/5LicenseSetup · easy

TLDR

Chrome extension that opens a searchable side panel of AI prompt templates while you browse, with one-click copy and short abbreviations that auto-expand into full prompts in any text field.

Mindmap

mindmap
  root((QuickPrompt))
    What it does
      Side panel prompt library
      One click copy
      Abbreviation auto expand
    Built in content
      117 Chinese prompts
      442 image generation prompts
      50 QiaoMu curated prompts
      240 English engineering prompts
    Features
      Category browsing
      Full text search by tag
      Custom prompt editor
      JSON import and export
    Setup
      Manual Chrome install
      Developer mode required
    Audience
      AI tool power users
      Content creators
      Developers
Click or tap to explore — scroll the page freely

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

Things people build with this

USE CASE 1

Browse and copy from 849 built-in AI prompt templates without leaving your current browser tab

USE CASE 2

Define a short abbreviation for your most-used prompt so it auto-expands whenever you type it followed by @ in any text field

USE CASE 3

Export your entire custom prompt library as a JSON file to back it up or share it with a teammate

Tech stack

JavaScriptChrome Extension API

Getting it running

Difficulty · easy Time to first run · 5min

Must be installed manually via Chrome developer mode, not listed in the Chrome Web Store.

The extension code is MIT licensed, use freely for any purpose. Bundled prompt content carries its original licenses including CC BY 4.0 and GPL-3.0.

In plain English

Qiaomu-QuickPrompt is a Chrome browser extension that puts a library of reusable AI prompts into a side panel that slides open next to any webpage you are browsing. The basic problem it solves is that people who regularly use AI chat tools like ChatGPT or Claude often have to dig through notes or documents to find the right prompt template before they can get started. This extension keeps those prompts one click away without leaving the current tab. The side panel lets you browse prompts by category or search across titles, full text, tags, and abbreviations all at once. When you find the prompt you want, one click copies it to your clipboard with a visible confirmation. You can also define short abbreviations for prompts you use frequently: if you type that abbreviation followed by an @ symbol into any text box on a webpage, the extension automatically replaces it with the full prompt text. The extension comes with a substantial built-in library pulled from several sources: 117 Chinese prompts from an open-source prompt collection, 442 image generation prompts from a GPT-Image2 gallery with thumbnail previews, 50 curated prompts from the QiaoMu prompt library covering writing, studying, podcasting, video, design, and other topics, and 240 English engineering prompts covering coding, agent design, product work, and research. All of these are stored locally in the browser and you can also add your own prompts, edit existing ones, or import and export the whole library as a JSON file. Installation requires loading the extension manually through Chrome's developer mode, since it is not listed in the Chrome Web Store. The README is written in both Chinese and English with full instructions for both languages. The extension code is MIT licensed, the bundled prompt content carries the licenses of its original sources, including CC BY 4.0 and GPL-3.0.

Copy-paste prompts

Prompt 1
I installed qiaomu-quickprompt, how do I add a custom prompt with an abbreviation that expands when I type it followed by @ in a text field?
Prompt 2
Walk me through the JSON export format for qiaomu-quickprompt so I can import my custom prompts on a second machine
Prompt 3
Help me organize my qiaomu-quickprompt library: I want to create a new category for code-review prompts and move five existing prompts into it
Prompt 4
I want to find all image generation prompts in qiaomu-quickprompt that relate to portraits, show me how to use the search and tag filter together
Open on GitHub → Explain another repo

← joeseesun on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.