BeClaude

browser-devtools

New
8Community RegistryDevelopmentby Truong Vu

Provides debugging web applications, monitoring network traffic, capturing screenshots, DOM inspection, performance analysis, and testing UI interactions during development.

Community PluginView Source

Overview

This repository contains Claude Skills designed to enhance the capabilities of Claude Code for software engineers.

Skills:

Architecture Design

SkillDescriptionDownload
architecture-designCreates comprehensive software architecture documentationZIP

DevOps

SkillDescriptionDownload
helm-scaffoldGenerates production-ready Helm charts following best practicesZIP

Browser Devtools

SkillDescriptionDownload
browser-devtoolsBrowser debugging and automation skill using PlaywrightZIP

Quick Start

Claude Code Installation

1. Add the Marketplace to Claude Code

bash
/plugin marketplace add vukhanhtruong/claude-rock

2: Install Plugins

Browse available plugins:

bash
/plugin

Install the plugins you need:

bash
/plugin install architecture-design

To verify installation, ask Claude Code:

bash
Show available skills?

NOTE: Make sure restart Claude Code after installing or enable/disable plugins.

Claude Chat Installation

  1. Download the skill ZIP file the Skills table above.
  2. Go to Settings > Capabilities
  3. Click "Upload Skill"
  4. Select the file you downloaded
  5. Toggle the switch to enable it
  6. The skill is now ready to use

Contributing

šŸš€ Adding New Skills

Skill Structure:

code
plugins/your-plugin/skills/
ā”œā”€ā”€ SKILL.md           # Skill implementation details
ā”œā”€ā”€ README.md          # User-facing documentation
ā”œā”€ā”€ assets/            # Templates and resources
ā”œā”€ā”€ references/        # Technology-specific info
└── scripts/           # Automation utilities

Naming Conventions:

  • •Use kebab-case for directory names
  • •SKILL.md should contain implementation details
  • •README.md should be user-facing documentation
  • •Include proper marketplace.json metadata

šŸ“ Update Process

  1. Create skill directory following structure
  2. Add SKILL.md with comprehensive workflow
  3. Include README.md with usage examples
  4. Update marketplace.json with metadata
  5. Test skill functionality thoroughly

License

MIT License - see the LICENSE file for details.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/browser-devtools.md https://raw.githubusercontent.com/vukhanhtruong/claude-rock/main/SKILL.md
3
Invoke in Claude Code
/browser-devtools
View source on GitHub
testingbrowserautomationdebuggingplaywrightchrome

Frequently Asked Questions

What is browser-devtools?

Provides debugging web applications, monitoring network traffic, capturing screenshots, DOM inspection, performance analysis, and testing UI interactions during development.

How to install browser-devtools?

To install browser-devtools, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /browser-devtools.

What is browser-devtools best for?

browser-devtools is a community categorized under Development. It is designed for: testing, browser, automation, debugging, playwright, chrome. Created by Truong Vu.