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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/browser-devtools.md https://raw.githubusercontent.com/vukhanhtruong/claude-rock/main/SKILL.md/browser-devtoolsFrequently 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.