一键导入
git-teacher-setup
// Help non-developers install Git, authenticate GitHub CLI, and create or connect a repository. Use when the user says "깃 시작", "깃 설정", "처음이에요", "git 설치", "GitHub 연결", "프로젝트 만들기", or "git setup".
// Help non-developers install Git, authenticate GitHub CLI, and create or connect a repository. Use when the user says "깃 시작", "깃 설정", "처음이에요", "git 설치", "GitHub 연결", "프로젝트 만들기", or "git setup".
Extract a real design system from a live URL into `design.md` and `report.ko.html`, or reuse the bundled multi-site design corpus as a deterministic design brief. Use when the user wants real CSS tokens, a reusable design reference, or a design pack that can feed apply/build flows.
Structured research-query builder for turning a vague topic into a research brief and machine-readable query before full deep research starts. Use when the user wants help framing a research request.
Comprehensive, citation-heavy research workflow with session state, structured outputs, and source-quality checks. Use when the user explicitly asks for deep research, a long-form report, or citation-backed analysis on a topic.
Fetch and explain official documentation for libraries, frameworks, and tools using llms.txt-first retrieval and official-source fallbacks. Use when the user wants official docs, version-aware references, or an explanation grounded in primary documentation.
Explain Git and GitHub concepts using cloud-folder analogies for non-developers. Use when the user asks "commit이 뭐야?", "push랑 commit 차이", "PR이 뭐야?", "branch가 뭐야?", "깃 용어", "도움말", or similar beginner Git questions.
Create a beginner-friendly GitHub Pull Request workflow. Use when the user says "PR 만들어줘", "검토 요청", "리뷰 요청", "팀원한테 보여주고 싶어", "create PR", or "pull request".
| name | git-teacher-setup |
| description | Help non-developers install Git, authenticate GitHub CLI, and create or connect a repository. Use when the user says "깃 시작", "깃 설정", "처음이에요", "git 설치", "GitHub 연결", "프로젝트 만들기", or "git setup". |
Use this skill to prepare Git and GitHub for a beginner.
git --versiongh --versiongit config --global user.namegit config --global user.emailgh auth statusgh auth login --web --git-protocol https1. 새 프로젝트 시작2. 기존 GitHub 프로젝트 가져오기3. 현재 폴더를 Git 프로젝트로 만들기mkdir <project-name>git initgh repo create <project-name> --public|--private --source=. --remote=origin --pushgh repo clone owner/repogit clone <url>git initgh repo create <folder-name> --public|--private --source=. --remote=origin --push