Comprehensive security scanning for secrets, vulnerabilities, and code issues
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
Interactive project setup command for various tech stacks
Figma MCP를 활용한 반응형 코드 자동 변환 플러그인. 단일 커맨드로 Figma 디자인을 멀티 디바이스 반응형 코드로 변환하고, Gemini AI로 디자인 비교 및 자동 수정까지 지원.
npx claudepluginhub lightsoft-dev/claude-plugin-for-dev --plugin security-checkerAgentic-Security is a powerful Claude Code plugin that automatically performs Application Security Testing (SAST, SCA, secrets detection, and more). Think of it as the easy button for making your Claude-generated code safe and secure.
Perform security audit on codebase
Security vulnerability detection and remediation: OWASP Top 10, SAST scanning, CVE research, dependency audit, secrets detection
Open-source cybersecurity analysis agent. Scans any local project for vulnerabilities: code security (SAST), dependency CVEs (SCA), secret leaks, authentication/authorization flaws, cryptographic weaknesses, misconfigurations, supply chain risks, and CI/CD security. Covers all OWASP 2025 Top 10 and CWE Top 25 categories. Generates prioritized reports with remediation guidance. Invoke with /cyber-neo [path].
Security best practices advisor with vulnerability detection and fixes
Security scanning, dependency CVE audits, and exposure-aware risk prioritization.