Zed Extension Creator

Scaffolds, implements, and ships extensions for the Zed editor. Use whenever someone wants to build, scaffold, or set up a Zed extension; add a language, grammar, or tree-sitter queries to Zed; wrap a language server (LSP) as a Zed extension; add a color theme or icon theme; expose an MCP / context server, a debug adapter (DAP), or snippets to Zed; or asks about the `extension.toml` manifest, the `zed_extension_api` Rust crate, the `Extension` trait, tree-sitter `.scm` query files, the WASM sandbox constraints, or the `zed-industries/extensions` publishing flow — even without the word "skill". Also triggers on a `.scm` highlights/injections/outline file in a Zed context, a per-language `config.toml`, or publishing/updating an extension in the Zed registry. Picks the right extension type and routes to the matching reference and template.

kjanat 4cc023d 14 files · 102.9 KB Updated

File contents

kjanat/skills/tree/main/skills/zed-extension-creator commit 4cc023d16f

Frequently asked questions

npx skillmds@latest add kjanat/zed-extension-creator