From 0554883d845748d3644a8b20e33cbe2da660be4f Mon Sep 17 00:00:00 2001 From: Shashwat gupta <160376221+Shashwat-Gupta57@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:56:09 +0530 Subject: [PATCH] Add Jctx to CLI Utilities Hi! I'm submitting Jctx for the CLI Utilities section. Jctx (v2.0.0) is a zero-dependency CLI tool that helps developers manage codebase context for AI. Unlike simple text-dumpers, it performs language-aware parsing to generate structured reports. Key Features: Multi-Language Support: Full extraction for Python (.py), Kotlin (.kt), and Java (.java). Architecture Aware: Builds an internal dependency graph of classes and modules to help LLMs understand project structure. Token Budgeting: Provides precise token estimation for major models (GPT-4o, Claude 3.5, Gemini 1.5, etc.) to prevent context overflow. Slim Mode: Option to export only signatures/headers for massive projects. It fits the Developer-Focused and AI-Auxiliary criteria perfectly by optimizing the 'code-to-LLM' workflow. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbb31d2..3c1c092 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. - [models](https://github.com/arimxyer/models) — A TUI for browsing AI models, benchmarks from Artificial Analysis, and coding agents with GitHub integration. Built with Rust and Ratatui. +- [Jctx](https://github.com/Shashwat-Gupta57/Jctx) — Python-powered CLI that extracts structured, architecture-aware context from Python, Kotlin, and Java codebases for LLMs. Features internal dependency mapping and token estimation. To help you plan and implement features smartly with your LLM. - [CCG Workflow](https://github.com/fengshao1227/ccg-workflow) — Multi-model collaboration system for Claude Code. Orchestrates Claude + Codex + Gemini with 28 slash commands, smart routing (Gemini for frontend, Codex for backend), Agent Teams for parallel development, and 6 built-in quality gate skills. One-command install via npx. - [aiignore-cli](https://github.com/yjcho9317/aiignore-cli) — Generates ignore configs for 7 AI coding tools based on per-tool bypass testing. Like `npx gitignore` but for Cursor, Claude Code, Gemini, JetBrains, Windsurf, Aider, and Copilot. - [Butterfish](https://butterfi.sh) — CLI tool that embeds ChatGPT in your shell for easy access. Includes simple agentic capabilities.