browser-devtools
NewProvides debugging web applications, monitoring network traffic, capturing screenshots, DOM inspection, performance analysis, and testing UI interactions during development.
Overview
This repository contains Claude Skills designed to enhance the capabilities of Claude Code for software engineers.
Skills:
Architecture Design
| Skill | Description | Download |
|---|---|---|
| architecture-design | Creates comprehensive software architecture documentation | ZIP |
DevOps
| Skill | Description | Download |
|---|---|---|
| helm-scaffold | Generates production-ready Helm charts following best practices | ZIP |
Browser Devtools
| Skill | Description | Download |
|---|---|---|
| browser-devtools | Browser debugging and automation skill using Playwright | ZIP |
Quick Start
Claude Code Installation
1. Add the Marketplace to Claude Code
/plugin marketplace add vukhanhtruong/claude-rock2: Install Plugins
Browse available plugins:
/pluginInstall the plugins you need:
/plugin install architecture-designTo verify installation, ask Claude Code:
Show available skills?NOTE: Make sure restart Claude Code after installing or enable/disable plugins.
Claude Chat Installation
- Download the skill ZIP file the Skills table above.
- Go to Settings > Capabilities
- Click "Upload Skill"
- Select the file you downloaded
- Toggle the switch to enable it
- The skill is now ready to use
Contributing
š Adding New Skills
Skill Structure:
plugins/your-plugin/skills/
āāā SKILL.md # Skill implementation details
āāā README.md # User-facing documentation
āāā assets/ # Templates and resources
āāā references/ # Technology-specific info
āāā scripts/ # Automation utilitiesNaming 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
- Create skill directory following structure
- Add SKILL.md with comprehensive workflow
- Include README.md with usage examples
- Update marketplace.json with metadata
- Test skill functionality thoroughly
License
MIT License - see the LICENSE file for details.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install browser-devtools@<marketplace>
/pluginSecurity Audits
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: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install browser-devtools@<marketplace>. Finally, /plugin in Claude Code.
What is browser-devtools best for?
browser-devtools is a plugin categorized under Development. It is designed for: testing, browser, automation, debugging, playwright, chrome. Created by Truong Vu.