원클릭으로
gitingest
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes Use when this capability is needed.
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
Use when the user asks to install, add, or set up a package, tool, CLI, or application
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
Copy content to my clipboard using `pbcopy`. Use when this capability is needed.
Generate machine-specific AGENTS.local.md with host facts and system tool details Use when this capability is needed.
| name | gitingest |
| description | Use when the user wants to fetch and contextualize a GitHub repository for future reference. |
| metadata | {"author":"ivy"} |
$ARGUMENTS
https://github.com/{user/repo}Natural language filters map to options:
-i "*.py"-e "test/*" -e "*_test.py"-b developmkdir -p docs/reference/
gitingest [OPTIONS] -o docs/reference/<user>-<repo>.txt <url>
Options:
| Flag | Purpose |
|---|---|
-o PATH | Output file (required) |
-i PATTERN | Include pattern (repeatable) |
-e PATTERN | Exclude pattern (repeatable) |
-b NAME | Branch |
-s BYTES | Max file size |
--include-gitignored | Include .gitignore'd files |
--include-submodules | Include submodules |
-t TOKEN | GitHub PAT for private repos |
/gitingest rails → rails/rails to docs/reference/rails-rails.txt
/gitingest jdx/mise only rust → -i "*.rs" filter
/gitingest user/repo exclude tests → -e "test/*" -e "*_test.py"
/gitingest https://github.com/x/y branch main
Converted and distributed by TomeVault — claim your Tome and manage your conversions.