by sansan0
๐ Desktop tool for extracting code context to enhance AI-assisted development. Visualize project structure, export multiple files with one-click, and get more accurate suggestions from AI assistants while keeping your code private.
# Add to your Claude Code skills
git clone https://github.com/sansan0/ai-code-context-helperGuides for using ai agents skills like ai-code-context-helper.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:30:54.255Z",
"npmAuditRan": true,
"pipAuditRan": true
}ai-code-context-helper is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by sansan0. ๐ Desktop tool for extracting code context to enhance AI-assisted development. Visualize project structure, export multiple files with one-click, and get more accurate suggestions from AI assistants while keeping your code private. It has 235 GitHub stars.
Yes. ai-code-context-helper 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/sansan0/ai-code-context-helper" and add it to your Claude Code skills directory (see the Installation section above).
ai-code-context-helper is primarily written in Python. It is open-source under sansan0 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 ai-code-context-helper against similar tools.
No comments yet. Be the first to share your thoughts!
AI Code Context Helper is designed for anyone who needs to understand, learn, and develop code. Through visualized project structure display and one-click code export, whether you're a programming beginner, professional developer, or educator, whether you're learning to understand code, developing new features, or seeking code improvement suggestions, it helps you easily extract code context and communicate efficiently with AI assistants.
This tool allows you to easily transfer code content to AI assistants for the following scenarios:
The software runs locally, doesn't require internet connection, and won't upload any code, ensuring your code privacy. You're free to choose which AI service to use, maintaining complete control over code sharing.
AI Code Context Helper.exe to start the applicationgit clone https://github.com/sansan0/ai-code-context-helper.git
cd ai-code-context-helper
poetry install
poetry run python -m cx_Freeze build
This project is licensed under the GPL-3.0 License - see the LICENSE file for details