Skip to content
Skillv1.0.0

PromptUsher

PromptUsher is a Korean-first Chrome MV3 prompt workbench for teachers and instructors.

by Reasonofmoon(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Reasonofmoon/PromptUsher (AGENTS.md). Install upstream with npx skills add Reasonofmoon/PromptUsher. Copyright stays with the author.

PromptUsher Project Guide

PromptUsher is a Korean-first Chrome MV3 prompt workbench for teachers and instructors.

Read these files before changing product behavior:

  • docs/superpowers/specs/2026-07-09-promptusher-education-extension-design.md
  • docs/harness/manifest.md
  • DESIGN.md for any visible UI change

Keep the MVP limited to Korean, English, Math, Social Studies, and Science. Do not add external AI calls, analytics, student-data collection, broad host permissions, or Chrome-installed metadata.

Verification commands and evidence expectations are defined in docs/harness/manifest.md.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/reasonofmoon-promptusher-promptusher/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

reasonofmoon-promptusher-promptusher.ocm.jsonjson
{
  "ocm": "1",
  "id": "reasonofmoon-promptusher-promptusher",
  "kind": "skill",
  "name": "PromptUsher",
  "description": "PromptUsher is a Korean-first Chrome MV3 prompt workbench for teachers and instructors.",
  "publisher": "Reasonofmoon",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "PromptUsher is a Korean-first Chrome MV3 prompt workbench for teachers and instructors."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Reasonofmoon/PromptUsher",
      "path": "AGENTS.md",
      "ref": "8af53848c975be33fdc02ab762239ae1d0103e30",
      "url": "https://github.com/Reasonofmoon/PromptUsher/blob/8af53848c975be33fdc02ab762239ae1d0103e30/AGENTS.md",
      "key": "Reasonofmoon/PromptUsher/AGENTS.md"
    }
  },
  "instructions": "# PromptUsher Project Guide\n\nPromptUsher is a Korean-first Chrome MV3 prompt workbench for teachers and instructors.\n\nRead these files before changing product behavior:\n\n- `docs/superpowers/specs/2026-07-09-promptusher-education-extension-design.md`\n- `docs/harness/manifest.md`\n- `DESIGN.md` for any visible UI change\n\nKeep the MVP limited to Korean, English, Math, Social Studies, and Science. Do not add external AI calls, analytics, student-data collection, broad host permissions, or Chrome-installed metadata.\n\nVerification commands and evidence expectations are defined in `docs/harness/manife",
  "cost": {
    "context_tokens": 151
  }
}

Fetch it by URL: GET /api/v1/registry/reasonofmoon-promptusher-promptusher/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.