Skip to content
Zed

qikly for Zed

io.github.gal-a/qikly

Generates tests from acceptance criteria, then converges code with an agent that never sees them.

client:Zed transport:stdio runtime:pypi

Install qikly in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "qikly": {
      "command": "uvx",
      "args": [
        "qikly"
      ],
      "env": {
        "QIKLY_PROJECT_ROOT": "<QIKLY_PROJECT_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

qikly in other clients