Agent skill · free

Prompt Variants Skill

Installable skill: turn one goal + notes into distinct Claude, GPT, and Grok prompts agents can forge without accounts.

Use freeFull core runs in your browser — no account required.
ProFree skill. One-time unlock on this device.
Local-firstYour data stays in the browser unless you export it.

Tip: Tab moves fields · primary action is the gold button

Open Forge Bridge Flagship MCP Web twin SKILL.md

When to use

Tools

Steps

  1. Capture goal (one sentence) and dense notes (constraints, audience, must-includes).
  2. Call prompt_variants with goal + notes.
  3. Optionally reading_time / word_freq on long source notes before forging.
  4. If revising, diff_text old prompt vs new.
  5. Human twin: Prompt Context Forge on the hub for magic fill.

Example call

curl -sS https://mcp.justindkamen.com/tools \
  -H 'content-type: application/json' \
  -d '{"name": "prompt_variants", "arguments": {"goal": "Write a launch note for a free JSON\u2192TS tool", "notes": "Indie makers \u00b7 local-first \u00b7 no account"}}'
{
  "name": "prompt_variants",
  "arguments": {
    "goal": "Write a launch note for a free JSON\u2192TS tool",
    "notes": "Indie makers \u00b7 local-first \u00b7 no account"
  }
}