Agent skill
zed
Zed high-performance collaborative editor. Use for fast editing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/zed
SKILL.md
Zed
Zed is a high-performance editor from the creators of Atom. Built in Rust with a GPU-accelerated UI. 2025 brings Zeta (Open Model AI) and ACP (Agent Client Protocol).
When to Use
- Performance: It is significantly faster than VS Code. Opens 5GB logs instantly.
- Collaboration: "Multiplayer" is built-in. Share a link, code together like Google Docs.
- Rust/Web Dev: First-class support for these languages.
Core Concepts
Channel
A persistent chat room + coding session. Teams hang out in a Channel.
GPUI
Rendered on the GPU. 120fps typing experience.
Assistant Panel
Built-in chat with context. Can use OpenAI, Anthropic, or Ollama (local models).
Best Practices (2025)
Do:
- Use Vim Mode: Zed's Vim emulation is excellent and getting better.
- Edit Remote: Use
sshremote editing which is buttery smooth compared to VS Code. - Bind AI: Map
Command-Enterto send to assistant.
Don't:
- Don't expect every Extension: The extension ecosystem is growing but strictly smaller than VS Code's.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?