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 claimPlaywright + MUI E2E testing rules, commands, and debugging workflows
Smart file cleanup before deployment - removes unused backups and packages
Automatically generate and run tests with detailed reports
Figma MCP를 활용한 반응형 코드 자동 변환 플러그인. 단일 커맨드로 Figma 디자인을 멀티 디바이스 반응형 코드로 변환하고, Gemini AI로 디자인 비교 및 자동 수정까지 지원.
Comprehensive security scanning for secrets, vulnerabilities, and code issues
npx claudepluginhub lightsoft-dev/claude-plugin-for-dev --plugin project-initializerScaffold new projects and add features with best-practice templates
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Project initialization and management - setup, modernization, and continuous development workflows
Claude Code starter kit: CLAUDE.md templates, 37 Skills, 5 Commands, 4 Agents, Hooks for Chinese-speaking developers
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.