Python version of ๐ฆ repopack (https://github.com/yamadashy/repopack) by yamadashy (https://github.com/yamadashy)
# Add to your Claude Code skills
git clone https://github.com/abinthomasonline/repopack-pyLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:26:47.912Z",
"npmAuditRan": true,
"pipAuditRan": false
}repopack-py is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by abinthomasonline. Python version of ๐ฆ repopack (https://github.com/yamadashy/repopack) by yamadashy (https://github.com/yamadashy). It has 120 GitHub stars.
Yes. repopack-py passed SkillsLLM's automated security scan โ a dependency vulnerability audit plus prompt-injection heuristics โ with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/abinthomasonline/repopack-py" and add it to your Claude Code skills directory (see the Installation section above).
repopack-py is primarily written in Python. It is open-source under abinthomasonline on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh repopack-py against similar tools.
No comments yet. Be the first to share your thoughts!
Python version of npm repopack by yamadashy
Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file.
Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.
Here is webapp for same use case, runs entirely on browser, fully static :- repo2txt.simplebasedomain.com Code
To use Repopack-py, follow these steps:
Install the package:
pip install repopack
Run the following command:
repopack path/to/your/repository
The packed file will be generated in the current directory with the name repopackpy-output.txt by default.
You can customize the packing process with these options:
-o, --output: Specify the output file name (default: repopack_output.txt)-i, --ignore: Add patterns to ignore (in addition to .gitignore, comma-separated)-c, --config: Specify a configuration file--output-show-line-numbers: Show line numbers in the output file--output-style: Specify the output style plain or xml (default: plain)