·code-data-analysis-scaffolds
{}

code-data-analysis-scaffolds

lyndonkl/claude

코드 전 테스트 작성(TDD), 데이터 탐색 계획(EDA), 통계 분석 설계, 모델링 목표 명확화(인과 대 예측) 또는 결과 검증 등 구조화된 접근 방식이 필요한 기술 작업을 시작할 때 사용합니다. 사용자가 "테스트 작성", "이 데이터 세트 탐색", "분석", "모델링", "검증"을 언급하거나 기술 작업을 실행하기 전에 체계적인 스캐폴딩이 필요한 경우 호출합니다.

12설치·0트렌드·@lyndonkl

설치

$npx skills add https://github.com/lyndonkl/claude --skill code-data-analysis-scaffolds

SKILL.md

This skill provides structured scaffolds (frameworks, checklists, templates) for technical work in software engineering and data science. It helps you approach complex tasks systematically by defining what to do, in what order, and what to validate before proceeding.

Code Data Analysis Scaffolds provides structured frameworks for common technical patterns:

Task: "Write authentication function" TDD Scaffold: ```python # Test structure (write these FIRST) def testvalidcredentials(): assert authenticate("user@example.com", "correctpass") == True def testinvalidpassword(): assert authenticate("user@example.com", "wrongpass") == False def testnonexistentuser():

코드 전 테스트 작성(TDD), 데이터 탐색 계획(EDA), 통계 분석 설계, 모델링 목표 명확화(인과 대 예측) 또는 결과 검증 등 구조화된 접근 방식이 필요한 기술 작업을 시작할 때 사용합니다. 사용자가 "테스트 작성", "이 데이터 세트 탐색", "분석", "모델링", "검증"을 언급하거나 기술 작업을 실행하기 전에 체계적인 스캐폴딩이 필요한 경우 호출합니다. 출처: lyndonkl/claude.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/lyndonkl/claude --skill code-data-analysis-scaffolds
카테고리
{}데이터 분석
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

code-data-analysis-scaffolds이란?

코드 전 테스트 작성(TDD), 데이터 탐색 계획(EDA), 통계 분석 설계, 모델링 목표 명확화(인과 대 예측) 또는 결과 검증 등 구조화된 접근 방식이 필요한 기술 작업을 시작할 때 사용합니다. 사용자가 "테스트 작성", "이 데이터 세트 탐색", "분석", "모델링", "검증"을 언급하거나 기술 작업을 실행하기 전에 체계적인 스캐폴딩이 필요한 경우 호출합니다. 출처: lyndonkl/claude.

code-data-analysis-scaffolds 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/lyndonkl/claude --skill code-data-analysis-scaffolds 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/lyndonkl/claude