Provides guidance for configuring and customizing the Zed editor. Use when modifying Zed settings, keybindings, themes, or extensions.
Provides guidance for configuring and customizing the Zed editor settings, keybindings, and themes.
/plugin marketplace add jasonkuhrt/claude-marketplace/plugin install zed@jasonkuhrtThis skill inherits all available tools. When active, it can use any tool Claude has access to.
| File | Purpose |
|---|---|
~/.config/zed/settings.json | Global settings |
~/.config/zed/keymap.json | Custom keybindings |
.zed/settings.json | Project-local settings |
~/.config/zed/) unless project-specific override is requested// ~/.config/zed/keymap.json
[
{
"context": "Editor",
"bindings": {
"cmd-shift-l": "editor::SelectAllMatches"
}
}
]
// ~/.config/zed/settings.json
{
"languages": {
"TypeScript": {
"tab_size": 2,
"formatter": "language_server"
}
}
}
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.