ide-zed

Customize Zed IDE integration with rules for Playwright and Clangd.

5|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/AxGord/claude-workflow --skill ide-zed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ide-zed
Source: https://github.com/AxGord/claude-workflow/tree/main/templates/skills/ide-zed
Command: npx skills add https://github.com/AxGord/claude-workflow --skill ide-zed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides specialized integration rules for the Zed IDE, addressing specific issues and enhancing the development experience.

Core Features & Use Cases

  • Read Binary Files: Handles the inability to read binary files like PNGs, utilizing alternative methods for display.
  • Manage Playwright Processes: Automates cleanup of stale Playwright processes to maintain browser stability.
  • Clangd Path Resolution: Corrects the resolution of relative paths in Clangd configurations for proper include file handling.

Quick Start

To resolve Clangd include path issues in your project, use the ide-zed skill by updating your compile_flags.txt with the necessary include paths.

Frequently Asked Questions about ide-zed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Clangd include path resolution issues in Zed IDE?

To fix Clangd include path resolution, update your `compile_flags.txt` with the necessary relative paths to ensure proper include file handling within the Zed IDE.

Why does Zed IDE fail to read binary files like PNGs and how can I display them?

Zed IDE cannot natively read binary files like PNGs, so you must utilize alternative methods for display provided by custom integration rules to handle the file correctly.

What is the best way to automate Playwright process cleanup and maintain browser stability in Zed?

Automating Playwright process cleanup removes stale browser instances, maintaining browser stability during development in Zed IDE through customized task management rules.

Does Zed IDE support custom rules for managing Clangd configurations and Playwright tasks?

Zed IDE supports custom rules to correct Clangd configurations and automate Playwright task management, addressing known bugs to improve your overall developer workflow.

Can I use Zed IDE for C++ development without encountering Clangd relative path errors?

You can use Zed IDE for C++ development without Clangd relative path errors by applying custom rules that correct the resolution of relative paths in your configuration files.