🎯

playwright-debugging

🎯Skill

from ed3dai/ed3d-plugins

VibeIndex|
What it does

I apologize, but I cannot confidently infer the specific purpose of the "playwright-debugging" skill from the provided README. The README does not mention this specific skill, and while it referenc...

playwright-debugging

Installation

Install skill:
npx skills add https://github.com/ed3dai/ed3d-plugins --skill playwright-debugging
1
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# ed3d-plugins

This is my collection of plugins that I use on a day-to-day basis for getting stuff done with Claude Code. Most of these are development-oriented in some way or another, but also often end up being useful for other things. Product design, general research, accidentally becoming my homelab sysadminβ€”these are a lot of what I've learned so far and what I've found helpful.

The big stick in this repository is ed3d-plan-and-execute, which implements an "RPI" (research-plan-implement) loop that I think does a really good job of avoiding hallucination in the planning stages, adhering to high-level product requirements, avoiding drift between design planning and implementation planning, and reviewing the results such that you get out the other end not just what you asked for, but what you actually wanted.

NOTE: ed3d-plugins is generally a more stable marketplace. If you'd like to track changes as they happen a bit more aggressively, take a look at [ed3d-plugins-testing](https://github.com/ed3dai/ed3d-plugins-testing).

Using `ed3d-plan-and-execute`

More in [the README for the plugin](plugins/ed3d-plan-and-execute/README.md), and it's worth skimming, but here's a quickstart:

```

Rough Idea

β”‚

β–Ό

/start-design-plan ──────► Design Document (committed to git)

β”‚

β–Ό

/start-implementation-plan ──► Implementation Plan (phase files)

β”‚

β–Ό

/execute-implementation-plan ──► Working Code (reviewed & committed)

```

Plugins

| Plugin | Description |

|--------|-------------|

| ed3d-00-getting-started | Getting started guide and onboarding for ed3d-plugins. Run /getting-started to see this README. |

| ed3d-plan-and-execute | Planning and execution workflows for Claude Code. Feed it a decent-sized task and it'll help you get it done in a sustainable and thought-through way |

| ed3d-house-style | House style for software development; Very Opinionated |

| ed3d-basic-agents | Core agents for general-purpose tasks (haiku, sonnet, opus). Other plugins expect this to exist |

| ed3d-research-agents | Agents for research across multiple data sources (codebase, internet, combined); other plugins expect this to exist |

| ed3d-extending-claude | Knowledge skills for extending Claude Code: plugins, commands, agents, skills, hooks, MCP servers. Other plugins expect this to exist |

| ed3d-playwright| Playwright automation with subagents |

| ed3d-hook-skill-reinforcement | UserPromptSubmit hook that reinforces the need to activate skillsβ€”helps make sure skills actually get used. Requires ed3d-extending-claude to work |

| ed3d-hook-claudemd-reminder | PostToolUse hook that reminds to update CLAUDE.md before committing |

Installation

Add the marketplace

```bash

/plugin marketplace add https://github.com/ed3dai/ed3d-plugins.git

```

Install plugins

All plugins are available from the ed3d-plugins marketplace:

```bash

/plugin install ed3d-plan-and-execute@ed3d-plugins

/plugin install ed3d-house-style@ed3d-plugins

# ... etc

```

Repository Structure

```

ed3d-plugins/

β”œβ”€β”€ .claude-plugin/

β”‚ └── marketplace.json

β”œβ”€β”€ plugins/

β”‚ β”œβ”€β”€ ed3d-00-getting-started/

β”‚ β”œβ”€β”€ ed3d-plan-and-execute/

β”‚ β”œβ”€β”€ ed3d-house-style/

β”‚ β”œβ”€β”€ ed3d-basic-agents/

β”‚ β”œβ”€β”€ ed3d-research-agents/

β”‚ β”œβ”€β”€ ed3d-extending-claude/

β”‚ β”œβ”€β”€ ed3d-playwright/

β”‚ β”œβ”€β”€ ed3d-hook-skill-reinforcement/

β”‚ └── ed3d-hook-claudemd-reminder/

└── README.md

```

Contributing

Issues and pull requests gratefully solicited, except ed3d-house-style is _my_ house style, and provided for reference, so I might not take contributions there. (You can make your own house-style plugin though and use that instead!)

Attribution

ed3d-plan-and-execute and parts of ed3d-extending-claude are derived from [obra/superpowers](https://github.com/obra/superpowers) by Jesse Vincent. The original plugin has been folded, spindled, and mutilated extensively.

Some skills in ed3d-house-style are de

More from this repository10

πŸ”Œ
ed3d-house-styleπŸ”ŒPlugin

Enforces a consistent and opinionated set of coding standards, formatting guidelines, and development practices across software projects.

πŸ”Œ
ed3d-plan-and-executeπŸ”ŒPlugin

Guides users through a structured workflow of design planning, implementation planning, and execution for complex tasks, systematically breaking down projects to minimize hallucination and ensure a...

πŸ”Œ
ed3d-hook-skill-reinforcementπŸ”ŒPlugin

Reinforces and improves Claude Code interactions by dynamically adjusting skill selection and prompt strategies based on previous interaction outcomes and performance metrics.

πŸ”Œ
ed3d-hook-claudemd-reminderπŸ”ŒPlugin

I apologize, but I cannot confidently infer the specific purpose of the "ed3d-hook-claudemd-reminder" plugin from the provided README. The README does not mention this specific plugin, and there ar...

πŸ”Œ
ed3d-basic-agentsπŸ”ŒPlugin

Provides core generative agents for creating structured creative content like haikus, sonnets, and longer-form literary works across different styles and formats.

πŸ”Œ
ed3d-extending-claudeπŸ”ŒPlugin

Enables advanced knowledge and extension capabilities for Claude Code by providing methods to create custom plugins, commands, agents, skills, and hooks.

πŸ”Œ
ed3d-00-getting-startedπŸ”ŒPlugin

Provides an interactive onboarding guide and README for new users of ed3d-plugins, accessible via the `/getting-started` command.

πŸͺ
ed3dai-ed3d-pluginsπŸͺMarketplace

Provides a curated marketplace of Claude plugins focused on development workflows, research planning, and code implementation, with a core emphasis on systematic task execution and avoiding AI hall...

🎯
playwright-patterns🎯Skill

playwright-patterns skill from ed3dai/ed3d-plugins

πŸ”Œ
ed3d-playwrightπŸ”ŒPlugin

Automates web testing and browser interactions using Playwright with specialized subagents for complex web automation scenarios.