npx claudepluginhub rhehfl/testdevelop : 기본 브랜치 (메인 브랜치)브랜치명은 타입/작업내용 형식으로 작성합니다.
| 타입 | 설명 | 예시 |
|---|---|---|
feat | 새로운 기능 추가 | feat/board, feat/login |
fix | 버그 수정 | fix/login, fix/header |
refactor | 코드 리팩토링 | refactor/user-service |
style | UI/스타일 변경 | style/button |
docs | 문서 수정 | docs/readme |
chore | 빌드, 설정 변경 등 기타 작업 | chore/eslint-config |
test | 테스트 코드 추가/수정 | test/auth |
타입: 작업 내용
예시)
feat: 게시판 기능 추가
fix: 로그인 오류 수정
refactor: 유저 서비스 리팩토링
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Remove tseslint.configs.recommended and replace with this
tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
tseslint.configs.stylisticTypeChecked,
// Other configs...
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Enable lint rules for React
reactX.configs['recommended-typescript'],
// Enable lint rules for React DOM
reactDom.configs.recommended,
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
JavaScript/TypeScript-specific validation and patterns
Claude skill for building React applications with Vite and following modern frontend best practices. Optimizes build performance and development experience.
Modern React development toolkit for TypeScript/React stacks. Includes 2 specialized agents and 4 skills.
React, React Flow, React Router, shadcn/ui, Tailwind v4, Vitest, and Zustand code review. Pairs with beagle-core for full workflow.
Memory compression system for Claude Code - persist context across sessions