zed
Agent skills for building, testing, and shipping the Zed editor
All Skills in This Repository (6)
Pure Emerald Level Indicatorsbrand-writer
Generate and review written content following Zed's brand voice guidelines.
humanizer
Rewrite AI-generated text by detecting and removing 24 AI writing patterns.
create-skill
Create and configure reusable agent skills for Zed.
gpui-test
Diagnose and reproduce GPUI test failures in Zed using seeds, iterations, and pending traces.
gpui-bench
Design, run, and interpret production-shaped GPUI Criterion benchmarks.
zed-cherry-pick
Cherry-pick merged PRs and commits into Zed release branches.
Frequently Asked Questions
FAQPage SchemaHow to install Zed skills?โผ
Run `npx skills add zed-industries/zed --all -g -y` in your terminal to install all skills in this suite globally.
What do the Zed agent skills do?โผ
They teach your AI agent Zed-specific workflows like cherry-picking fixes to release branches, writing GPUI benchmarks, debugging flaky tests, and adding custom Rust lints.
How do I cherry-pick a PR to a Zed release branch with AI?โผ
The zed-cherry-pick skill finds the current release branch, resolves merge conflicts, validates the build, and opens a properly formatted cherry-pick PR for you.
Can AI agents write and debug GPUI tests?โผ
Yes. The gpui-test skill explains how to reproduce flaky tests with seeds, sweep scheduler interleavings, and trace pending tasks until the failure is found.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Zed's own agent, and other compatible AI coding tools.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core