prompt-contract

QianJinGuo/prompt-contract
★ 1 stars JavaScript AI/LLM Updated today
Open-source one-key prompt enhancement engine — turn vague ideas into structured task specs anywhere you type to an AI. CLI · MCP server · playground. Zero dependencies, BYOK, offline-capable.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prompt-contract": {
      "command": "npx",
      "args": [
        "-y",
        "QianJinGuo/prompt-contract"
      ]
    }
  }
}

README Excerpt

English · [简体中文](README.zh-CN.md) **PromptContract is a deterministic prompt-contract layer for AI coding agents.** It compiles a vague one-line request into a structured task specification — goal, scope, constraints, acceptance criteria — and verifies the result against six hard rules before you ever see it.

Tools (1)

writing

Topics

ai-agentsclideveloper-toolsllmmcpmodel-context-protocolollamaopenai-compatibleprompt-engineeringzero-dependency