Fullstack Coding Standards - 통합 패키지
포함 파일
fullstack-coding-standards/
├── SKILL.md # 이 파일 (상세 코드 예시)
├── agents/ # 패시브 에이전트 (항상 로드)
│ └── fullstack-coding-standards.md # 코딩 표준 규칙
└── templates/ # 코드 템플릿
패시브 에이전트(agents/fullstack-coding-standards.md)의 규칙에 대한 상세 코드 예시를 제공합니다.
프론트엔드 코드 예시
apiClient.ts (fetch 래퍼)
// src/lib/apiClient.ts
const API_BASE_URL = import.meta.env.VITE_API_URL
[Description truncada. Veja o README completo no GitHub.]