Playwright + MUI E2E testing rules, commands, and debugging workflows
Lightsoft 개발팀을 위한 Claude Code 플러그인/스킬 모음.
| 플러그인 | 커맨드 | 설명 |
|---|---|---|
| voicemanager | (hook) | 작업 완료 시 TTS 알림 (say 명령) |
| project-initializer | /init | 기술 스택별 프로젝트 초기 세팅 |
| project-cleaner | /cleanup | 배포 전 백업/임시 파일 및 미사용 패키지 정리 |
| test-generator | /test | 테스트 코드 자동 생성 및 실행, 리포트 출력 |
| security-checker | /security-check | 시크릿 노출, 의존성 취약점, 코드 보안 이슈 검사 |
| e2e-playwright | /e2e, /e2e-fix | Playwright + MUI E2E 테스트 작성/실행/디버깅 워크플로우 (rules 포함) |
| 스킬 | 커맨드 | 설명 |
|---|---|---|
| figma-responsive-skill | /figma-convert | Figma 디자인 → 멀티 디바이스 반응형 코드 변환 (Gemini AI 비교 검증) |
| auto-qa | /auto-qa | 브라우저 자동화 기반 블랙박스 QA + Linear 이슈 생성 + 버그 수정 + HTML 리포트 |
claude plugins add github:lightsoft-dev/claude-plugin-for-dev
.
├── .claude-plugin/
│ └── marketplace.json # 플러그인 레지스트리
├── voicemanager/ # TTS 알림 (hooks)
├── project-initializer/ # 프로젝트 초기화
├── project-cleaner/ # 프로젝트 정리
├── test-generator/ # 테스트 자동 생성
├── security-checker/ # 보안 검사
├── figma-responsive-skill/ # Figma → 반응형 코드
├── auto-qa/ # 자동 QA 테스팅
└── e2e-playwright/ # Playwright + MUI E2E 테스트
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimSmart file cleanup before deployment - removes unused backups and packages
Automatically generate and run tests with detailed reports
Interactive project setup command for various tech stacks
Figma MCP를 활용한 반응형 코드 자동 변환 플러그인. 단일 커맨드로 Figma 디자인을 멀티 디바이스 반응형 코드로 변환하고, Gemini AI로 디자인 비교 및 자동 수정까지 지원.
Comprehensive security scanning for secrets, vulnerabilities, and code issues
npx claudepluginhub lightsoft-dev/claude-plugin-for-dev --plugin e2e-playwrightProduction-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.
Playwright E2E test debugging and interactive browser exploration. Runs tests with action capture (DOM snapshots, network, console, screenshots), diagnoses failures, and provides browser tools for navigating, clicking, and inspecting pages through ARIA snapshots.
Advanced Playwright skills for end-to-end testing, test architecture, and test automation best practices.
End-to-end testing with Playwright integration
End-to-end test execution and recording for web applications
Three specialized agents (planner, generator, healer) and shared skills for Playwright E2E testing with Page Object Model pattern