con un clic
Claude-Harness
Claude-Harness contiene 32 skills recopiladas de junDevCodes, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Git 브랜치 전략·커밋 컨벤션·머지 정책 가이드라인. Conventional Commits, GitFlow vs Trunk-based vs Feature Branch 선택 기준, 브랜치 네이밍 규칙(Jira 이슈 키 연계), 리베이스 vs 머지 vs squash 전략, destructive 작업 안전 가이드(force-push/reset/branch 삭제). git 에이전트(git-workflow-expert)가 실행 시 참조하는 SSOT.
Atlassian Jira (Cloud) 워크플로우 가이드라인 — Epic/Task 생성, 상태 전이, 브랜치 생성 컨벤션 검증, 시안 사전 승인 정책. 모든 write/update/delete 작업은 시안 제시 후 사용자 명시 OK 대기. 프로젝트별 커스터마이징(PROJECT_KEY / ASSIGNEE / COMPONENT / customfield) 가이드 포함. Jira CLI/MCP/REST 4-tier fallback 설계.
Create, edit, read .docx Word documents with formatting (TOC, headings, page numbers, letterheads, tables). Also for tracked changes, find-and-replace, image insertion, or converting content to polished Word format. Triggers: 'Word doc', '.docx', 'report', 'memo', 'letter', 'template'. Do NOT use for PDFs, spreadsheets, or Google Docs.
C99 embedded firmware — HAL Ops Table pattern, FreeRTOS static tasks/queues/semaphores, ISR-safe ring buffer, no-malloc policy, Unity test with mock drivers, CMake HOST/STM32 dual-build. For writing drivers (GPIO/UART/SPI/I2C), HAL abstraction, RTOS tasks, or MCU firmware (STM32/ESP32).
PDF 파일 작업 — 생성/편집/병합/분할/회전/워터마크/암호화/폼 채우기/이미지 추출/OCR. .pdf 파일 언급 또는 PDF 산출물 요청 시 사용.
Create, modify, and manage Claude Code skills. Covers SKILL.md YAML frontmatter, skill-rules.json trigger patterns (keywords/intent/path/content), enforcement levels (block/suggest/warn), hook mechanisms (UserPromptSubmit/PreToolUse), session tracking, and 500-line rule with resources/ progressive disclosure.
Spring Boot 3 + Java 21 백엔드 — Controller→Service→Repository 계층, JPA Entity(Lombok+@PrePersist), Spring Security JWT Filter(jjwt 0.12.x + Refresh Rotation), GlobalExceptionHandler, ApiResponse<T>, @Transactional(readOnly), @PreAuthorize 메서드 인가.
데이터 분석(EDA) 가이드라인. pandas/polars/numpy로 탐색적 분석, 결측·이상치 처리, 기술통계, 분포·상관 분석, 시각화(matplotlib/seaborn/plotly) 패턴. 노트북·스크립트 기반 데이터 탐색과 리포트 생성 작업 시 사용.
데이터 파이프라인 설계 가이드라인. Batch(ETL/ELT) vs Stream 선택, 오케스트레이션 도구(Airflow/Prefect/Dagster) 비교, 데이터 품질 검증(Great Expectations), idempotency·재처리 전략, 스키마 진화, feature store 패턴. 데이터 수집·변환·적재 파이프라인 설계·구축 작업 시 사용.
ML 모델 평가지표 검증 가이드라인. 분류(Accuracy/Precision/Recall/F1/ROC-AUC/PR-AUC)·회귀(MAE/RMSE/R²/MAPE)·시계열(sMAPE/MASE)·클러스터링(Silhouette) 지표, holdout vs CV 전략, 데이터 누수 방지, threshold 최적화, baseline 회귀 감지, 통계적 유의성 검정. 평가 코드 작성·지표 검증·모델 비교 작업 시 사용.
AI/ML 모델 학습·구축 가이드라인. scikit-learn / LightGBM / PyTorch 단계별 선택, MLflow 실험 추적, Optuna 하이퍼파라미터 튜닝, 교차검증, 재현성(seed/requirements), 클래스 불균형 처리. 모델 학습 코드 작성, 실험 관리, 모델 서빙 준비 작업 시 사용.
React 19 + Vite + TypeScript + PWA (Progressive Web App) 프론트엔드 가이드라인. Vite 빌드 설정, vite-plugin-pwa로 manifest/service worker 구성, 오프라인 캐싱 전략, WebSocket 클라이언트, App Router 없는 React Router v6 라우팅, Capacitor 변환 패턴. Next.js App Router를 사용하지 않는 React SPA/PWA 작업 시 사용.
Three.js + React Three Fiber (R3F) 기반 실시간 3D 시각화 가이드라인. Scene/Camera/Renderer 라이프사이클, useFrame 훅으로 60FPS 루프, instancedMesh로 대량 객체 렌더링, frustum culling/LOD 성능 최적화, Raycaster 인터랙션, WebSocket 실시간 데이터 바인딩(히트맵·마커·포인트클라우드). 3D 대시보드, WebGL 시각화, 실시간 데이터 렌더링 작업 시 사용.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer, async/await patterns, Pydantic validation, and error handling. Use when creating APIs, routes, services, repositories, or working with backend code.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Generate Mermaid diagrams from user requirements. Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and 18 more diagram types.
Next.js 15 + React 19 + TypeScript 프론트엔드 개발 가이드라인. App Router, Server/Client Component 분리, JWT 이메일 인증(AuthProvider), api 클라이언트(401 자동 갱신), Hydration 보호 패턴, Middleware 라우트 보호, shadcn/ui + Tailwind CSS. 컴포넌트/페이지/API 라우트/데이터 페칭/인증 작업 시 사용.
PPT brand guidelines for VRL presentations. Use when creating slides, decks, or any presentation materials. Provides color palette, logo usage, and minimal design principles.
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
Comprehensive pytest testing guide for FastAPI backends. Covers unit testing, integration testing, async patterns, mocking, fixtures, coverage, and FastAPI-specific testing with TestClient. Use when writing or updating test code for backend services, repositories, or API routes.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
AWS 인프라 및 서비스 활용 가이드라인. S3 presigned URL(POST/GET/PUT) 패턴, ECS Fargate 배포, ECR 이미지 관리, IAM 최소 권한 원칙, CloudWatch 로깅, GitHub Actions CI/CD 파이프라인. AWS 리소스 구성, 배포 자동화, 스토리지 연동 작업 시 사용.
크로스 스택 데이터베이스 설계 가이드라인. ERD 설계 원칙, 정규화(1NF~3NF+BCNF), 인덱스 전략(복합/커버링/부분), 읽기/쓰기 분리 패턴, 마이그레이션 관리, 트랜잭션 격리 수준, 커넥션 풀링. 스키마 설계, 쿼리 최적화, DB 아키텍처 작업 시 사용.
Django 5 + DRF + SimpleJWT 백엔드 개발 가이드라인. AbstractBaseUser 커스텀 유저 모델, DRF ModelViewSet/APIView, SimpleJWT 인증(access+refresh+blacklist), settings/ 환경 분리, 커스텀 예외 핸들러 패턴.
크로스 스택 Docker 컨테이너화 가이드라인. 멀티 스테이지 빌드(Python/Node/Java), non-root 실행, 레이어 캐시 최적화, docker-compose 서비스 구성, health check, .dockerignore 패턴. Dockerfile 및 docker-compose.yaml 작성 시 사용.
C++17 embedded systems development guidelines. Pure virtual HAL interface abstraction, RAII resource management, lightweight handwritten Mock strategy without Google Mock macros, Google Test with CMake FetchContent, dependency injection, enum class type safety, noexcept patterns. Use when writing firmware, embedded drivers, HAL abstraction layers, MCU code, platform portability, unit testing embedded C++ code, or working with IGpio/IUart/ISpi/II2c interfaces.
Express.js + TypeScript 백엔드 개발 가이드라인. DDD 구조(Router→Service→Repository), Prisma ORM, JWT Refresh Token Rotation, AppError 계층, Zod 검증, S3 presigned URL 패턴. Express 라우터, 서비스, 레포지토리, 미들웨어, DTO 작성 시 사용.
NestJS 10 + TypeScript + Prisma 5 백엔드 개발 가이드라인. Guard+Passport JWT 이중 전략, @CurrentUser() 데코레이터, Controller→Service→Repository 계층, TransformInterceptor 글로벌 응답 래핑, HttpExceptionFilter 예외 처리, Refresh Token Rotation 패턴. NestJS 모듈, 컨트롤러, 서비스, 레포지토리, Guard, DTO 작성 시 사용.
React Native (Expo SDK 52) 개발 가이드라인. Expo Router v4 파일 기반 라우팅, Zustand 인증 상태 관리, Axios 401 자동 갱신 인터셉터, SecureStore 토큰 관리, selector 훅 패턴. React Native 화면/컴포넌트/인증/네비게이션 작업 시 사용.