Smart file cleanup before deployment - removes unused backups and packages
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
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 project-cleanerReorganizes project structure by cleaning root clutter, creating logical folder hierarchies, and moving files to optimal locations. Tracks dependencies and fixes broken imports/paths. Use PROACTIVELY when project structure becomes unwieldy or needs architectural cleanup.
Find and remove dead code across the codebase
Full-stack orchestration with deployment, performance, security, and test automation
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.
Scratch workspace enforcement - ensures temporary files are placed in .claude/.scratch and gitignored.
コードベースの不要なフォールバック・互換性コード・デッドコードを 3つの専門エージェント(scanner + historian + verifier)が協調して検出・安全性検証する監査スキル。 scanner が自律探索で候補を発見し、historian が git 履歴から時間軸の文脈を付与し、