48 lines
2.2 KiB
Markdown
48 lines
2.2 KiB
Markdown
# Prototype Workspace 공통 Skills
|
|
|
|
이 워크스페이스의 모든 프로젝트에 적용되는 개발 표준 가이드입니다.
|
|
개별 프로젝트의 `.claude/skills/`에 동일 파일이 있으면 프로젝트별 설정이 우선합니다.
|
|
|
|
## 중요도 1 (핵심)
|
|
|
|
| Skill | 설명 | 파일 |
|
|
|-------|------|------|
|
|
| deployment-standards | Docker 배포 규칙 | [deployment-standards.md](deployment-standards.md) |
|
|
| project-stack | React+Next.js+FastAPI 기본 구조 | [project-stack.md](project-stack.md) |
|
|
| korean-dev-conventions | 한국어 주석, 에러 처리 등 | [korean-dev-conventions.md](korean-dev-conventions.md) |
|
|
|
|
## 중요도 2 (주요)
|
|
|
|
| Skill | 설명 | 파일 |
|
|
|-------|------|------|
|
|
| ai-api-integration | AI 모델 FastAPI 통합 패턴 | [ai-api-integration.md](ai-api-integration.md) |
|
|
| api-design-standards | RESTful API 설계 규칙 | [api-design-standards.md](api-design-standards.md) |
|
|
| frontend-component-patterns | React 컴포넌트 패턴 | [frontend-component-patterns.md](frontend-component-patterns.md) |
|
|
| database-patterns | MongoDB 설계 패턴 | [database-patterns.md](database-patterns.md) |
|
|
|
|
## 프로젝트 생성 도구
|
|
|
|
| Skill | 설명 | 파일 |
|
|
|-------|------|------|
|
|
| prj-archetypes | 프로젝트 아키타입 정의 (6종) | [prj-archetypes.md](prj-archetypes.md) |
|
|
|
|
> `/prj` 커맨드: `.claude/commands/prj.md` — 프로젝트 생성 에이전트
|
|
|
|
## 중요도 3 (참고)
|
|
|
|
| Skill | 설명 | 파일 |
|
|
|-------|------|------|
|
|
| infrastructure-setup | MAAS, K8s, Rancher 인프라 구축 | [infrastructure-setup.md](infrastructure-setup.md) |
|
|
| testing-standards | Jest/pytest 테스트 작성 | [testing-standards.md](testing-standards.md) |
|
|
| monitoring-logging | Prometheus/Grafana 모니터링 | [monitoring-logging.md](monitoring-logging.md) |
|
|
| gitea-workflow | Gitea 리포지토리 워크플로우 | [gitea-workflow.md](gitea-workflow.md) |
|
|
|
|
## 기술 스택 요약
|
|
|
|
- **Frontend**: Next.js 16 + React 19 + Tailwind CSS 4 + shadcn/ui
|
|
- **Backend**: FastAPI + Python 3.11
|
|
- **Database**: MongoDB 7.0 + Redis 7
|
|
- **Containerization**: Docker + Docker Compose
|
|
- **AI**: Claude API + OpenAI API
|
|
- **Git**: Gitea (http://gitea.yakenator.io/yakenator/)
|