Skip to content

Instantly share code, notes, and snippets.

View cversek's full-sized avatar

Craig Versek cversek

  • Northeastern University
  • Boston, MA
View GitHub Profile
@cversek
cversek / AICD_00_README.md
Last active March 31, 2025 02:22
AI Context Dump (AICD): initialize a chatbot session instantly with comprehensive knowledge of your code base!

AI Context Dump (AICD)

This script generates a comprehensive project context dump, including your project's structure, file contents, and optionally Git history, enabling detailed analysis by AI chatbot models (e.g., ChatGPT, Bard, Bing Chat, Claude, etc.). The generated context file (DUMP_FROM_AICD_<datetime>.txt) is timestamped to ensure uniqueness.

NOTE: Compatible with Mac and Unix-style command-line environments. Requires standard Unix utilities and potentially jq and git. Windows PowerShell support is not currently available.

Features

  • Directory Tree: Outputs your project's directory structure using tree if available (attempts to respect AICD_ignore by name), falling back to find.
  • File Contents: Dumps contents of text-based files (source code, config files, etc.).