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