creating-zed-extensions
✓사용자 정의 슬래시 명령, 언어 지원, 테마 또는 MCP 서버를 사용하여 Zed 확장을 생성할 때 사용 - Rust/WASM 확장 구조, 슬래시 명령 API(run_slash_command, SlashCommandOutput) 및 컴파일된 확장을 위한 개발 워크플로 제공
SKILL.md
Zed extensions are Rust programs compiled to WebAssembly that can provide slash commands, language support, themes, grammars, and MCP servers. Extensions implement the zed::Extension trait and are distributed via Zed's extension registry.
| Wrong crate type | WASM compilation fails | Use crate-type = ["cdylib"] in Cargo.toml | | Missing error handling | Extension crashes | Return Err(String) for failures | | Not validating args | Silent failures | Check args.isempty() for required args | | Hardcoded paths | Extension not portable | Use relative paths or worktree context |
| Missing default case | Unhandled commands crash | Add => Err(...) in match | | Unlicensed extension | Rejected by registry | Include approved license in extension.toml | | Blocking operations | Freezes Zed UI | Use async or spawn threads for long operations |
인용 가능한 정보
AI/검색 인용용 안정적인 필드와 명령어.
- 설치 명령어
npx skills add https://github.com/pr-pm/prpm --skill creating-zed-extensions- 카테고리
- >_생산성
- 인증됨
- ✓
- 최초 등록
- 2026-02-01
- 업데이트
- 2026-02-18
빠른 답변
creating-zed-extensions이란?
사용자 정의 슬래시 명령, 언어 지원, 테마 또는 MCP 서버를 사용하여 Zed 확장을 생성할 때 사용 - Rust/WASM 확장 구조, 슬래시 명령 API(run_slash_command, SlashCommandOutput) 및 컴파일된 확장을 위한 개발 워크플로 제공 출처: pr-pm/prpm.
creating-zed-extensions 설치 방법은?
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/pr-pm/prpm --skill creating-zed-extensions 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/pr-pm/prpm
상세
- 카테고리
- >_생산성
- 출처
- skills.sh
- 최초 등록
- 2026-02-01