Zed support details
Native rules and MCP, no native prompts, and skills are exposed through pointer rules.
Zed is a good target for rules and MCP, but prompts and native skills need translation.
Start on the full support matrix when you need to compare every editor at once. Use this page when you want the exact terms, support details, and project/user targets for Zed.
Related aix concepts: rules , prompts , mcp , skills , hooks .
Editor-specific notes
- Zed reads a single
.rulesfile, so aix flattens all rules into one file. - Zed skills are emitted as pointer rules because the editor has no native skill directory.
Feature details
How to read the statuses
Support key
Editor support
- Supported The editor exposes that feature at that scope.
- No support The editor does not expose that feature at that scope.
aix support
- Native aix writes the editor's own format.
- Adapter aix keeps the feature through an adapter or alternate representation.
- No support aix does not write that feature for the destination today.
Use the Project scope and User scope rows to see where config lands at each level.
Rules Learn the concept
A single concatenated .rules file.
- Project
- Editor Supported aix NativePath
.rules - User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: aix does not have a writable user-scope
.rulestarget for Zed.
- Zed also auto-detects AGENTS.md, CLAUDE.md, and other compatibility files.
Prompts Learn the concept
Zed does not expose file-based prompt installs in aix.
- Project
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Zed prompt installs are not supported.
- User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Zed prompt installs are not supported.
- Zed does support MCP server-side prompts, but not file-based user prompts.
MCP Learn the concept
JSON context_servers configuration.
- Project
- Editor Supported aix NativePath
.zed/settings.json - User
- Editor Supported aix NativePath
~/.config/zed/settings.json
Skills Learn the concept
Skill directories plus generated rules that point the agent at .aix/skills/.
- Project
- Editor Supported aix AdapterPath
.rulesaix: aix appends pointer rules that reference.aix/skills/{name}/. - User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: User-scoped Zed skills require a writable user rules file, which aix does not have.
Agents
Zed does not document custom agent files that aix can write safely.
- Project
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: aix reports configured agents as unsupported for Zed.
- User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: aix reports configured agents as unsupported for Zed.
Hooks Learn the concept
Hooks are not supported.
- Project
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Zed does not support lifecycle hooks in aix.
- User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Zed does not support lifecycle hooks in aix.
AGENTS.md
Compatibility with AGENTS.md repository instructions.
- Project
- Editor Supported aix NativePath
AGENTS.md - User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Zed compatibility is documented for workspace files, not a home-scoped AGENTS.md.
.agents/skills
Zed does not document native .agents/skills/ discovery.
- Project
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: aix uses pointer rules instead of
.agents/skills/. - User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: aix uses pointer rules instead of
.agents/skills/.