add-editor

Solid

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire Deus into Zed", or ACP/MCP editor setup requests.

AI & Automation 48 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Add Editor Integration (ACP / MCP) Use Deus's **memory** and **evolution** layers from inside an external editor (or any MCP-capable client) by composing them onto the editor's *own* coding agent — you do not run Deus's container in the editor. The editor's agent keeps handling editor mechanics (diffs, permissions, buffers); Deus's two MCP servers supply the "brain": - **`deus-memory`** → `memory_recall` (semantic recall over your vault). - **`deus-evolution`** → `get_reflections` / `log_interaction` / `get_active_prompt` / `record_feedback` (the reflexion loop). This skill *performs* the wiring interactively. For the **why** (compose-not-port rationale, caveats, why reflexion learns from mistakes not stated style), read [`docs/EDITOR_INTEGRATION.md`](../../../docs/EDITOR_INTEGRATION.md) — do not duplicate that reasoning here; just point the user at it if they ask. **Principle:** when a precondition is missing, fix it (create the venv, pull the model). Only pause for genuine user decisions (which editor, employer-machine containment, target project). Use `AskUserQuestion` for every user-facing choice. --- ## 0. Scope — two independent parts Tell the user this skill has two parts they can run independently: 1. **Machine-level editor config (steps 1-5)** — wires the two MCP servers into the editor. Run **once per machine**. 2. **Per-project instruction file (step 6)** — the close-the-loop `AGENTS.md`. Run **once per repo** you want the loop active in. If they...

Details

Author
sliamh11
Repository
sliamh11/Deus
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category