You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README and documentation for clarity and consistency - Revise project description and features for better understanding - Improve installation instructions and usage examples - Enhance styling and layout for better readability - Remove outdated content and streamline sections for a more professional presentation
**The missing link between your codebase and AI assistants.**
15
12
16
-
<divalign="center">
13
+
*Stop copying files. Start solving problems.*
17
14
18
-
**A powerful CLI toolkit to generate comprehensive project context for Large Language Models (LLMs).</center>**
19
15
</div>
20
16
21
-
ContextCraft transforms your codebase into well-structured, LLM-friendly documentation by intelligently aggregating directory trees, code files, dependencies, and Git context into clean, consumable formats. It's like a translator between your repo and the digital mind you just hired to read it.
17
+
ContextCraft is a production-ready CLI toolkit that solves the core problem developers face when working with AI assistants: manually preparing context from their projects. Whether you're debugging with ChatGPT, explaining your codebase to Claude, or preparing documentation for any LLM, ContextCraft provides the essential tools to create rich, contextual project summaries in seconds, not minutes.
18
+
19
+
## Core Problem Solved
22
20
23
-
Transform your entire codebase into AI-ready context with one command.
24
-
No more copy-paste nightmares. No more explaining your project structure.
25
-
Just instant, comprehensive context that LLMs actually understand.
21
+
Developers waste 5-10 minutes manually copying files, explaining project structure, and gathering context every time they need AI assistance. ContextCraft reduces this to a single command that takes seconds.
Visit [Python.org](https://www.python.org/downloads/) for Python installation and [Poetry's documentation](https://python-poetry.org/docs/#installation) for Poetry setup.
47
+
Visit [Python.org](https://www.python.org/downloads/) for Python installation and [Poetry's documentation](https://python-poetry.org/docs/#installation) for Poetry setup.
48
48
49
49
## Installation Methods
50
50
@@ -54,7 +54,7 @@ The fastest way to get started with ContextCraft:
0 commit comments