folder-org이란?
프로젝트 코드 구조 및 파일 구성. 파일을 생성하거나, 구성 요소를 구성하거나, 코드가 어디에 있어야 할지 결정할 때 사용하세요. (프로젝트) 출처: ruchernchong/claude-kit.
프로젝트 코드 구조 및 파일 구성. 파일을 생성하거나, 구성 요소를 구성하거나, 코드가 어디에 있어야 할지 결정할 때 사용하세요. (프로젝트)
명령줄에서 folder-org AI 스킬을 개발 환경에 빠르게 설치
출처: ruchernchong/claude-kit.
Place code as close to where it's relevant as possible. Things that change together should be located together.
Group by domain - all related code in one place:
| Shared types | types/ or packages/types/ | | Utilities | lib/ or utils/ (split by domain) | | Config | config/ or root | | Unit tests | Colocate: foo.test.ts next to foo.ts | | E2E tests | e2e/ or tests/e2e/ | | Mocks/fixtures | mocks/ or test/mocks/ |
프로젝트 코드 구조 및 파일 구성. 파일을 생성하거나, 구성 요소를 구성하거나, 코드가 어디에 있어야 할지 결정할 때 사용하세요. (프로젝트) 출처: ruchernchong/claude-kit.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org프로젝트 코드 구조 및 파일 구성. 파일을 생성하거나, 구성 요소를 구성하거나, 코드가 어디에 있어야 할지 결정할 때 사용하세요. (프로젝트) 출처: ruchernchong/claude-kit.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ruchernchong/claude-kit